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

Commit 28663b1

Browse files
committed
chore: Prepare deployment manifests for the release cut
1 parent 20b9d8f commit 28663b1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.2.0
8+
newTag: v0.3.0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ spec:
140140
type: string
141141
url:
142142
type: string
143+
useRegex:
144+
type: boolean
143145
vhost:
144146
type: string
145147
required:

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.2.0
72+
image: docplanner/rabbit-stalker:v0.3.0
7373
livenessProbe:
7474
httpGet:
7575
path: /healthz

0 commit comments

Comments
 (0)