Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Nov 24, 2023
1 parent 6b2e508 commit af5702c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
createdAt: "2023-11-21T16:17:37Z"
createdAt: "2023-11-22T10:25:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: multicluster-gateway-controller.v0.0.0
Expand Down Expand Up @@ -538,7 +538,7 @@ spec:
- configMapRef:
name: controller-config
optional: true
image: quay.io/kuadrant/addon-manager:main
image: quay.io/kuadrant/addon-manager:release-0.2
imagePullPolicy: Always
name: controller
resources:
Expand Down Expand Up @@ -585,7 +585,7 @@ spec:
- --leader-elect
command:
- /controller
image: quay.io/kuadrant/multicluster-gateway-controller:main
image: quay.io/kuadrant/multicluster-gateway-controller:release-0.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -640,7 +640,7 @@ spec:
- --leader-elect
command:
- /policy_controller
image: quay.io/kuadrant/policy-controller:main
image: quay.io/kuadrant/policy-controller:release-0.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit af5702c

Please sign in to comment.