From dba5b07ab70e1ea88081b46abaa3b110d0caf60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alby=20Hern=C3=A1ndez?= Date: Wed, 17 May 2023 21:30:50 +0100 Subject: [PATCH] chore: Prepare deployment manifests for the release cut (v0.4.0) --- config/manager/kustomization.yaml | 2 +- ...rkloadactions-rabbit-stalker-docplanner-com.yaml | 13 ++++++++++--- .../rabbit-stalker-controller-manager.yaml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7876f7e..ec6331f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: docplanner/rabbit-stalker - newTag: v0.3.0 + newTag: v0.4.0 diff --git a/deploy/customresourcedefinition/workloadactions-rabbit-stalker-docplanner-com.yaml b/deploy/customresourcedefinition/workloadactions-rabbit-stalker-docplanner-com.yaml index 7853852..5c2a2f3 100644 --- a/deploy/customresourcedefinition/workloadactions-rabbit-stalker-docplanner-com.yaml +++ b/deploy/customresourcedefinition/workloadactions-rabbit-stalker-docplanner-com.yaml @@ -103,12 +103,16 @@ spec: description: SecretKeyReferenceSpec represents a reference to a Secret resource in the same namespace properties: key: - description: Key in the Secret, when not specified an implementation-specific default key is used. + description: Key in the Secret. type: string name: description: Name of the Secret. type: string + namespace: + description: Namespace of the Secret. + type: string required: + - key - name type: object required: @@ -121,12 +125,16 @@ spec: description: SecretKeyReferenceSpec represents a reference to a Secret resource in the same namespace properties: key: - description: Key in the Secret, when not specified an implementation-specific default key is used. + description: Key in the Secret. type: string name: description: Name of the Secret. type: string + namespace: + description: Namespace of the Secret. + type: string required: + - key - name type: object required: @@ -147,7 +155,6 @@ spec: required: - queue - url - - vhost type: object synchronization: description: SynchronizationSpec defines the behavior of synchronization diff --git a/deploy/deployment/rabbit-stalker-controller-manager.yaml b/deploy/deployment/rabbit-stalker-controller-manager.yaml index c9215e3..b92fd96 100644 --- a/deploy/deployment/rabbit-stalker-controller-manager.yaml +++ b/deploy/deployment/rabbit-stalker-controller-manager.yaml @@ -69,7 +69,7 @@ spec: - --leader-elect command: - /manager - image: docplanner/rabbit-stalker:v0.3.0 + image: docplanner/rabbit-stalker:v0.4.0 livenessProbe: httpGet: path: /healthz