Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Pyklatchat Deployments Always Point to "dev" #84

Open
NeonKirill opened this issue Nov 21, 2024 · 1 comment
Open

[BUG] Pyklatchat Deployments Always Point to "dev" #84

NeonKirill opened this issue Nov 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working triage New issue needs review

Comments

@NeonKirill
Copy link
Contributor

Description

Currently when running Helm Charts deployment for pyklatchat images, for each of the namespace setting will point to the dev docker image tags.

Expected behavior is following:

  • If deployment is to alpha namespace -> docker image tag should be alpha
  • If deployment is to beta namespace -> docker image tag should be dev
  • If deployment is to stable namespace -> docker image tag should be master

Steps to Reproduce

  • Run deployment
  • Check the deployment files for klat-client, klat-server, klat-observer

Relevant Code

Probably will require to either separate klat deployment to the separate customized shell script, or introduce the tags remapping rules that relevant values.yaml will point at

Other Notes

No response

@NeonKirill NeonKirill added bug Something isn't working triage New issue needs review labels Nov 21, 2024
@NeonDaniel
Copy link
Member

For backend components, there is a prompt during chart generation to select a tag; this can be applied to the Klat config flow too.

This just changes the tag in values.yaml and is working for backend and core chart generation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issue needs review
Projects
None yet
Development

No branches or pull requests

2 participants