Skip to content

Commit ef3ec94

Browse files
authored
Merge pull request #1491 from fluent/release-3.3-work
Release v3.3.0
2 parents a4180d4 + 2adb19f commit ef3ec94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v3.3.0

charts/fluent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
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.3.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

Lines changed: 1 addition & 1 deletion
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.3.0
4343
env:
4444
- name: NAMESPACE
4545
valueFrom:

manifests/setup/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40046,7 +40046,7 @@ spec:
4004640046
fieldRef:
4004740047
apiVersion: v1
4004840048
fieldPath: metadata.namespace
40049-
image: kubesphere/fluent-operator:latest
40049+
image: kubesphere/fluent-operator:v3.3.0
4005040050
name: fluent-operator
4005140051
resources:
4005240052
limits:

0 commit comments

Comments
 (0)