Skip to content

Commit f30cdba

Browse files
committed
chore: bump helm to v3.15.1
1 parent ce90e20 commit f30cdba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

manifests/installation/storage/mariadb/statefulset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ spec:
5858
# 指定了存储卷的规格信息,包括访问模式和资源请求等
5959
spec:
6060
# 指定了存储卷的访问模式为"ReadWriteOnce",表示可以被单个节点挂载为读写模式
61+
# ReadWriteOnce: PV 能以 read-write 模式 mount 到单个节点
62+
# ReadOnlyMany: PV 能以 read-only 模式 mount 到多个节点
63+
# ReadWriteMany: PV 能以 read-write 模式 mount 到多个节点
6164
accessModes: [ "ReadWriteOnce" ]
6265
# 指定了存储卷的资源请求信息
6366
resources:

scripts/make-rules/common-versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HADOLINT_VER ?= v2.10.0
99
CHART_VERSION ?= 1.0.0
1010
#KIND_VERSION ?= v0.22.0
1111
KIND_VERSION ?= v0.19.0
12-
HELM_VERSION ?= v3.8.1
12+
HELM_VERSION ?= v3.15.1
1313
GO_TESTS_SUM_VERSION ?=v1.6.4
1414
GOLANGCI_LINT_VERSION := v1.55.2
1515
YQ_VERSION ?= v4.25.2

0 commit comments

Comments
 (0)