Skip to content

Commit

Permalink
chore(CSI-4832): Upgrade Helm chart major version for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjeerd Mäkel committed Nov 23, 2023
1 parent f42b358 commit 0667583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
APP_ENV: prod
NAMESPACE: infra
HELM_CHART: "deployment"
HELM_CHART_MAJOR_VERSION: "0"
HELM_CHART_MAJOR_VERSION: "1"
PABLO_VERSION: "v2"
GITHUB_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
APP_ENV: stage
NAMESPACE: infra
HELM_CHART: "deployment"
HELM_CHART_MAJOR_VERSION: "0"
HELM_CHART_MAJOR_VERSION: "1"
PABLO_VERSION: "v2"
GITHUB_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0667583

Please sign in to comment.