update ontime-operator to 1.7.0

This commit is contained in:
2025-11-12 20:33:30 -06:00
parent 8ba527595d
commit 3768538db2

View File

@@ -118,6 +118,12 @@ rules:
- secrets - secrets
verbs: verbs:
- '*' - '*'
- apiGroups:
- ""
resources:
- configmaps
verbs:
- '*'
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
@@ -353,8 +359,7 @@ spec:
- --leader-elect - --leader-elect
- --leader-election-id=ontime-operator - --leader-election-id=ontime-operator
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081
image: git.jwetzell.com/jwetzell/ontime-operator:v1.6.2 image: git.jwetzell.com/jwetzell/ontime-operator:v1.7.0
imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz