We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d5db2 + 96acec9 commit 8b6de8dCopy full SHA for 8b6de8d
Makefile
@@ -1,6 +1,6 @@
1
2
# Image URL to use all building/pushing image targets
3
-OP_IMG ?= kubespheredev/fluentbit-operator:latest
+OP_IMG ?= kubespheredev/fluentbit-operator:v0.5.0
4
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
5
AMD64 ?= -amd64
6
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
manifests/setup/fluentbit-operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
39
mountPath: /var/run/docker.sock
40
containers:
41
- name: fluentbit-operator
42
- image: 'kubesphere/fluentbit-operator:v0.4.0'
+ image: 'kubesphere/fluentbit-operator:v0.5.0'
43
resources:
44
limits:
45
cpu: 100m
0 commit comments