Skip to content

Commit ac8dccf

Browse files
committed
chore(charts/keycloak-operator): bump to 0.1.2
Bump operator version and CRDs and to '26.0.6'.
1 parent 87e17fd commit ac8dccf

File tree

7 files changed

+3467
-2982
lines changed

7 files changed

+3467
-2982
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ helm install oci://ghcr.io/fmjstudios/helm/<CHART_NAME>:<VERSION>
3434
<div align="center">
3535

3636
| Chart | Current Version | Default Container Images |
37-
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------: | ------------------------------------------------------ |
37+
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------:|--------------------------------------------------------|
3838
| [Vaultwarden <img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/890e668071cffe2833834348e19bbef3c061d014/resources/vaultwarden-icon.svg" alt="Vaultwarden Logo" width="32px" height="32px" align="right" loading="lazy">][vaultwarden_chart] | 0.2.3 | [vaultwarden/server][vaultwarden_images] |
3939
| [Uptime-Kuma <img src="https://raw.githubusercontent.com/louislam/uptime-kuma/36196f632d499fddef436a3aacf2f11a01958f07/public/icon.svg" alt="Uptime-Kuma Logo" width="32px" height="32px" align="right" loading="lazy">][uptimekuma_chart] | 0.2.2 | [louislam/uptime-kuma][uptime_kuma_images] |
4040
| [Linkwarden <img src="https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png" alt="Linkwarden Logo" width="32px" height="32px" align="right" loading="lazy">][linkwarden_chart] | 0.3.3 | [linkwarden/linkwarden][linkwarden_images] |
@@ -47,7 +47,7 @@ helm install oci://ghcr.io/fmjstudios/helm/<CHART_NAME>:<VERSION>
4747
| [GoBackup <img src="https://user-images.githubusercontent.com/5518/205909959-12b92929-4ac5-4bb5-9111-6f9a3ed76cf6.png" alt="GoBackup Logo" width="32px" height="32px" align="right" loading="lazy">][gobackup_chart] | 0.2.2 | [huacnlee/gobackup][gobackup_images] |
4848
| [Activepieces <img src="https://raw.githubusercontent.com/fmjstudios/artwork/3f3537b0377b8c95bfac77ae5cb7779c4698d659/projects/activepieces/icon/color/activepieces-icon-color.png" alt="Activepieces Logo" width="32px" height="32px" align="right" loading="lazy">][activepieces_chart] | 0.2.2 | [activepieces/activepieces][activepieces_images] |
4949
| [Popeye <img src="https://github.com/derailed/popeye/blob/d09ec25f3834d2c6a171486b9726b0a91793e3f0/assets/popeye_logo.png?raw=true" alt="Popeye Logo" width="32px" height="32px" align="right" loading="lazy">][popeye_chart] | 0.1.2 | [derailed/popeye][popeye_images] |
50-
| [Keycloak Operator <img src="https://github.com/keycloak/keycloak-misc/blob/dee033f2d6d6b5c3a6ce8eb84e285f7e5626dbf6/logo/icon.png?raw=true" alt="Keycloak Logo" width="32px" height="32px" align="right" loading="lazy">][keycloak_operator_chart] | 0.1.1 | [keycloak/keycloak-operator][keycloak_operator_images] |
50+
| [Keycloak Operator <img src="https://github.com/keycloak/keycloak-misc/blob/dee033f2d6d6b5c3a6ce8eb84e285f7e5626dbf6/logo/icon.png?raw=true" alt="Keycloak Logo" width="32px" height="32px" align="right" loading="lazy">][keycloak_operator_chart] | 0.1.2 | [keycloak/keycloak-operator][keycloak_operator_images] |
5151

5252
[//]: # '"Stolen" from https://github.com/gabe565/charts/blob/main/README.md because I really liked the look'
5353

charts/keycloak-operator/Chart.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# SPDX-License-Identifier: MIT
33

44
apiVersion: v2
5-
appVersion: 25.0.2
5+
appVersion: 26.0.6
66
kubeVersion: ">=1.26.0-0"
77
name: keycloak-operator
8-
version: 0.1.1
8+
version: 0.1.2
99
description: Keycloak is an open source software product to allow single sign-on with identity and access management
1010
home: https://github.com/keycloak/keycloak
1111
icon: https://raw.githubusercontent.com/keycloak/keycloak-misc/main/logo/logo.png
@@ -35,7 +35,7 @@ annotations:
3535
artifacthub.io/prerelease: "false"
3636
artifacthub.io/images: |
3737
- name: keycloak-operator
38-
image: quay.io/keycloak/keycloak-operator:25.0.2
38+
image: quay.io/keycloak/keycloak-operator:26.0.6
3939
artifacthub.io/links: |
4040
- name: Source
4141
url: https://github.com/fmjstudios/helm
@@ -48,4 +48,10 @@ annotations:
4848
org.opencontainers.image.vendor: "FMJ Studios"
4949
org.opencontainers.image.licenses: "MIT"
5050
# ref: https://artifacthub.io/docs/topics/annotations/helm/
51-
# artifacthub.io/changes: |
51+
artifacthub.io/changes: |
52+
- kind: changed
53+
description: bump chart version to 0.1.2
54+
- kind: changed
55+
description: bump operator version to 26.0.6
56+
- kind: added
57+
description: add CRDs at 26.0.6

charts/keycloak-operator/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instances of Keycloak at will using the newly registered
99
Unfortunately the [Keycloak Project](https://www.keycloak.org/) does not provide a way to [install
1010
the Operator via a Helm Chart](https://www.keycloak.org/operator/installation#_installing_by_using_kubectl_without_operator_lifecycle_manager),
1111
thus making it challenging to manage. This Helm Chart is built from the
12-
official [upstream sources](https://github.com/keycloak/keycloak-k8s-resources/blob/25.0.2/kubernetes/kubernetes.yml)
12+
official [upstream sources](https://github.com/keycloak/keycloak-k8s-resources/blob/26.0.6/kubernetes/kubernetes.yml)
1313
and closely tracks these for changes. It delivers all of these features within a single Docker image available
1414
on [quay.io](https://quay.io/repository/keycloak/keycloak-operator).
1515

@@ -80,25 +80,25 @@ EOF
8080
### Image parameters
8181

8282
| Name | Description | Value |
83-
| ------------------- | ------------------------------------------------------------------- | ---------------------------- |
83+
|---------------------|---------------------------------------------------------------------|------------------------------|
8484
| `image.registry` | The Docker registry to pull the image from | `quay.io` |
8585
| `image.repository` | The registry repository to pull the image from | `keycloak/keycloak-operator` |
86-
| `image.tag` | The image tag to pull | `25.0.2` |
86+
| `image.tag` | The image tag to pull | `26.0.6` |
8787
| `image.digest` | The image digest to pull | `""` |
8888
| `image.pullPolicy` | The Kubernetes image pull policy | `IfNotPresent` |
8989
| `image.pullSecrets` | A list of secrets to use for pulling images from private registries | `[]` |
9090

9191
### Name overrides
9292

9393
| Name | Description | Value |
94-
| ------------------ | ------------------------------------------------ | ----- |
94+
|--------------------|--------------------------------------------------|-------|
9595
| `nameOverride` | String to partially override kcOperator.fullname | `""` |
9696
| `fullnameOverride` | String to fully override kcOperator.fullname | `""` |
9797

9898
### Service parameters
9999

100100
| Name | Description | Value |
101-
| ---------------------------------- | --------------------------------------------------------------------------------------- | ----------- |
101+
|------------------------------------|-----------------------------------------------------------------------------------------|-------------|
102102
| `service.type` | The type of service to create | `ClusterIP` |
103103
| `service.port` | The port to use on the service | `80` |
104104
| `service.nodePort` | The Node port to use on the service | `30080` |
@@ -118,13 +118,13 @@ EOF
118118
### RBAC parameters
119119

120120
| Name | Description | Value |
121-
| ------------- | -------------------------------- | ------ |
121+
|---------------|----------------------------------|--------|
122122
| `rbac.create` | Whether to create RBAC resources | `true` |
123123

124124
### Service Account parameters
125125

126126
| Name | Description | Value |
127-
| ---------------------------- | ---------------------------------------------------------------------------- | ------ |
127+
|------------------------------|------------------------------------------------------------------------------|--------|
128128
| `serviceAccount.create` | Whether a service account should be created | `true` |
129129
| `serviceAccount.automount` | Whether to automount the service account token | `true` |
130130
| `serviceAccount.annotations` | Annotations to add to the service account | `{}` |
@@ -133,7 +133,7 @@ EOF
133133
### Liveness Probe parameters
134134

135135
| Name | Description | Value |
136-
| ----------------------------------- | ----------------------------------------------------------- | ------ |
136+
|-------------------------------------|-------------------------------------------------------------|--------|
137137
| `livenessProbe.enabled` | Enable or disable the use of liveness probes | `true` |
138138
| `livenessProbe.initialDelaySeconds` | Configure the initial delay seconds for the liveness probe | `5` |
139139
| `livenessProbe.timeoutSeconds` | Configure the initial delay seconds for the liveness probe | `10` |
@@ -144,7 +144,7 @@ EOF
144144
### Readiness Probe parameters
145145

146146
| Name | Description | Value |
147-
| ------------------------------------ | ------------------------------------------------------------ | ------ |
147+
|--------------------------------------|--------------------------------------------------------------|--------|
148148
| `readinessProbe.enabled` | Enable or disable the use of readiness probes | `true` |
149149
| `readinessProbe.initialDelaySeconds` | Configure the initial delay seconds for the readiness probe | `5` |
150150
| `readinessProbe.timeoutSeconds` | Configure the initial delay seconds for the readiness probe | `10` |
@@ -155,7 +155,7 @@ EOF
155155
### Startup Probe parameters
156156

157157
| Name | Description | Value |
158-
| ---------------------------------- | ---------------------------------------------------------- | ------ |
158+
|------------------------------------|------------------------------------------------------------|--------|
159159
| `startupProbe.enabled` | Enable or disable the use of readiness probes | `true` |
160160
| `startupProbe.initialDelaySeconds` | Configure the initial delay seconds for the startup probe | `5` |
161161
| `startupProbe.timeoutSeconds` | Configure the initial delay seconds for the startup probe | `10` |

0 commit comments

Comments
 (0)