Skip to content

Commit 299869c

Browse files
authored
Merge pull request #997 from wenchajun/260
release 2.6.0
2 parents 965a267 + 4a0d7af commit 299869c

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+
v2.6.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: "v2.6.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

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:v2.6.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
@@ -30962,7 +30962,7 @@ spec:
3096230962
fieldRef:
3096330963
apiVersion: v1
3096430964
fieldPath: metadata.namespace
30965-
image: kubesphere/fluent-operator:latest
30965+
image: kubesphere/fluent-operator:v2.6.0
3096630966
name: fluent-operator
3096730967
resources:
3096830968
limits:

0 commit comments

Comments
 (0)