Skip to content

Commit

Permalink
chore: Prepare deployment manifests for the release cut
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed May 16, 2023
1 parent 20b9d8f commit 28663b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docplanner/rabbit-stalker
newTag: v0.2.0
newTag: v0.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
type: string
url:
type: string
useRegex:
type: boolean
vhost:
type: string
required:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/rabbit-stalker-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- --leader-elect
command:
- /manager
image: docplanner/rabbit-stalker:v0.2.0
image: docplanner/rabbit-stalker:v0.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 28663b1

Please sign in to comment.