File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
charts/aws-fsx-openzfs-csi-driver Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ You'll need push privileges for this step.
5252
5353```
5454git checkout release-0.7
55- git pull upstream release-0.7
55+ git pull origin release-0.7
5656git tag v0.7.0
57- git push upstream v0.7.0
57+ git push origin v0.7.0
5858```
5959
6060## Verify the release on GitHub
Original file line number Diff line number Diff line change 11# Helm chart
2+ # v1.1.0
3+ * Use driver v1.1.0
4+
25# v1.0.0
36* Use driver v1.0.0
47* Add driver modes for controller and node pods
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.0 .0
2+ appVersion : 1.1 .0
33name : aws-fsx-openzfs-csi-driver
44description : A Helm chart for the AWS FSx for OpenZFS CSI Driver
5- version : 1.0 .0
5+ version : 1.1 .0
66kubeVersion : " >=1.17.0-0"
77home : https://github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver
88sources :
Original file line number Diff line number Diff line change 55image :
66 repository : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver
77 # Overrides the image tag whose default is v{{ .Chart.AppVersion }}
8- tag : v1.0 .0
8+ tag : v1.1 .0
99 pullPolicy : IfNotPresent
1010
1111csidriver :
Original file line number Diff line number Diff line change 6060 runAsUser : 1000
6161 containers :
6262 - name : fsx-openzfs-plugin
63- image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0 .0
63+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.1 .0
6464 imagePullPolicy : IfNotPresent
6565 args :
6666 - --mode=controller
Original file line number Diff line number Diff line change 4545 runAsUser : 0
4646 containers :
4747 - name : fsx-openzfs-plugin
48- image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.0 .0
48+ image : public.ecr.aws/fsx-csi-driver/aws-fsx-openzfs-csi-driver:v1.1 .0
4949 imagePullPolicy : IfNotPresent
5050 args :
5151 - --mode=node
You can’t perform that action at this time.
0 commit comments