Skip to content

Commit a717c3c

Browse files
committed
update default image
1 parent 99ec8cb commit a717c3c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

config/default/manager_config_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
spec:
99
containers:
1010
- name: manager
11-
image: spyduck/cluster-api-provider-proxmox:v0.1.0
11+
image: spyduck/cluster-api-provider-proxmox:v0.2.0

config/manager/kustomization.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
resources:
22
- manager.yaml
33
apiVersion: kustomize.config.k8s.io/v1beta1
4-
kind: Kustomization
4+
kind: Kustomization
5+
images:
6+
- name: controller
7+
newName: controller
8+
newTag: latest

0 commit comments

Comments
 (0)