Skip to content

Commit

Permalink
Merge pull request #351 from wenchajun/wenchajun/release-0.14
Browse files Browse the repository at this point in the history
release-0.14.0
  • Loading branch information
benjaminhuo committed Jul 18, 2022
2 parents 99305e7 + 87f7046 commit 9cf7440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
Install the latest stable version

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

# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
# and then use command below to install to another namespace
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v0.14.0
2 changes: 1 addition & 1 deletion charts/fluentbit-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
operator:
image: "kubesphere/fluentbit-operator"
tag: "latest"
tag: "v0.14.0"
initcontainer:
image: "docker"
tag: "19.03"
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6770,7 +6770,7 @@ spec:
app.kubernetes.io/name: fluentbit-operator
spec:
containers:
- image: kubesphere/fluentbit-operator:latest
- image: kubesphere/fluentbit-operator:v0.14.0
name: fluentbit-operator
resources:
limits:
Expand Down

0 comments on commit 9cf7440

Please sign in to comment.