We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8168f commit 6b744abCopy full SHA for 6b744ab
Makefile
@@ -1,6 +1,6 @@
1
2
# Image URL to use all building/pushing image targets
3
-IMG ?= controller:latest
+IMG ?= kotalco/kotal:v0.1-alpha.3
4
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
5
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
6
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
7
newName: kotalco/kotal
8
- newTag: v0.1-alpha.2
+ newTag: v0.1-alpha.3
0 commit comments