File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
charts/fluentbit-operator Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
68
68
Install the latest stable version
69
69
70
70
``` 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
72
72
73
73
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
74
74
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change 1
- latest
1
+ v0.14.0
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
operator :
5
5
image : " kubesphere/fluentbit-operator"
6
- tag : " latest "
6
+ tag : " v0.14.0 "
7
7
initcontainer :
8
8
image : " docker"
9
9
tag : " 19.03"
Original file line number Diff line number Diff line change @@ -6770,7 +6770,7 @@ spec:
6770
6770
app.kubernetes.io/name : fluentbit-operator
6771
6771
spec :
6772
6772
containers :
6773
- - image : kubesphere/fluentbit-operator:latest
6773
+ - image : kubesphere/fluentbit-operator:v0.14.0
6774
6774
name : fluentbit-operator
6775
6775
resources :
6776
6776
limits :
You can’t perform that action at this time.
0 commit comments