We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00b7c4 commit bbc4e3fCopy full SHA for bbc4e3f
Makefile
@@ -1,6 +1,6 @@
1
default: test
2
3
-VERSION := 1.0.2-dev
+VERSION := 1.0.2
4
5
GITHUB_REPOSITORY ?= marshallford/default-allow-privilege-escalation
6
IMAGE := $(GITHUB_REPOSITORY)
deploy/kustomization.yaml
@@ -17,7 +17,7 @@ commonLabels:
17
18
images:
19
- name: docker.io/marshallford/default-allow-privilege-escalation
20
- newTag: 1.0.2-dev
+ newTag: 1.0.2
21
22
generatorOptions:
23
disableNameSuffixHash: true
0 commit comments