Skip to content

Commit 6655acf

Browse files
authored
Merge pull request #545 from wenchajun/wenchajun/release-2.0
release-2.0
2 parents 82f629f + 3e4a199 commit 6655acf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v2.0.0

charts/fluent-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ operator:
1616
tag: "20.10"
1717
container:
1818
repository: "kubesphere/fluent-operator"
19-
tag: "latest"
19+
tag: "v2.0.0"
2020
# FluentBit operator resources. Usually user needn't to adjust these.
2121
resources:
2222
limits:

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

0 commit comments

Comments
 (0)