k3s-io/helm-controller

Support for automated upgrade ?

tcoupin opened this issue · 1 comments

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 ?

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