BorisPolonsky / dify-helm

Deploy langgenious/dify, an LLM based app on kubernetes with helm chart
MIT License
205 stars 52 forks source link

[BUG] Run chart-releaser-action tag_name already_exists #85

Closed ericshiu closed 3 months ago

ericshiu commented 3 months ago

Error: error creating GitHub release dify-0.20.1:

POST https://api.github.com/repos/BorisPolonsky/dify-helm/releases: 422 Validation Failed [{Resource:Release Field:tag_name Code:already_exists Message:}]

BorisPolonsky commented 3 months ago

So why bother doing this given that 0.20.1 is already released? https://github.com/BorisPolonsky/dify-helm/releases/tag/dify-0.20.1

ericshiu commented 3 months ago

Hi @BorisPolonsky
Yesterday, the master image version was updated to 0.6.11. An error occurred during the execution of the github action. I expected that you would update the version to 0.20.2?

https://github.com/BorisPolonsky/dify-helm/actions/runs/10197814933

BorisPolonsky commented 3 months ago

Hi @BorisPolonsky Yesterday, the master image version was updated to 0.6.11. An error occurred during the execution of the github action. I expected that you would update the version to 0.20.2?

It's expected as we are not planning for a new release for now. We would optimize the workflow triggering logic soon.

ericshiu commented 3 months ago

Thanks !