Skip to content

Commit 4a586b2

Browse files
authored
Merge pull request #838 from wenchajun/release-2.4
release 2.4.0
2 parents 18fea21 + 73b9c6b commit 4a586b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130130
Install the latest stable version
131131

132132
```shell
133-
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.2/manifests/setup/setup.yaml
133+
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.4/manifests/setup/setup.yaml
134134

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

VERSION

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

charts/fluent-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ operator:
2424
memory: 64Mi
2525
container:
2626
repository: "kubesphere/fluent-operator"
27-
tag: "latest"
27+
tag: "v2.4.0"
2828
# nodeSelector configuration for Fluent Operator. Ref: https://kubernetes.io/docs/user-guide/node-selection/
2929
nodeSelector: {}
3030
# Node tolerations applied to Fluent Operator. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

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

manifests/setup/setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27718,7 +27718,7 @@ spec:
2771827718
fieldRef:
2771927719
apiVersion: v1
2772027720
fieldPath: metadata.namespace
27721-
image: kubesphere/fluent-operator:latest
27721+
image: kubesphere/fluent-operator:v2.4.0
2772227722
name: fluent-operator
2772327723
resources:
2772427724
limits:

0 commit comments

Comments
 (0)