Skip to content
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

cd, cert-manager: use --repo during upgrade instead of helm repo add/update #2184

Merged
merged 2 commits into from
May 27, 2022

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented May 27, 2022

To use helm repo add and helm repo update is a more involved practice than just getting the helm chart repository when needed by using the --repo flag in helm install|upgrade commands.

I'm working towards resolving #2183 but tries to update misc parts along the way.

@consideRatio consideRatio requested a review from sgibson91 May 27, 2022 14:50
Comment on lines +258 to 261
"--namespace=cert-manager",
"--repo=https://charts.jetstack.io",
"cert-manager",
"cert-manager",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first "cert-manager" is the release name (helm chart installation name), and the second "cert-manager" is the chart name to be found in the helm chart repo.

@consideRatio consideRatio added the test-staging Use this label to deploy a PR to staging only label May 27, 2022
@consideRatio consideRatio merged commit 08b30ec into jupyterhub:master May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-staging Use this label to deploy a PR to staging only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants