Skip to content

Commit

Permalink
v0.6.0 -> Authorino v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Mar 22, 2023
1 parent 96576c2 commit 9087377
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
containerImage: quay.io/kuadrant/authorino-operator:v0.6.0
createdAt: 2021-12-08T10-00-00Z
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
name: authorino-operator.v0.0.0
name: authorino-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -253,7 +253,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.6.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -346,4 +346,4 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
version: 0.6.0
2 changes: 1 addition & 1 deletion config/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources:
- github.com/Kuadrant/authorino/install?ref=main
- github.com/Kuadrant/authorino/install?ref=v0.12.0
2 changes: 1 addition & 1 deletion config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/kuadrant/authorino-operator:latest
image: quay.io/kuadrant/authorino-operator:v0.6.0
livenessProbe:
httpGet:
path: /healthz
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:latest
containerImage: quay.io/kuadrant/authorino-operator:v0.6.0
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.0.0
name: authorino-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -67,4 +67,4 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Red Hat
version: 0.0.0
version: 0.6.0
2 changes: 1 addition & 1 deletion controllers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
flagMaxHttpRequestBodySize string = "max-http-request-body-size"

// defaults
defaultAuthorinoImage string = "quay.io/kuadrant/authorino:latest"
defaultAuthorinoImage string = "quay.io/kuadrant/authorino:v0.12.0"
defaultTlsCertPath string = "/etc/ssl/certs/tls.crt"
defaultTlsCertKeyPath string = "/etc/ssl/private/tls.key"
defaultOidcTlsCertPath string = "/etc/ssl/certs/oidc.crt"
Expand Down

0 comments on commit 9087377

Please sign in to comment.