Skip to content

Commit

Permalink
fix(infra): change helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Sep 30, 2023
1 parent 78e4c36 commit ef9b4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
charts_dir: deploy/charts
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
registryImage: ${{ secrets.DOCKERHUB_USERNAME }}/kubevoyage
imageTag: ${{ github.head_ref || github.ref_name }}
CR_TOKEN: ${{ secrets.PAT }}
CR_TOKEN: ${{ secrets.PAT }}
CR_SKIP_EXISTING: true
2 changes: 1 addition & 1 deletion deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v3
apiVersion: v2
name: kubevoyage
description: A Helm chart for Kubernetes auth proxy
version: 0.2.0

0 comments on commit ef9b4a5

Please sign in to comment.