Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
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: "2025-03-13T20:05:27Z"
containerImage: quay.io/kuadrant/kuadrant-operator:v1.2.0-rc1
createdAt: "2025-04-08T08:02:47Z"
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/Kuadrant/kuadrant-operator
support: kuadrant
name: kuadrant-operator.v0.0.0
name: kuadrant-operator.v1.2.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -448,14 +448,14 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.9.0
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:latest
value: quay.io/kuadrant/console-plugin:v0.1.1
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.2.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -557,8 +557,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.9.0
name: wasmshim
- image: quay.io/kuadrant/console-plugin:latest
- image: quay.io/kuadrant/console-plugin:v0.1.1
name: consoleplugin
version: 0.0.0
version: 1.2.0-rc1
6 changes: 3 additions & 3 deletions bundle/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.18.0"
- type: olm.package
value:
packageName: limitador-operator
version: "0.0.0"
version: "0.14.0"
- type: olm.package
value:
packageName: dns-operator
version: "0.0.0"
version: "0.14.0"
10 changes: 5 additions & 5 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ sources:
kubeVersion: ">=1.19.0-0"
type: application
# The chart version and dependencies will be properly set when the chart is released matching the operator version
version: "0.0.0"
appVersion: "0.0.0"
version: "1.2.0-rc1"
appVersion: "1.2.0-rc1"
dependencies:
- name: authorino-operator
version: 0.0.0
version: 0.18.0
repository: https://kuadrant.io/helm-charts/
- name: limitador-operator
version: 0.0.0
version: 0.14.0
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: 0.0.0
version: 0.14.0
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9445,14 +9445,14 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.9.0
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:latest
value: quay.io/kuadrant/console-plugin:v0.1.1
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kuadrant/kuadrant-operator:latest
image: quay.io/kuadrant/kuadrant-operator:v1.2.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/dependencies/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/authorino-operator/config/deploy?ref=main
- github.com/Kuadrant/authorino-operator/config/deploy?ref=v0.18.0
2 changes: 1 addition & 1 deletion config/dependencies/dns/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- github.com/kuadrant/dns-operator/config/default?ref=main
- github.com/kuadrant/dns-operator/config/default?ref=v0.14.0

patches:
- path: deployment_patch.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/dependencies/limitador/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/limitador-operator/config/default?ref=main
- github.com/Kuadrant/limitador-operator/config/default?ref=v0.14.0
2 changes: 1 addition & 1 deletion config/deploy/olm/catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: kuadrant-operator-catalog
spec:
sourceType: grpc
image: quay.io/kuadrant/kuadrant-operator-catalog:latest
image: quay.io/kuadrant/kuadrant-operator-catalog:v1.2.0-rc1
displayName: Kuadrant Operators
grpcPodConfig:
securityContextConfig: restricted
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/kuadrant-operator
newTag: latest
newTag: v1.2.0-rc1
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:latest"
value: "oci://quay.io/kuadrant/wasm-shim:v0.9.0"
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: "quay.io/kuadrant/console-plugin:latest"
value: "quay.io/kuadrant/console-plugin:v0.1.1"
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
containerImage: quay.io/kuadrant/kuadrant-operator:v1.2.0-rc1
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
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.v1.2.0-rc1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -87,4 +87,4 @@ spec:
provider:
name: Red Hat
url: https://github.com/Kuadrant/kuadrant-operator
version: 0.0.0
version: 1.2.0-rc1
16 changes: 7 additions & 9 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
kuadrant-operator:
version: "0.0.0"

version: "1.2.0-rc1"
olm:
channels:
- "alpha"
- "alpha"
default-channel: "alpha"

dependencies:
authorino-operator: "0.0.0"
console-plugin: "0.0.0"
dns-operator: "0.0.0"
limitador-operator: "0.0.0"
wasm-shim: "0.0.0"
authorino-operator: "0.18.0"
console-plugin: "0.1.1"
dns-operator: "0.14.0"
limitador-operator: "0.14.0"
wasm-shim: "0.9.0"
Loading