Skip to content

Commit 7e9d576

Browse files
committedSep 21, 2024··
release v3.2.0
Signed-off-by: juicer <cwguoz@gmail.com>
1 parent d4efd14 commit 7e9d576

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v3.2.0

‎charts/fluent-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ operator:
2424
memory: 64Mi
2525
container:
2626
repository: "kubesphere/fluent-operator"
27-
tag: "latest"
27+
tag: "v3.2.0"
2828
# If set to false, this will disable the creation of ClusterRole, ClusterRoleBinding,
2929
# Deployment, and ServiceAccount resources to avoid conflicts when deploying multiple instances.
3030
enable: true

‎manifests/setup/fluent-operator-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
mountPath: /var/run/docker.sock
4040
containers:
4141
- name: fluent-operator
42-
image: kubesphere/fluent-operator:latest
42+
image: kubesphere/fluent-operator:v3.2.0
4343
env:
4444
- name: NAMESPACE
4545
valueFrom:

‎manifests/setup/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39841,7 +39841,7 @@ spec:
3984139841
fieldRef:
3984239842
apiVersion: v1
3984339843
fieldPath: metadata.namespace
39844-
image: kubesphere/fluent-operator:latest
39844+
image: kubesphere/fluent-operator:v3.2.0
3984539845
name: fluent-operator
3984639846
resources:
3984739847
limits:

0 commit comments

Comments
 (0)
Please sign in to comment.