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
Hi!
Helm-controller deploys rancher on my rke2 k8s with following manifest:
apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: rancher namespace: kube-system spec: chart: rancher targetNamespace: cattle-system repo: https://releases.rancher.com/server-charts/stable valuesContent: | hostname: "xxxxx" ingress: tls: source: "secret" secretName: "xxxx"
I do not specify any version of chart. Does the controller check regularly the repo for new version to upgrade the release ?
The text was updated successfully, but these errors were encountered:
No, it's one shot. If you change the config and it runs again, it will pull whatever's latest at that point.
Sorry, something went wrong.
No branches or pull requests
Hi!
Helm-controller deploys rancher on my rke2 k8s with following manifest:
I do not specify any version of chart. Does the controller check regularly the repo for new version to upgrade the release ?
The text was updated successfully, but these errors were encountered: