We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you do a helm install with no values file, the app will use the latest rasa-x-demo repo. For example, rasa-x-demo:0.35.0.
rasa-x-demo:0.35.0
If you then upgrade the helm install with a values.yml:
values.yml
app: name: "my/app" tag: "latest"
The chart will try to pull my/app:0.35.0 instead of my/app:latest.
my/app:0.35.0
my/app:latest
Docs and use of tag versus version are confusing. Was there a mid-course change in this chart at some point in how these two values are used?
tag
version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you do a helm install with no values file, the app will use the latest rasa-x-demo repo. For example,
rasa-x-demo:0.35.0
.If you then upgrade the helm install with a
values.yml
:The chart will try to pull
my/app:0.35.0
instead ofmy/app:latest
.Docs and use of
tag
versusversion
are confusing. Was there a mid-course change in this chart at some point in how these two values are used?The text was updated successfully, but these errors were encountered: