You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chart has a kubeVersion: < 1.27.0-0 requirement set. However the cluster is currently running version 1.26.6 so everything should be ok. But I am getting the following sync error in the ArgoCD UI:
[...] Error: chart requires kubeVersion: < 1.27.0-0 which is incompatible with Kubernetes v1.27.0 Use --debug flag to render out invalid YAML : unable to run: 'helm template rancher-server <path to cached source>/apps/rancher/base/charts/rancher --namespace cattle-system -f /tmp/kustomize-helm-200908178/rancher-kustomize-values.yaml' with env=[HELM_CONFIG_HOME=/tmp/kustomize-helm-200908178/helm HELM_CACHE_HOME=/tmp/kustomize-helm-200908178/helm/.cache HELM_DATA_HOME=/tmp/kustomize-helm-200908178/helm/.data] (is 'helm' installed?): exit status 1
ArgoCD version 2.8.4
The text was updated successfully, but these errors were encountered:
I am trying to deploy the following helm chart via kustomize:
The chart has a
kubeVersion: < 1.27.0-0
requirement set. However the cluster is currently running version 1.26.6 so everything should be ok. But I am getting the following sync error in the ArgoCD UI:ArgoCD version 2.8.4
The text was updated successfully, but these errors were encountered: