File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release Charts
33on :
44 push :
55 branches :
6- - master
6+ - main
77 paths :
88 - ' charts/**'
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags :
88 - v*
99
@@ -38,12 +38,12 @@ jobs:
3838 username : ${{github.actor}}
3939 password : ${{secrets.GITHUB_TOKEN}}
4040
41- - name : Push master
42- if : github.ref == 'refs/heads/master '
41+ - name : Push main
42+ if : github.ref == 'refs/heads/main '
4343 run : |
4444 for img in $IMAGES; do
45- docker tag ${img} ${REGISTRY_NAME}/${img}:master
46- docker push ${REGISTRY_NAME}/${img}:master
45+ docker tag ${img} ${REGISTRY_NAME}/${img}:main
46+ docker push ${REGISTRY_NAME}/${img}:main
4747 done
4848
4949 - name : Push tagged release
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cloudstack-csi
33description : A Helm chart for CloudStack CSI driver
44type : application
5- version : 2 .0.2
5+ version : 3 .0.0
66appVersion : 0.6.1
77sources :
88 - https://github.com/shapeblue/cloudstack-csi-driver
Original file line number Diff line number Diff line change 5959
6060 containers :
6161 - name : cloudstack-csi-controller
62- image : cloudstack-csi-driver
62+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:main
6363 imagePullPolicy : Always
6464 args :
6565 - " controller"
Original file line number Diff line number Diff line change 3636
3737 containers :
3838 - name : cloudstack-csi-node
39- image : cloudstack-csi-driver
39+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:main
4040 imagePullPolicy : IfNotPresent
4141 args :
4242 - " node"
You can’t perform that action at this time.
0 commit comments