helm-controller
helm-controller copied to clipboard
Support for automated upgrade ?
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 ?