Skip to content

Commit

Permalink
Merge pull request #545 from wenchajun/wenchajun/release-2.0
Browse files Browse the repository at this point in the history
release-2.0
  • Loading branch information
benjaminhuo committed Feb 3, 2023
2 parents 82f629f + 3e4a199 commit 6655acf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v2.0.0
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ operator:
tag: "20.10"
container:
repository: "kubesphere/fluent-operator"
tag: "latest"
tag: "v2.0.0"
# FluentBit operator resources. Usually user needn't to adjust these.
resources:
limits:
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:v2.0.0
env:
- name: NAMESPACE
valueFrom:
Expand Down

0 comments on commit 6655acf

Please sign in to comment.