Skip to content

Commit

Permalink
Prepared release v1.0.2-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
maleck13 authored and github-actions[bot] committed Jan 9, 2025
1 parent 0a5e5b2 commit 7053b99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -109,7 +109,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:v1.0.1
createdAt: "2024-12-05T13:08:35Z"
createdAt: "2025-01-09T13:14:59Z"
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
Expand Down Expand Up @@ -437,7 +437,7 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:v0.8.1
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:v0.0.14
value: quay.io/kuadrant/console-plugin:v0.0.18
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -546,6 +546,6 @@ spec:
relatedImages:
- image: oci://quay.io/kuadrant/wasm-shim:v0.8.1
name: wasmshim
- image: quay.io/kuadrant/console-plugin:v0.0.14
- image: quay.io/kuadrant/console-plugin:v0.0.18
name: consoleplugin
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8886,7 +8886,7 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:v0.8.1
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: quay.io/kuadrant/console-plugin:v0.0.14
value: quay.io/kuadrant/console-plugin:v0.0.18
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:v0.8.1"
- name: RELATED_IMAGE_CONSOLEPLUGIN
value: "quay.io/kuadrant/console-plugin:v0.0.14"
value: "quay.io/kuadrant/console-plugin:v0.0.18"
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
4 changes: 2 additions & 2 deletions make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ DNS_OPERATOR_VERSION=0.12.0
DNS_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.12.0
WASM_SHIM_VERSION=0.8.1
RELATED_IMAGE_WASMSHIM=oci://quay.io/kuadrant/wasm-shim:v0.8.1
RELATED_IMAGE_CONSOLEPLUGIN=quay.io/kuadrant/console-plugin:v0.0.14
RELATED_IMAGE_CONSOLEPLUGIN=quay.io/kuadrant/console-plugin:v0.0.18
IMG=quay.io/kuadrant/kuadrant-operator:v1.0.1
BUNDLE_VERSION=1.0.1
BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.1
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.1
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=1.0.1
VERSION=1.0.2-rc2

0 comments on commit 7053b99

Please sign in to comment.