-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change in helm 3.3.2 #1
Comments
Hi Brian, thanks for the response, I see the changes you added. However, in my case the scripts actually errored out at that point (git repo add). |
Could you provide more information on the error? Do you have the output? Have you pulled the latest version of the repo? |
Yes, sure. I cloned the repo this ~3hrs ago (all greenfield). [me@jumphost ops4viya]$ viya4-monitoring-kubernetes/monitoring/bin/deploy_monitoring_cluster.sh Deploying monitoring to the [monitoring] namespace... |
Apologies for the back-and-forth, but can you get the output of these three commands:
|
Sure. [me@jumphost viya4-monitoring-kubernetes]$ git log -n 5 --format=oneline DEBUG TLS is disabled. Skipping verification of cert-manager. |
This should now be fixed. The regex for helm repo checks now deals with the tab characters in the output. |
I did a git pull and tried again. All good, thank you. |
Hi,
I wanted to make you aware of a breaking change introduced in helm version 3.3.2 (https://github.com/helm/helm/releases/tag/v3.3.2):
"The default behavior of helm repo add was changed: It no longer overwrites repositories by default. "
As a result, the deployment scripts deploy_monitoring_cluster.sh and deploy_logging_open.sh will fail with this error:
"Error: repository name (stable) already exists, please specify a different name"
To work around this issue, one can edit the scripts and add --force-update to the helm repo add commands. (however this would cause errors for helm version below 3.3.2)
See here for a discussion: helm/helm#8771
The text was updated successfully, but these errors were encountered: