Skip to content

Commit

Permalink
chore: Prepare deployment manifests for the release cut (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed May 17, 2023
1 parent be0e3b3 commit dba5b07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.3.0
newTag: v0.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -147,7 +155,6 @@ spec:
required:
- queue
- url
- vhost
type: object
synchronization:
description: SynchronizationSpec defines the behavior of synchronization
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.3.0
image: docplanner/rabbit-stalker:v0.4.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit dba5b07

Please sign in to comment.