Skip to content

Commit

Permalink
v0.2.0 -> Authorino v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Apr 14, 2022
1 parent 785b077 commit 0c8d59a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/authorino_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
DefaultOidcTlsCertPath string = "/etc/ssl/certs/oidc.crt"
DefaultOidcTlsCertKeyPath string = "/etc/ssl/private/oidc.key"

AuthorinoVersion string = "latest"
AuthorinoVersion string = "v0.8.0"

// Status reasons
AuthorinoProvisioningReason = "Provisioning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/3scale/authorino-operator:v0.0.1
containerImage: quay.io/3scale/authorino-operator:v0.2.0
createdAt: 2021-12-08T10-00-00Z
operators.operatorframework.io/builder: operator-sdk-v1.14.0+git
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.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/3scale/authorino-operator:latest
image: quay.io/3scale/authorino-operator:v0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -367,4 +367,4 @@ spec:
minKubeVersion: 1.8.0
provider:
name: Authorino
version: 0.0.0
version: 0.2.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.8.0
2 changes: 1 addition & 1 deletion config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/3scale/authorino-operator:latest
image: quay.io/3scale/authorino-operator:v0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/3scale/authorino-operator
newTag: latest
newTag: v0.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/3scale/authorino-operator:v0.0.1
containerImage: quay.io/3scale/authorino-operator:v0.2.0
createdAt: 2021-12-08T10-00-00Z
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/project_layout: unknown
Expand Down

0 comments on commit 0c8d59a

Please sign in to comment.