From 92fd0fc83321cad985d5a7bd5a80c870b5030207 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 28 Oct 2025 17:18:22 -0500 Subject: [PATCH] change namespace --- config/default/kustomization.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index a8a159f..2cf19d1 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,5 +1,5 @@ # Adds namespace to all resources. -namespace: ontime-operator-system +namespace: ontime-operator # Value of this field is prepended to the # names of all resources, e.g. a deployment named diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 6ad8838..3d85dfa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: git.jwetzell.com/jwetzell/ontime-operator - newTag: v1.2.0 + newTag: v1.3.0