You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
alpha
namespace -> docker image tag should bealpha
beta
namespace -> docker image tag should bedev
stable
namespace -> docker image tag should bemaster
Steps to Reproduce
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 atOther Notes
No response
The text was updated successfully, but these errors were encountered: