Skip to content

Commit

Permalink
[artemiscloud#676] build the bundle and deployed it into the Operator…
Browse files Browse the repository at this point in the history
… Lifecycle Manager(OLM)
  • Loading branch information
Msarawan committed Aug 25, 2023
1 parent e908fb5 commit 3cf7fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.14
image: quay.io/msarawan/operator:1.0.14
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/artemiscloud/activemq-artemis-operator
newName: quay.io/msarawan/operator
newTag: 1.0.14

0 comments on commit 3cf7fe6

Please sign in to comment.