From 3768538db2cd8fada9766b1a53b8dd3f7cdafa68 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 20:33:30 -0600 Subject: [PATCH] update ontime-operator to 1.7.0 --- .../ontime-dev-doks/ontime-operator/deploy.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml index 9b1af21..fb3a463 100644 --- a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml @@ -118,6 +118,12 @@ rules: - secrets verbs: - '*' +- apiGroups: + - "" + resources: + - configmaps + verbs: + - '*' - apiGroups: - "" resources: @@ -353,8 +359,7 @@ spec: - --leader-elect - --leader-election-id=ontime-operator - --health-probe-bind-address=:8081 - image: git.jwetzell.com/jwetzell/ontime-operator:v1.6.2 - imagePullPolicy: Always + image: git.jwetzell.com/jwetzell/ontime-operator:v1.7.0 livenessProbe: httpGet: path: /healthz