We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21584b commit 343d89eCopy full SHA for 343d89e
Makefile
@@ -1,7 +1,7 @@
1
IMG_NAMESPACE = flag5
2
IMG_NAME = clustersecret
3
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
4
-IMG_VERSION = 0.0.5
+IMG_VERSION = 0.0.6
5
6
.PHONY: container push clean
7
all: container push
yaml/02_deployment.yaml
@@ -20,7 +20,7 @@ spec:
20
# - name: regcred
21
containers:
22
- name: clustersecret
23
- image: flag5/clustersecret:0.0.5
+ image: flag5/clustersecret:0.0.6
24
# imagePullPolicy: Always
25
# Uncomment next lines for debug:
26
# command:
0 commit comments