We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ec8cb commit a717c3cCopy full SHA for a717c3c
config/default/manager_config_patch.yaml
@@ -8,4 +8,4 @@ spec:
8
spec:
9
containers:
10
- name: manager
11
- image: spyduck/cluster-api-provider-proxmox:v0.1.0
+ image: spyduck/cluster-api-provider-proxmox:v0.2.0
config/manager/kustomization.yaml
@@ -1,4 +1,8 @@
1
resources:
2
- manager.yaml
3
apiVersion: kustomize.config.k8s.io/v1beta1
4
-kind: Kustomization
+kind: Kustomization
5
+images:
6
+- name: controller
7
+ newName: controller
+ newTag: latest
0 commit comments