File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.1 / 2021-06-12
2
+
3
+ - [ ENHANCEMENT] Update Kubernetes dependencies.
4
+ - [ ENHANCEMENT] Update fluentbit resources in manifest.
5
+
1
6
## 0.6.0 / 2021-06-01
2
7
3
8
- [ ENHANCEMENT] Add Kubernetes Go client.
Original file line number Diff line number Diff line change 1
1
2
2
# Image URL to use all building/pushing image targets
3
- OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.0
3
+ OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.1
4
4
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
5
5
AMD64 ?= -amd64
6
6
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Original file line number Diff line number Diff line change 39
39
mountPath : /var/run/docker.sock
40
40
containers :
41
41
- name : fluentbit-operator
42
- image : ' kubesphere/fluentbit-operator:v0.6.0 '
42
+ image : ' kubesphere/fluentbit-operator:v0.6.1 '
43
43
resources :
44
44
limits :
45
45
cpu : 100m
You can’t perform that action at this time.
0 commit comments