mysterious-wire-57288
01/11/2023, 1:05 PMcreamy-pencil-82913
01/11/2023, 4:38 PMmysterious-wire-57288
01/11/2023, 6:41 PMapiVersion: <http://argoproj.io/v1alpha1|argoproj.io/v1alpha1>
kind: Application
metadata:
name: rancher
namespace: argocd
finalizers:
- <http://resources-finalizer.argocd.argoproj.io|resources-finalizer.argocd.argoproj.io>
spec:
project: default
source:
repoURL: '<https://releases.rancher.com/server-charts/stable>'
targetRevision: 2.7.0
helm:
parameters:
- name: hostname
value: "<http://rancher.example.com|rancher.example.com>"
- name: ingress.tls.source
value: "letsEncrypt"
- name: letsEncrypt.email
value: "<mailto:example@gmail.com|example@gmail.com>"
- name: letsEncrypt.ingress.class
value: "traefik"
- name: replicas
value: "3"
chart: rancher
destination:
server: '<https://kubernetes.default.svc>'
namespace: cattle-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
creamy-pencil-82913
01/11/2023, 6:59 PMmysterious-wire-57288
01/11/2023, 7:01 PMcreamy-pencil-82913
01/11/2023, 7:04 PMbrandond@dev01:~$ helm install rancher rancher-server-charts/rancher --version=2.7.0
Error: INSTALLATION FAILED: chart requires kubeVersion: < 1.25.0-0 which is incompatible with Kubernetes v1.25.4+k3s1
Also I think you’re misreading the error from the chart. I suspect it is probably telling you that 1.25.4 (the version you’re using) is not supported
requires kubeVersion: < 1.25.0-0
1.25.4 is not less than 1.25.0
mysterious-wire-57288
01/11/2023, 7:06 PMcreamy-pencil-82913
01/11/2023, 7:06 PMmysterious-wire-57288
01/11/2023, 7:07 PMcreamy-pencil-82913
01/11/2023, 7:07 PMmysterious-wire-57288
01/11/2023, 7:07 PMcreamy-pencil-82913
01/11/2023, 7:07 PMmysterious-wire-57288
01/11/2023, 7:08 PMcreamy-pencil-82913
01/11/2023, 7:10 PMmysterious-wire-57288
01/11/2023, 7:11 PM