Skip to content

Commit

Permalink
Adding Kuadrant operator version 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Dec 18, 2024
1 parent ffdd220 commit fe3f36b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-11-26T15:09:44Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.1
createdAt: "2024-12-05T13:08:35Z"
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
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
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v1.0.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -435,14 +435,14 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.8.1
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:latest
value: quay.io/kuadrant/console-plugin:v0.0.14
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.0.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -544,8 +544,8 @@ 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.8.1
name: wasmshim
- image: quay.io/kuadrant/console-plugin:latest
- image: quay.io/kuadrant/console-plugin:v0.0.14
name: consoleplugin
version: 0.0.0
version: 1.0.1
6 changes: 3 additions & 3 deletions operators/kuadrant-operator/1.0.1/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dependencies:
- type: olm.package
value:
packageName: authorino-operator
version: "0.0.0"
version: "0.16.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.12.1"
- type: olm.package
value:
packageName: dns-operator
version: "0.0.0"
version: "0.12.0"

0 comments on commit fe3f36b

Please sign in to comment.