mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 00:37:41 +08:00
[bitnami/keycloak] Release 17.0.1 (#19749)
* [bitnami/keycloak] Release 17.0.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 13.0.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.12.1
|
||||
digest: sha256:10376f14af550041b2735d1e33cc3adfec90f704169222c5a0e0076f2c2ee277
|
||||
generated: "2023-09-29T10:38:12.375036+02:00"
|
||||
version: 2.13.1
|
||||
digest: sha256:d1f49f32f25061a835d77707aaa01d410748b4c5d47f5ed28a5276f28a90c547
|
||||
generated: "2023-10-04T19:32:57.880499364Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: keycloak-config-cli
|
||||
image: docker.io/bitnami/keycloak-config-cli:5.8.0-debian-11-r57
|
||||
image: docker.io/bitnami/keycloak-config-cli:5.8.0-debian-11-r65
|
||||
- name: keycloak
|
||||
image: docker.io/bitnami/keycloak:22.0.3-debian-11-r14
|
||||
image: docker.io/bitnami/keycloak:22.0.4-debian-11-r0
|
||||
apiVersion: v2
|
||||
appVersion: 22.0.3
|
||||
appVersion: 22.0.4
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 17.0.0
|
||||
version: 17.0.1
|
||||
|
||||
@@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
|
||||
| `image.registry` | Keycloak image registry | `docker.io` |
|
||||
| `image.repository` | Keycloak image repository | `bitnami/keycloak` |
|
||||
| `image.tag` | Keycloak image tag (immutable tags are recommended) | `22.0.3-debian-11-r14` |
|
||||
| `image.tag` | Keycloak image tag (immutable tags are recommended) | `22.0.4-debian-11-r0` |
|
||||
| `image.digest` | Keycloak image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Keycloak image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -281,7 +281,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `keycloakConfigCli.enabled` | Whether to enable keycloak-config-cli job | `false` |
|
||||
| `keycloakConfigCli.image.registry` | keycloak-config-cli container image registry | `docker.io` |
|
||||
| `keycloakConfigCli.image.repository` | keycloak-config-cli container image repository | `bitnami/keycloak-config-cli` |
|
||||
| `keycloakConfigCli.image.tag` | keycloak-config-cli container image tag | `5.8.0-debian-11-r57` |
|
||||
| `keycloakConfigCli.image.tag` | keycloak-config-cli container image tag | `5.8.0-debian-11-r65` |
|
||||
| `keycloakConfigCli.image.digest` | keycloak-config-cli container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `keycloakConfigCli.image.pullPolicy` | keycloak-config-cli container image pull policy | `IfNotPresent` |
|
||||
| `keycloakConfigCli.image.pullSecrets` | keycloak-config-cli container image pull secrets | `[]` |
|
||||
@@ -499,4 +499,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -94,7 +94,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak
|
||||
tag: 22.0.3-debian-11-r14
|
||||
tag: 22.0.4-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -861,7 +861,7 @@ keycloakConfigCli:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak-config-cli
|
||||
tag: 5.8.0-debian-11-r57
|
||||
tag: 5.8.0-debian-11-r65
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user