diff --git a/build.yaml b/build.yaml index 2dee823d..f4d6a3bb 100644 --- a/build.yaml +++ b/build.yaml @@ -1,5 +1,5 @@ config: - version: 0.23.4 - replaces: authorino-operator.v0.23.3 - authorinoVersion: 0.24.3 - authorinoImage: quay.io/kuadrant/authorino:v0.24.3 + version: 0.23.5 + replaces: authorino-operator.v0.23.4 + authorinoVersion: 0.24.4 + authorinoImage: quay.io/kuadrant/authorino:v0.24.4 diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index 086e4987..ad9107a7 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -54,8 +54,8 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:v0.23.4 - createdAt: "2026-07-23T13:57:46Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.23.5 + createdAt: "2026-08-29T08:49:44Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/authorino-operator @@ -66,7 +66,7 @@ metadata: operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported - name: authorino-operator.v0.23.4 + name: authorino-operator.v0.23.5 namespace: placeholder spec: apiservicedefinitions: {} @@ -255,8 +255,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz @@ -359,7 +359,7 @@ spec: provider: name: Red Hat relatedImages: - - image: quay.io/kuadrant/authorino:v0.24.3 + - image: quay.io/kuadrant/authorino:v0.24.4 name: authorino - version: 0.23.4 - replaces: authorino-operator.v0.23.3 + version: 0.23.5 + replaces: authorino-operator.v0.23.4 diff --git a/charts/authorino-operator/Chart.yaml b/charts/authorino-operator/Chart.yaml index 0557fd0d..92459e33 100644 --- a/charts/authorino-operator/Chart.yaml +++ b/charts/authorino-operator/Chart.yaml @@ -18,8 +18,8 @@ sources: kubeVersion: ">=1.19.0-0" type: application # The version will be properly set when the chart is released matching the operator version -version: "0.23.4" -appVersion: "0.23.4" +version: "0.23.5" +appVersion: "0.23.5" maintainers: - email: mcassola@redhat.com name: Guilherme Cassolato diff --git a/charts/authorino-operator/templates/manifests.yaml b/charts/authorino-operator/templates/manifests.yaml index 853bf105..ef6139a7 100644 --- a/charts/authorino-operator/templates/manifests.yaml +++ b/charts/authorino-operator/templates/manifests.yaml @@ -6067,8 +6067,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index cea72139..fc2c472d 100644 --- a/config/authorino/kustomization.yaml +++ b/config/authorino/kustomization.yaml @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/Kuadrant/authorino/install?ref=v0.24.3 +- github.com/Kuadrant/authorino/install?ref=v0.24.4 # - webhook # # Configures the conversion webhook # images: # - name: AUTHORINO_IMAGE # newName: quay.io/kuadrant/authorino -# newTag: v0.24.3 +# newTag: v0.24.4 # patchesStrategicMerge: # - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index 743776e4..4f5dab0c 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -6074,8 +6074,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 - image: quay.io/kuadrant/authorino-operator:v0.23.4 + value: quay.io/kuadrant/authorino:v0.24.4 + image: quay.io/kuadrant/authorino-operator:v0.23.5 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9f129c17..b4336b66 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -22,7 +22,7 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:v0.24.3 + value: quay.io/kuadrant/authorino:v0.24.4 args: - --leader-elect image: controller:latest diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index 4e01c9f5..a1c389ca 100644 --- a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml @@ -5,13 +5,13 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:v0.23.4 + containerImage: quay.io/kuadrant/authorino-operator:v0.23.5 createdAt: 2021-12-08T10-00-00Z operators.operatorframework.io/builder: operator-sdk-v1.9.0 operators.operatorframework.io/project_layout: unknown repository: https://github.com/Kuadrant/authorino-operator support: kuadrant - name: authorino-operator.v0.23.4 + name: authorino-operator.v0.23.5 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -78,4 +78,4 @@ spec: minKubeVersion: 1.25.0 provider: name: Red Hat - version: 0.23.4 + version: 0.23.5