Skip to content

Commit

Permalink
[bundle] bundle and config for release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 1, 2023
1 parent 0756c6d commit 7bd5faf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2023-05-31T13:23:21Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v0.3.1
createdAt: "2023-06-01T12:24:17Z"
operators.operatorframework.io/builder: operator-sdk-v1.28.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v0.3.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -447,8 +447,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
image: quay.io/kuadrant/kuadrant-operator:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.2.0
image: quay.io/kuadrant/kuadrant-operator:v0.3.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -558,7 +558,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.2.0
name: wasmshim
replaces: kuadrant-operator.v0.0.0-alpha
version: 0.0.0
replaces: kuadrant-operator.v0.3.0
version: 0.3.1
4 changes: 2 additions & 2 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.7.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.5.0"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/kuadrant-operator
newTag: latest
newTag: v0.3.1
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.2.0"
image: controller:latest
name: manager
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
containerImage: quay.io/kuadrant/kuadrant-operator:v0.3.1
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/Kuadrant/kuadrant-operator
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v0.3.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -76,5 +76,5 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
replaces: kuadrant-operator.v0.0.0-alpha
version: 0.0.0
replaces: kuadrant-operator.v0.3.0
version: 0.3.1

0 comments on commit 7bd5faf

Please sign in to comment.