From 0cc1a56b15b44a47b56d26975526bea6873819eb Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Thu, 4 Jan 2024 14:48:04 -0500 Subject: [PATCH] k8s: fix core version to match this branch (v0.24) --- k8s/core/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/core/kustomization.yaml b/k8s/core/kustomization.yaml index 78d7f6b92..ecb2be681 100644 --- a/k8s/core/kustomization.yaml +++ b/k8s/core/kustomization.yaml @@ -1,6 +1,6 @@ namespace: pomerium resources: - - github.com/pomerium/ingress-controller/config/default?ref=v0.22.1 + - github.com/pomerium/ingress-controller/config/default?ref=v0.24.0 - service.yaml patchesStrategicMerge: - ./deployment.yaml