Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit dba5b07

Browse files
committed
chore: Prepare deployment manifests for the release cut (v0.4.0)
1 parent be0e3b3 commit dba5b07

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: docplanner/rabbit-stalker
8-
newTag: v0.3.0
8+
newTag: v0.4.0

deploy/customresourcedefinition/workloadactions-rabbit-stalker-docplanner-com.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,16 @@ spec:
103103
description: SecretKeyReferenceSpec represents a reference to a Secret resource in the same namespace
104104
properties:
105105
key:
106-
description: Key in the Secret, when not specified an implementation-specific default key is used.
106+
description: Key in the Secret.
107107
type: string
108108
name:
109109
description: Name of the Secret.
110110
type: string
111+
namespace:
112+
description: Namespace of the Secret.
113+
type: string
111114
required:
115+
- key
112116
- name
113117
type: object
114118
required:
@@ -121,12 +125,16 @@ spec:
121125
description: SecretKeyReferenceSpec represents a reference to a Secret resource in the same namespace
122126
properties:
123127
key:
124-
description: Key in the Secret, when not specified an implementation-specific default key is used.
128+
description: Key in the Secret.
125129
type: string
126130
name:
127131
description: Name of the Secret.
128132
type: string
133+
namespace:
134+
description: Namespace of the Secret.
135+
type: string
129136
required:
137+
- key
130138
- name
131139
type: object
132140
required:
@@ -147,7 +155,6 @@ spec:
147155
required:
148156
- queue
149157
- url
150-
- vhost
151158
type: object
152159
synchronization:
153160
description: SynchronizationSpec defines the behavior of synchronization

deploy/deployment/rabbit-stalker-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
- --leader-elect
7070
command:
7171
- /manager
72-
image: docplanner/rabbit-stalker:v0.3.0
72+
image: docplanner/rabbit-stalker:v0.4.0
7373
livenessProbe:
7474
httpGet:
7575
path: /healthz

0 commit comments

Comments
 (0)