Skip to content

Commit 9cf7440

Browse files
authored
Merge pull request #351 from wenchajun/wenchajun/release-0.14
release-0.14.0
2 parents 99305e7 + 87f7046 commit 9cf7440

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
6868
Install the latest stable version
6969

7070
```shell
71-
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/fluentbit-operator/manifests/setup/setup.yaml
71+
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-0.14/manifests/setup/setup.yaml
7272

7373
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
7474
# and then use command below to install to another namespace

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v0.14.0

charts/fluentbit-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44
operator:
55
image: "kubesphere/fluentbit-operator"
6-
tag: "latest"
6+
tag: "v0.14.0"
77
initcontainer:
88
image: "docker"
99
tag: "19.03"

manifests/setup/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6770,7 +6770,7 @@ spec:
67706770
app.kubernetes.io/name: fluentbit-operator
67716771
spec:
67726772
containers:
6773-
- image: kubesphere/fluentbit-operator:latest
6773+
- image: kubesphere/fluentbit-operator:v0.14.0
67746774
name: fluentbit-operator
67756775
resources:
67766776
limits:

0 commit comments

Comments
 (0)