Skip to content

Commit

Permalink
fix(fizzbuzz): fix charts not using correct release branches (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Mar 24, 2024
1 parent 9b0f01a commit 2536ced
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
registry-project: ${{ vars.HARBOR_PROJECT }}
registry-repo: fizzbuzz
release-tag-format: 'fizzbuzz-chart-${version}'
release-branches: |
[
'maintenance/fizzbuzz-chart/[0-9]+\.x\.x',
'maintenance/fizzbuzz-chart/[0-9]+\.[0-9]+\.x',
'release/fizzbuzz-chart'
]
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
slack-channel: ${{ vars.SLACK_CHANNEL }}
chart: charts/fizzbuzz
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
registry-project: ${{ vars.HARBOR_PROJECT }}
registry-repo: fizzbuzz-crds
release-tag-format: 'fizzbuzz-crds-chart-${version}'
release-branches: |
[
'maintenance/fizzbuzz-crds-chart/[0-9]+\.x\.x',
'maintenance/fizzbuzz-crds-chart/[0-9]+\.[0-9]+\.x',
'release/fizzbuzz-crds-chart'
]
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
slack-channel: ${{ vars.SLACK_CHANNEL }}
chart: charts/fizzbuzz-crds
Expand Down

0 comments on commit 2536ced

Please sign in to comment.