-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: backport fixes and features from 4.5 (#596)
* feat: backport custom salt and regcred features from 4.5 Release-As: 1.7.12 * fix: use interval-based cronjob schedule syntax * chore: update config-init image tag * fix: stale request error when having multiple pod replicas in istio * fix: permissions to create tls cert in istio namespace * chore: release of 1.7.12 --------- Co-authored-by: moabu <[email protected]>
- Loading branch information
Showing
56 changed files
with
449 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
appVersion: "4.4.2" | ||
kubeVersion: ">=v1.21.0-0" | ||
kubeVersion: ">=v1.22.0-0" | ||
annotations: | ||
artifacthub.io/changes: | | ||
- Gluu 4.4.2 official chart release | ||
|
@@ -48,73 +48,73 @@ maintainers: | |
email: [email protected] | ||
description: Gluu Access and Identity Mangement | ||
name: gluu | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: jackrabbit | ||
condition: global.jackrabbit.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: oxauth | ||
condition: global.oxauth.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: oxtrust | ||
condition: global.oxtrust.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: oxshibboleth | ||
condition: global.oxshibboleth.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: oxpassport | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
condition: config.configmap.gluuPassportEnabled | ||
|
||
- name: casa | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
condition: config.configmap.gluuCasaEnabled | ||
|
||
- name: oxauth-key-rotation | ||
condition: global.oxauth-key-rotation.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: cr-rotate | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
condition: global.cr-rotate.enabled | ||
|
||
- name: oxd-server | ||
condition: global.oxd-server.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: gluu-istio-ingress | ||
condition: global.istio.ingress | ||
version: 1.7.11 | ||
version: 1.7.12 | ||
|
||
- name: gluu-alb-ingress | ||
condition: global.alb.ingress | ||
version: 1.7.11 | ||
version: 1.7.12 |
Oops, something went wrong.