Skip to content

Commit 343d89e

Browse files
committed
bump version 0.0.6
1 parent c21584b commit 343d89e

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,7 +1,7 @@
11
IMG_NAMESPACE = flag5
22
IMG_NAME = clustersecret
33
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
4-
IMG_VERSION = 0.0.5
4+
IMG_VERSION = 0.0.6
55

66
.PHONY: container push clean
77
all: container push

yaml/02_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# - name: regcred
2121
containers:
2222
- name: clustersecret
23-
image: flag5/clustersecret:0.0.5
23+
image: flag5/clustersecret:0.0.6
2424
# imagePullPolicy: Always
2525
# Uncomment next lines for debug:
2626
# command:

0 commit comments

Comments
 (0)