Skip to content

Commit 8b6de8d

Browse files
authored
Merge pull request #47 from wanjunlei/release-0.5
init release-0.5
2 parents d3d5db2 + 96acec9 commit 8b6de8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
OP_IMG ?= kubespheredev/fluentbit-operator:latest
3+
OP_IMG ?= kubespheredev/fluentbit-operator:v0.5.0
44
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
55
AMD64 ?= -amd64
66
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

manifests/setup/fluentbit-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: fluentbit-operator
42-
image: 'kubesphere/fluentbit-operator:v0.4.0'
42+
image: 'kubesphere/fluentbit-operator:v0.5.0'
4343
resources:
4444
limits:
4545
cpu: 100m

0 commit comments

Comments
 (0)