update ontime-operator

This commit is contained in:
2025-11-12 18:39:54 -06:00
parent bd1e960d8f
commit 82c4880692
2 changed files with 3 additions and 29 deletions

View File

@@ -1,26 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: gateway-api
namespace: kube-system
spec:
interval: 5m
url: https://github.com/kubernetes-sigs/gateway-api
ref:
tag: v1.4.0
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gateway-api
namespace: kube-system
spec:
interval: 10m
targetNamespace: kube-system
sourceRef:
kind: GitRepository
name: gateway-api
namespace: kube-system
path: "./config/crd"
prune: true
timeout: 1m

View File

@@ -152,9 +152,9 @@ rules:
verbs: verbs:
- '*' - '*'
- apiGroups: - apiGroups:
- networking.k8s.io - gateway.networking.k8s.io
resources: resources:
- ingresses - httproutes
verbs: verbs:
- '*' - '*'
--- ---
@@ -353,7 +353,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.4.0 image: git.jwetzell.com/jwetzell/ontime-operator:v1.6.2
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz