From 954628e315bf70bb8a44b6892583e586dded6e62 Mon Sep 17 00:00:00 2001 From: Dror <157380701+drornir-velocity@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:55:25 +0300 Subject: [PATCH 1/2] use TECHVELOCITY_CI_GITHUB_TOKEN_HELM_CHARTS (#88) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4763810..94c6e0d 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 }}" From 55d1278e462d344c53453ecc5a6feb58e7a13a5c Mon Sep 17 00:00:00 2001 From: Velocity's CI <83696307+techvelocity-ci@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:07:30 +0300 Subject: [PATCH 2/2] Release operator 0.1.0-rc2 (#89) Workflow Link: https://github.com/techvelocity/starlink/actions/runs/10027790097 Co-authored-by: drornir-velocity --- charts/operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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