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
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
8
- ' charts/**'
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- v*
9
9
@@ -38,12 +38,12 @@ jobs:
38
38
username : ${{github.actor}}
39
39
password : ${{secrets.GITHUB_TOKEN}}
40
40
41
- - name : Push master
42
- if : github.ref == 'refs/heads/master '
41
+ - name : Push main
42
+ if : github.ref == 'refs/heads/main '
43
43
run : |
44
44
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
47
47
done
48
48
49
49
- name : Push tagged release
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : cloudstack-csi
3
3
description : A Helm chart for CloudStack CSI driver
4
4
type : application
5
- version : 2 .0.2
5
+ version : 3 .0.0
6
6
appVersion : 0.6.1
7
7
sources :
8
8
- https://github.com/shapeblue/cloudstack-csi-driver
Original file line number Diff line number Diff line change 59
59
60
60
containers :
61
61
- name : cloudstack-csi-controller
62
- image : cloudstack-csi-driver
62
+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:main
63
63
imagePullPolicy : Always
64
64
args :
65
65
- " controller"
Original file line number Diff line number Diff line change 36
36
37
37
containers :
38
38
- name : cloudstack-csi-node
39
- image : cloudstack-csi-driver
39
+ image : ghcr.io/shapeblue/ cloudstack-csi-driver:main
40
40
imagePullPolicy : IfNotPresent
41
41
args :
42
42
- " node"
You can’t perform that action at this time.
0 commit comments