Skip to content

Commit

Permalink
Merge pull request #80 from hyperspike/helm-chart-bug
Browse files Browse the repository at this point in the history
bug: Set image to use in helm chart
  • Loading branch information
dmolik authored Oct 3, 2024
2 parents fdee032 + 6ccf8a8 commit 5b5dd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Package and Upload Helm Chart
run: make helm-publish V=1
run: make helm-publish V=1 IMG=ghcr.io/hyperspike/valkey-operator:${{ github.ref_name }}

0 comments on commit 5b5dd55

Please sign in to comment.