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

Support for automated upgrade ? #166

Open
tcoupin opened this issue Dec 8, 2022 · 1 comment
Open

Support for automated upgrade ? #166

tcoupin opened this issue Dec 8, 2022 · 1 comment

Comments

@tcoupin
Copy link

tcoupin commented Dec 8, 2022

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 ?

@brandond
Copy link
Contributor

brandond commented Dec 9, 2022

No, it's one shot. If you change the config and it runs again, it will pull whatever's latest at that point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants