Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update current development version (#102) #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To install the Keycloak Operator, follow the steps below:
```bash
helm search repo epamedp/keycloak-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
epamedp/keycloak-operator 1.23.0 1.23.0 A Helm chart for KRCI Keycloak Operator
```

_**NOTE:** It is highly recommended to use the latest stable version._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,14 @@ metadata:
]
capabilities: Deep Insights
categories: Security
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
containerImage: docker.io/epamedp/keycloak-operator:1.23.0
createdAt: "2024-07-26T10:29:46Z"
description: An Operator for managing Keycloak
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/epam/edp-keycloak-operator
support: EPAM Delivery Platform
name: edp-keycloak-operator.v1.22.0
name: edp-keycloak-operator.v1.23.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -747,7 +747,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/epamedp/keycloak-operator:1.22.0
image: docker.io/epamedp/keycloak-operator:1.23.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1146,4 +1146,4 @@ spec:
provider:
name: EPAM Delivery Platform
url: https://epam.github.io/edp-install/
version: 1.22.0
version: 1.23.0
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: docker.io/epamedp/keycloak-operator
newTag: 1.22.0
newTag: 1.23.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Security
containerImage: docker.io/epamedp/keycloak-operator:1.22.0
containerImage: docker.io/epamedp/keycloak-operator:1.23.0
description: An Operator for managing Keycloak
repository: https://github.com/epam/edp-keycloak-operator
support: EPAM Delivery Platform
Expand Down Expand Up @@ -181,4 +181,4 @@ spec:
provider:
name: EPAM Delivery Platform
url: https://epam.github.io/edp-install/
version: 1.22.0
version: 1.23.0
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To install the Keycloak Operator, follow the steps below:
```bash
helm search repo epamedp/keycloak-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
epamedp/keycloak-operator 1.23.0 1.23.0 A Helm chart for KRCI Keycloak Operator
```

_**NOTE:** It is highly recommended to use the latest stable version._
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To install the Keycloak Operator, follow the steps below:
```bash
helm search repo epamedp/keycloak-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/keycloak-operator 1.22.0 1.22.0 A Helm chart for KRCI Keycloak Operator
epamedp/keycloak-operator 1.23.0 1.23.0 A Helm chart for KRCI Keycloak Operator
```

_**NOTE:** It is highly recommended to use the latest stable version._
Expand Down
Loading