Skip to content

Commit

Permalink
Merge pull request #1027 from antrema/2.7.0
Browse files Browse the repository at this point in the history
release-2.7.0
  • Loading branch information
benjaminhuo committed Dec 18, 2023
2 parents 13db40f + 36f4b77 commit 9d10cd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
latest
v2.7.0
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Expand Up @@ -24,7 +24,7 @@ operator:
memory: 64Mi
container:
repository: "kubesphere/fluent-operator"
tag: "latest"
tag: "v2.7.0"
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
# Node tolerations applied to Fluent Operator. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluent-operator-deployment.yaml
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:v2.7.0
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Expand Up @@ -31082,7 +31082,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kubesphere/fluent-operator:latest
image: kubesphere/fluent-operator:v2.7.0
name: fluent-operator
resources:
limits:
Expand Down

0 comments on commit 9d10cd9

Please sign in to comment.