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
8 changes: 4 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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
16 changes: 8 additions & 8 deletions bundle/manifests/authorino-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/authorino-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/authorino-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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
Expand Down Expand Up @@ -78,4 +78,4 @@ spec:
minKubeVersion: 1.25.0
provider:
name: Red Hat
version: 0.23.4
version: 0.23.5
Loading