Skip to content

Commit a745959

Browse files
authored
Merge pull request #434 from wenchajun/wenchajun/release-1.6
release 1.6.0
2 parents 5dd7c6d + 7629caa commit a745959

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+
v1.6.0

charts/fluent-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ operator:
1212
tag: "20.10"
1313
container:
1414
repository: "kubesphere/fluent-operator"
15-
tag: "latest"
15+
tag: "v1.6.0"
1616
# FluentBit operator resources. Usually user needn't to adjust these.
1717
resources:
1818
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:v1.6.0
4343
env:
4444
- name: NAMESPACE
4545
valueFrom:

0 commit comments

Comments
 (0)