We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc553cf commit 3b5ff98Copy full SHA for 3b5ff98
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Update Helm repos
26
run: |
27
helm repo add fnndsc https://fnndsc.github.io/charts
28
+ helm repo add oauth2-proxy https://oauth2-proxy.github.io/manifests
29
helm repo update
30
31
- name: Run chart-releaser
0 commit comments