Skip to content

Commit

Permalink
Missed wasm-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Nov 28, 2023
1 parent 4208a8b commit 7db3e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:v0.5.0
createdAt: "2023-11-28T16:41:39Z"
createdAt: "2023-11-28T16:47:25Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
Expand Down Expand Up @@ -403,7 +403,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.3.0
image: quay.io/kuadrant/kuadrant-operator:v0.5.0
livenessProbe:
httpGet:
Expand Down Expand Up @@ -506,7 +506,7 @@ spec:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
relatedImages:
- image: oci://quay.io/kuadrant/wasm-shim:latest
- image: oci://quay.io/kuadrant/wasm-shim:v0.3.0
name: wasmshim
replaces: kuadrant-operator.v0.4.1
version: 0.5.0
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:latest"
value: "oci://quay.io/kuadrant/wasm-shim:v0.3.0"
image: controller:latest
name: manager
securityContext:
Expand Down

0 comments on commit 7db3e19

Please sign in to comment.