From 32bb33eb541e5228369d3a29854dfda148e83396 Mon Sep 17 00:00:00 2001 From: yiannistri <8741709+yiannistri@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:59:09 +0000 Subject: [PATCH] ci: Fix repo name in values.yaml --- .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 634bdea6..2dedf459 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -92,7 +92,7 @@ jobs: - name: Upload charts to release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required for updating GH release - REPO: rancher/aks-operator # Docker repository to reference in `values.yaml` of the Helm chart release + REPO: rancher # First name component for Docker repository to reference in `values.yaml` of the Helm chart release, this is expected to be `rancher`, image name is appended to this value TAG: ${{ github.ref_name }} # image tag to be referenced in `values.yaml` of the Helm chart release run: | version=$(echo '${{ steps.goreleaser.outputs.metadata }}' | jq -r '.version')