Skip to content

Commit 1d758ce

Browse files
authored
release v3.0.0 (#1235)
* update fluentbit to v3.1.0 Signed-off-by: dehaocheng <[email protected]> * update fluentbit to v3.1.0 Signed-off-by: dehaocheng <[email protected]> * release fluent-operator v3.0 Signed-off-by: dehaocheng <[email protected]> * release v3.0 Signed-off-by: dehaocheng <[email protected]> --------- Signed-off-by: dehaocheng <[email protected]>
1 parent 16b7613 commit 1d758ce

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.0.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.0.0"
2828
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
2929
nodeSelector: {}
3030
# Node tolerations applied to Fluent Operator. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

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.0.0
4343
env:
4444
- name: NAMESPACE
4545
valueFrom:

manifests/setup/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36532,7 +36532,7 @@ spec:
3653236532
fieldRef:
3653336533
apiVersion: v1
3653436534
fieldPath: metadata.namespace
36535-
image: kubesphere/fluent-operator:latest
36535+
image: kubesphere/fluent-operator:v3.0.0
3653636536
name: fluent-operator
3653736537
resources:
3653836538
limits:

0 commit comments

Comments
 (0)