Skip to content

Commit 068940b

Browse files
authored
Merge pull request #1559 from zexi/update-master-v3.11.13
feat: set version to v3.11.13
2 parents fbdfc2d + f6bdb6a commit 068940b

File tree

7 files changed

+111
-111
lines changed

7 files changed

+111
-111
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.11.12
1+
v3.11.13

charts/cloudpods/values-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ operator:
3131
repository: "registry.cn-beijing.aliyuncs.com/yunion/onecloud-operator"
3232
pullPolicy: Always
3333
# Overrides the image tag whose default is the chart appVersion.
34-
tag: "v3.11.12"
34+
tag: "v3.11.13"
3535

3636
imagePullSecrets: []
3737

@@ -80,7 +80,7 @@ cluster:
8080
- key: node-role.kubernetes.io/controlplane
8181
effect: NoSchedule
8282
# Overrides the image tag whose default is the chart appVersion.
83-
version: "v3.11.12"
83+
version: "v3.11.13"
8484
# productVersion choose from:
8585
# - CMP
8686
# - FullStack

charts/cloudpods/values-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ operator:
3131
repository: "registry.cn-beijing.aliyuncs.com/yunion/onecloud-operator"
3232
pullPolicy: Always
3333
# Overrides the image tag whose default is the chart appVersion.
34-
tag: "v3.11.12"
34+
tag: "v3.11.13"
3535

3636
imagePullSecrets: []
3737

@@ -87,7 +87,7 @@ cluster:
8787
- key: node-role.kubernetes.io/controlplane
8888
effect: NoSchedule
8989
# Overrides the image tag whose default is the chart appVersion.
90-
version: "v3.11.12"
90+
version: "v3.11.13"
9191
# productVersion choose from:
9292
# - CMP
9393
# - FullStack

charts/cloudpods/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ operator:
3131
repository: "registry.cn-beijing.aliyuncs.com/yunion/onecloud-operator"
3232
pullPolicy: Always
3333
# Overrides the image tag whose default is the chart appVersion.
34-
tag: "v3.11.12"
34+
tag: "v3.11.13"
3535

3636
imagePullSecrets: []
3737

@@ -80,7 +80,7 @@ cluster:
8080
- key: node-role.kubernetes.io/controlplane
8181
effect: NoSchedule
8282
# Overrides the image tag whose default is the chart appVersion.
83-
version: "v3.11.12"
83+
version: "v3.11.13"
8484
# productVersion choose from:
8585
# - CMP
8686
# - FullStack

0 commit comments

Comments
 (0)