Skip to content

Commit

Permalink
[Documentation] Update image version to 3.2-latest (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <yandongxiao@starrocks.com>
  • Loading branch information
yandongxiao authored Mar 7, 2024
1 parent 8799e7c commit 65f0bba
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/automatic_scaling_for_cn_nodes_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Add the following snippets to `values.yaml` to configure the automatic scaling p
starrocksCnSpec:
image:
repository: starrocks/cn-ubuntu
tag: 3.1-latest
tag: 3.2-latest
resources:
requests:
cpu: 4
Expand Down
4 changes: 2 additions & 2 deletions doc/integration/integration-prometheus-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
configMapInfo:
configMapName: kube-starrocks-be-cm
resolveKey: be.conf
image: starrocks/be-ubuntu:3.1-latest
image: starrocks/be-ubuntu:3.2-latest
limits:
cpu: 4
memory: 4Gi
Expand All @@ -223,7 +223,7 @@ spec:
configMapInfo:
configMapName: kube-starrocks-fe-cm
resolveKey: fe.conf
image: starrocks/fe-ubuntu:3.1-latest
image: starrocks/fe-ubuntu:3.2-latest
limits:
cpu: 4
memory: 4Gi
Expand Down
4 changes: 2 additions & 2 deletions doc/mount_persistent_volume_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
cluster: kube-starrocks
spec:
starRocksFeSpec:
image: "starrocks/fe-ubuntu:3.1-latest"
image: "starrocks/fe-ubuntu:3.2-latest"
replicas: 1
storageVolumes:
- name: fe-storage-meta
Expand All @@ -41,7 +41,7 @@ spec:
storageSize: 5Gi
mountPath: /opt/starrocks/fe/log
starRocksBeSpec:
image: "starrocks/be-ubuntu:3.1-latest"
image: "starrocks/be-ubuntu:3.2-latest"
replicas: 1
storageVolumes:
- name: be-storage-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
spec:
starRocksFeSpec:
image: "starrocks/fe-ubuntu:3.1-latest"
image: "starrocks/fe-ubuntu:3.2-latest"
replicas: 1
limits:
cpu: 8
Expand All @@ -30,7 +30,7 @@ spec:
configMapName: kube-starrocks-fe-cm
resolveKey: fe.conf
starRocksBeSpec:
image: "starrocks/be-ubuntu:3.1-latest"
image: "starrocks/be-ubuntu:3.2-latest"
replicas: 1
limits:
cpu: 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ starrocksCluster:
# 2. the values in their own spec will replace all the values in this field, not merge.
componentValues:
image:
tag: "3.1-latest"
tag: "3.2-latest"
# hostAliases allows adding entries to /etc/hosts inside the containers.
hostAliases: []
# - ip: "127.0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ starrocks:
# 2. the values in their own spec will replace all the values in this field, not merge.
componentValues:
image:
tag: "3.1-latest"
tag: "3.2-latest"
# hostAliases allows adding entries to /etc/hosts inside the containers.
hostAliases: []
# - ip: "127.0.0.1"
Expand Down

0 comments on commit 65f0bba

Please sign in to comment.