Skip to content

Commit 1248b1b

Browse files
committed
fix abolished flag
1 parent 37c1529 commit 1248b1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/manager/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resources:
2-
- manager.yaml
2+
- manager.yaml
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
6-
- name: controller
7-
newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox
8-
newTag: latest
6+
- name: controller
7+
newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox
8+
newTag: v0.4.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
- /manager
7171
args:
7272
- "--health-probe-bind-address=:8081"
73-
- "--metrics-bind-address=127.0.0.1:8080"
73+
- "--diagnostics-address=127.0.0.1:8080"
7474
- "--leader-elect"
7575
- --scheduler-plugin-config=/etc/qemu-scheduler/plugin-config.yaml
7676
image: controller:latest

0 commit comments

Comments
 (0)