Compare commits
3 Commits
3f7b0c10ce
...
51d7a2d88e
| Author | SHA1 | Date | |
|---|---|---|---|
|
51d7a2d88e
|
|||
|
1f98fa3f59
|
|||
|
9e9aef6425
|
@@ -8044,14 +8044,14 @@ spec:
|
|||||||
- virt-operator
|
- virt-operator
|
||||||
env:
|
env:
|
||||||
- name: VIRT_OPERATOR_IMAGE
|
- name: VIRT_OPERATOR_IMAGE
|
||||||
value: quay.io/kubevirt/virt-operator:v1.6.2
|
value: quay.io/kubevirt/virt-operator:v1.6.3
|
||||||
- name: WATCH_NAMESPACE
|
- name: WATCH_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.annotations['olm.targetNamespaces']
|
fieldPath: metadata.annotations['olm.targetNamespaces']
|
||||||
- name: KUBEVIRT_VERSION
|
- name: KUBEVIRT_VERSION
|
||||||
value: v1.6.2
|
value: v1.6.3
|
||||||
image: quay.io/kubevirt/virt-operator:v1.6.2
|
image: quay.io/kubevirt/virt-operator:v1.6.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
serviceAccountName: prometheus-agent
|
serviceAccountName: prometheus-agent
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: prom/prometheus:v3.2.1
|
image: prom/prometheus:v3.7.3
|
||||||
args:
|
args:
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
- "--agent"
|
- "--agent"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ spec:
|
|||||||
SLEEP=false source /install-cni.sh
|
SLEEP=false source /install-cni.sh
|
||||||
/token-watcher.sh &
|
/token-watcher.sh &
|
||||||
/ip-control-loop -log-level debug
|
/ip-control-loop -log-level debug
|
||||||
image: ghcr.io/k8snetworkplumbingwg/whereabouts:latest
|
image: ghcr.io/k8snetworkplumbingwg/whereabouts:v0.9.2
|
||||||
env:
|
env:
|
||||||
- name: NODENAME
|
- name: NODENAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user