diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a3a459..6021224 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,4 +33,4 @@ jobs: with: pages_branch: gh-pages-v2 env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_TOKEN: "${{ secrets.TECHVELOCITY_CI_GITHUB_TOKEN_HELM_CHARTS }}" diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index f768afd..64d5a53 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 type: application -version: 0.1.0-rc1 +version: 0.1.0-rc2 # used as the default value for .Values.operator.image.tag appVersion: 0.1.0-rc1 name: operator