mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/keycloak] Release 13.0.0 (#14031)
* [bitnami/keycloak] Release 12.3.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> * [bitnami/keycloak] Update test to work with Keycloak 12.x Signed-off-by: jotamartos <jotamartos@vmware.com> * [bitnami/keycloak] Apply suggestions Signed-off-by: jotamartos <jotamartos@vmware.com> * [bitnami/keycloak] Undo minor change Signed-off-by: jotamartos <jotamartos@vmware.com> * [bitnami/keycloak] Remove redundant JSON.stringify function Co-authored-by: Francisco de Paz Galan <fdepaz@vmware.com> Signed-off-by: Juan José Martos <jotamartos@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: jotamartos <jotamartos@vmware.com> Signed-off-by: Juan José Martos <jotamartos@gmail.com> Co-authored-by: jotamartos <jotamartos@vmware.com> Co-authored-by: Juan José Martos <jotamartos@gmail.com> Co-authored-by: Francisco de Paz Galan <fdepaz@vmware.com>
This commit is contained in:
co-authored by
Francisco de Paz Galan
jotamartos
Juan José Martos
parent
73307cd8e0
commit
6f05162517
@@ -25,9 +25,9 @@ it('import and check user information', () => {
|
||||
obj.users[0].username = `${user.importedUser.username}.${random}`;
|
||||
obj.users[0].email = `${random}.${user.importedUser.email}`;
|
||||
obj.users[0].lastName = `${user.importedUser.lastName}-${random}`;
|
||||
const jsonText = JSON.stringify(obj);
|
||||
cy.get('.view-line').type(jsonText, { parseSpecialCharSequences: false, delay: 1 });
|
||||
cy.writeFile(importFile, obj);
|
||||
});
|
||||
cy.get('#partial-import-file-filename').selectFile(importFile, { action: 'drag-drop' });
|
||||
cy.get('[data-testid="users-checkbox"]').click();
|
||||
cy.get('[data-testid="import-button"]').click();
|
||||
cy.contains('record added');
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.2
|
||||
version: 12.1.5
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.1
|
||||
digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482
|
||||
generated: "2022-11-25T13:44:10.559908265Z"
|
||||
version: 2.2.2
|
||||
digest: sha256:392dbae797a535d710b349c6f7a7f2cd346882084cb0c94dde5053941a31aaf8
|
||||
generated: "2022-12-19T17:25:35.249918336Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: DeveloperTools
|
||||
apiVersion: v2
|
||||
appVersion: 20.0.1
|
||||
appVersion: 20.0.2
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -26,4 +26,4 @@ name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/keycloak
|
||||
- https://github.com/keycloak/keycloak
|
||||
version: 12.3.0
|
||||
version: 13.0.0
|
||||
|
||||
@@ -85,7 +85,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) | `19.0.3-debian-11-r15` |
|
||||
| `image.tag` | Keycloak image tag (immutable tags are recommended) | `20.0.2-debian-11-r2` |
|
||||
| `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.5.0-debian-11-r4` |
|
||||
| `keycloakConfigCli.image.tag` | keycloak-config-cli container image tag | `5.5.0-debian-11-r12` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -74,7 +74,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak
|
||||
tag: 19.0.3-debian-11-r15
|
||||
tag: 20.0.2-debian-11-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -821,7 +821,7 @@ keycloakConfigCli:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak-config-cli
|
||||
tag: 5.5.0-debian-11-r4
|
||||
tag: 5.5.0-debian-11-r12
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user