bases: - ../../common/environments.yaml - ../../common/templates.yaml repositories: - name: bedag url: https://bedag.github.io/helm-charts/ - name: metrics-server url: https://kubernetes-sigs.github.io/metrics-server/ - name: jetstack url: https://charts.jetstack.io - name: metallb url: https://metallb.github.io/metallb - name: traefik url: https://traefik.github.io/charts - name: coredns url: https://coredns.github.io/helm - name: cilium url: https://helm.cilium.io/ - name: vmware-tanzu url: https://vmware-tanzu.github.io/helm-charts/ - name: openebs url: https://openebs.github.io/openebs - name: local-path-provisioner url: git+https://github.com/rancher/local-path-provisioner@deploy/chart?ref=master - name: istio url: https://istio-release.storage.googleapis.com/charts - name: zot url: https://zotregistry.dev/helm-charts/ releases: - name: velero chart: vmware-tanzu/velero namespace: velero version: 8.5.0 condition: velero.enabled inherit: - template: default-env-values - template: default-env-secrets - template: crd-management-hook - name: openebs chart: openebs/openebs condition: openebs.enabled namespace: kube-system version: 4.2.0 inherit: - template: default-env-values - name: istio-base chart: istio/base condition: istio.enabled namespace: istio-system inherit: - template: crd-management-hook - name: istio-ingressgateway chart: istio/gateway condition: istio.enabled installed: false namespace: istio-system needs: - istio-system/istio-base inherit: - template: default-env-values - name: istiod chart: istio/istiod condition: istio.enabled namespace: istio-system inherit: - template: default-env-values needs: - istio-system/istio-base