Skip to content

Commit

Permalink
Merge pull request #808 from yiannistri/fix-release-v2.10
Browse files Browse the repository at this point in the history
[v2.10] ci: Fix repo name in values.yaml
  • Loading branch information
mjura authored Jan 9, 2025
2 parents 60af54f + 4162f12 commit 042b818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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')
Expand Down

0 comments on commit 042b818

Please sign in to comment.