Steps to update Coherence operator to 3.1.0 from 3.0.2
viju2008 opened this issue · 3 comments
I am unable to upgrade or update the coherence operator from 3.0.2 to 3.1.0
I have two namespaces coherence-example and coherence-demo-ns
Coherence-example has 3.0.2.
I tried helm upgrade and helm update .. helm delete..
But helm install again pulls up 3.0.2
ubuntu@acsokecluster2:~$ helm --debug install coherence/coherence-operator --set "targetNamespaces={coherence-demo-ns}" --version 3.1.0 --generate-name
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/ubuntu/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/ubuntu/.kube/config
install.go:172: [debug] Original chart version: "3.1.0"
Error: chart "coherence-operator" matching 3.1.0 not found in coherence index. (try 'helm repo update'): no chart version found for coherence-operator-3.1.0
helm.go:94: [debug] no chart version found for coherence-operator-3.1.0
ubuntu@acsokecluster2:~$ helm --debug install coherence/coherence-operator --set "targetNamespaces={coherence-demo-ns}" --version 3.1.1 --generate-name
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/ubuntu/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/ubuntu/.kube/config
install.go:172: [debug] Original chart version: "3.1.1"
Error: chart "coherence-operator" matching 3.1.1 not found in coherence index. (try 'helm repo update'): no chart version found for coherence-operator-3.1.1
helm.go:94: [debug] no chart version found for coherence-operator-3.1.1
The release process for 3.1.0 had not released the Helm chart. This has been fixed now.