airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

🐛 [helm] node-viewer ClusterRole exists and cannot be imported into the current release

Open mkrawc opened this issue 4 months ago • 0 comments

Helm Chart Version

1.1.0

What step the error happened?

Upgrading the Platform or Helm Chart

Relevant information

I've got two airbyte environments deployed with helm charts in different namespaces on the same kubernetes cluster. Upgrading the helm chart from 1.0.0 to 1.1.0 worked well on the first environment, but when I tried to do the same on the second one it failed with the error message below:

Error: Unable to continue with update: ClusterRole "node-viewer" in namespace "" exists and cannot
be imported into the current release: invalid ownership metadata; annotation validation error:
key "meta.helm.sh/release-name" must equal "ENVIRONMENT_2": current value is "ENVIRONMENT_1"; 
annotation validation error: key "meta.helm.sh/release-namespace" must equal "ENVIRONMENT_2": 
current value is "ENVIRONMENT_1"

mkrawc avatar Oct 05 '24 12:10 mkrawc