Skip to content

Commit

Permalink
Merge pull request #1354 from cw-Guo/v3.2-release
Browse files Browse the repository at this point in the history
release v3.2.0
  • Loading branch information
wenchajun authored Sep 21, 2024
2 parents d4efd14 + 7e9d576 commit aabb819
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v3.2.0
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ operator:
memory: 64Mi
container:
repository: "kubesphere/fluent-operator"
tag: "latest"
tag: "v3.2.0"
# If set to false, this will disable the creation of ClusterRole, ClusterRoleBinding,
# Deployment, and ServiceAccount resources to avoid conflicts when deploying multiple instances.
enable: true
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluent-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
mountPath: /var/run/docker.sock
containers:
- name: fluent-operator
image: kubesphere/fluent-operator:latest
image: kubesphere/fluent-operator:v3.2.0
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39841,7 +39841,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kubesphere/fluent-operator:latest
image: kubesphere/fluent-operator:v3.2.0
name: fluent-operator
resources:
limits:
Expand Down

0 comments on commit aabb819

Please sign in to comment.