helm-controller icon indicating copy to clipboard operation
helm-controller copied to clipboard

Support for automated upgrade ?

Open tcoupin opened this issue 2 years ago • 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 ?

tcoupin avatar Dec 08 '22 12:12 tcoupin