We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f3e80 commit 0d16dc2Copy full SHA for 0d16dc2
2 files changed
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
run: echo "${{ secrets.DOCKERHUB_PASSWORD }}" | helm registry login registry-1.docker.io -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
54
55
- name: Push chart
56
- run: helm push webhook-example-${VERSION}.tgz oci://registry-1.docker.io/predragjns/webhook-example-chart
+ run: helm push webhook-example-${VERSION}.tgz oci://registry-1.docker.io/predragjns
57
env:
58
VERSION: ${{ steps.version.outputs.version }}
59
deploy/example-webhook/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
appVersion: "1.0"
3
description: A Helm chart for Kubernetes
4
-name: webhook-example
5
-version: 0.1.7
+name: webhook-example-chart
+version: 0.1.8
0 commit comments