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 37c1529 commit 1248b1bCopy full SHA for 1248b1b
config/manager/kustomization.yaml
@@ -1,8 +1,8 @@
1
resources:
2
- - manager.yaml
+- manager.yaml
3
apiVersion: kustomize.config.k8s.io/v1beta1
4
kind: Kustomization
5
images:
6
- - name: controller
7
- newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox
8
- newTag: latest
+- name: controller
+ newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox
+ newTag: v0.4.1
config/manager/manager.yaml
@@ -70,7 +70,7 @@ spec:
70
- /manager
71
args:
72
- "--health-probe-bind-address=:8081"
73
- - "--metrics-bind-address=127.0.0.1:8080"
+ - "--diagnostics-address=127.0.0.1:8080"
74
- "--leader-elect"
75
- --scheduler-plugin-config=/etc/qemu-scheduler/plugin-config.yaml
76
image: controller:latest
0 commit comments