From 84febc81f309fde6eb41a60a5ee37caf7fd5070d Mon Sep 17 00:00:00 2001 From: pixiake Date: Mon, 18 Apr 2022 09:34:06 +0800 Subject: [PATCH] update version to v3.3.0-alpha.1 Signed-off-by: pixiake --- README.md | 4 ++-- README_zh.md | 4 ++-- controller/installRunner.py | 2 +- deploy/cluster-configuration.yaml | 2 +- deploy/kubesphere-installer.yaml | 2 +- roles/download/defaults/main.yml | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 86cfdde4a..dd0f28197 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ If your Kubernetes cluster environment meets all requirements mentioned above, t ### Minimal Installation ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.1/cluster-configuration.yaml ``` Then inspect the logs of installation. diff --git a/README_zh.md b/README_zh.md index 559f9b80e..2c5a9ec21 100644 --- a/README_zh.md +++ b/README_zh.md @@ -45,8 +45,8 @@ glusterfs kubernetes.io/glusterfs 3d4h ### 最小化快速部署 ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.1/cluster-configuration.yaml # 查看部署进度及日志 $ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-installer -o jsonpath='{.items[0].metadata.name}') -f diff --git a/controller/installRunner.py b/controller/installRunner.py index 6ce6a3587..f6f393fa4 100755 --- a/controller/installRunner.py +++ b/controller/installRunner.py @@ -46,7 +46,7 @@ "name": "ks-installer", "namespace": "kubesphere-system", "labels": { - "version": "v3.3.0-alpha.0" + "version": "v3.3.0-alpha.1" }, }, } diff --git a/deploy/cluster-configuration.yaml b/deploy/cluster-configuration.yaml index 20f139ded..548175b2e 100644 --- a/deploy/cluster-configuration.yaml +++ b/deploy/cluster-configuration.yaml @@ -5,7 +5,7 @@ metadata: name: ks-installer namespace: kubesphere-system labels: - version: v3.3.0-alpha.0 + version: v3.3.0-alpha.1 spec: persistence: storageClass: "" # If there is no default StorageClass in your cluster, you need to specify an existing StorageClass here. diff --git a/deploy/kubesphere-installer.yaml b/deploy/kubesphere-installer.yaml index 0f0af7436..2be4abab6 100644 --- a/deploy/kubesphere-installer.yaml +++ b/deploy/kubesphere-installer.yaml @@ -287,7 +287,7 @@ spec: serviceAccountName: ks-installer containers: - name: installer - image: kubespheredev/ks-installer:v3.3.0-alpha.0 + image: kubespheredev/ks-installer:v3.3.0-alpha.1 imagePullPolicy: "Always" resources: limits: diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 3c51d5082..56c3fcd1f 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -25,7 +25,7 @@ ks_version: >- {%- if dev_tag is defined and dev_tag != "" -%} {{ dev_tag }} {%- else -%} - v3.3.0-alpha.0 + v3.3.0-alpha.1 {%- endif %} #KubeSphere: @@ -139,7 +139,7 @@ argocd_applicationset_repo: "{{ base_repo | default('quay.io/') }}{{ namespace_o argocd_applicationset_tag: v0.4.1 argocd_dex_repo: "{{ base_repo | default('ghcr.io/') }}{{ namespace_override | default('dexidp') }}/dex" argocd_dex_tag: v2.30.2 -argocd_redis_repo: "{{ base_repo }}{{ namespace_override }}/redis" +argocd_redis_repo: "{{ base_library_repo }}redis" argocd_redis_tag: 6.2.6-alpine #ks-monitor: @@ -625,7 +625,7 @@ images: argocd_repo: repo: "{{ argocd_repo }}" - tag: "{{ argocd_repo_tag }}" + tag: "{{ argocd_tag }}" sha256: "{{ argocd_checksum|default(None) }}" group: "kubesphere-devops-images"