Skip to content

Commit 7717f78

Browse files
committed
ci: må pushe chart også
1 parent 76a44aa commit 7717f78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/master.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
hookd_chart_version: ${{ steps.package_chart.outputs.hookd_version }}
101101
deployd_chart_name: ${{ steps.package_chart.outputs.deployd_name }}
102102
deployd_chart_version: ${{ steps.package_chart.outputs.deployd_version }}
103+
canary_deployer_chart_name: ${{ steps.package_chart.outputs.canary-deployer_name }}
104+
canary_deployer_chart_version: ${{ steps.package_chart.outputs.canary-deployer_version }}
103105

104106
rollout:
105107
runs-on: fasit-deploy
@@ -121,6 +123,12 @@ jobs:
121123
chart: oci://${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature/${{ needs.build_and_push.outputs.deployd_chart_name }}
122124
version: ${{ needs.build_and_push.outputs.deployd_chart_version }}
123125

126+
- name: "Rollout canary-deployer"
127+
uses: nais/fasit-deploy@v2 # ratchet:exclude
128+
with:
129+
chart: oci://${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature/${{ needs.build_and_push.outputs.canary_deployer_chart_name }}
130+
version: ${{ needs.build_and_push.outputs.canary_deployer_chart_version }}
131+
124132
release:
125133
name: Release GitHub Action / binaries
126134
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)