We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a782985 commit d99dcb9Copy full SHA for d99dcb9
.github/workflows/deploy.yml
@@ -51,5 +51,5 @@ jobs:
51
- name: helm package & puch
52
working-directory: helm
53
run: |
54
- helm package . --version v0.1.0
+ helm package designate-certmanager-webhook --version v0.1.0
55
helm push *.tgz oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/charts
0 commit comments