Skip to content

Commit

Permalink
update version to v3.2.1-rc.3
Browse files Browse the repository at this point in the history
Signed-off-by: pixiake <[email protected]>
  • Loading branch information
pixiake committed Dec 13, 2021
1 parent e92cfd5 commit 15e2ce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion controller/installRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "ks-installer",
"namespace": "kubesphere-system",
"labels": {
"version": "v3.2.1-rc.2"
"version": "v3.2.1-rc.3"
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/cluster-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: ks-installer
namespace: kubesphere-system
labels:
version: v3.2.1-rc.2
version: v3.2.1-rc.3
spec:
persistence:
storageClass: "" # If there is no default StorageClass in your cluster, you need to specify an existing StorageClass here.
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubesphere-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ spec:
serviceAccountName: ks-installer
containers:
- name: installer
image: kubespheredev/ks-installer:v3.2.1-rc.2
image: kubespheredev/ks-installer:v3.2.1-rc.3
imagePullPolicy: "Always"
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ks_version: >-
{%- if dev_tag is defined and dev_tag != "" -%}
{{ dev_tag }}
{%- else -%}
v3.2.1-rc.2
v3.2.1-rc.3
{%- endif %}
#KubeSphere:
Expand Down

0 comments on commit 15e2ce0

Please sign in to comment.