Skip to content

Commit 0d16dc2

Browse files
committed
Bump versino
1 parent 73f3e80 commit 0d16dc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "${{ secrets.DOCKERHUB_PASSWORD }}" | helm registry login registry-1.docker.io -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
5454

5555
- name: Push chart
56-
run: helm push webhook-example-${VERSION}.tgz oci://registry-1.docker.io/predragjns/webhook-example-chart
56+
run: helm push webhook-example-${VERSION}.tgz oci://registry-1.docker.io/predragjns
5757
env:
5858
VERSION: ${{ steps.version.outputs.version }}
5959

deploy/example-webhook/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for Kubernetes
4-
name: webhook-example
5-
version: 0.1.7
4+
name: webhook-example-chart
5+
version: 0.1.8

0 commit comments

Comments
 (0)