-
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.
fix: release helm chart 1.8.24 containing client_id AS upgrade
- Loading branch information
Showing
36 changed files
with
259 additions
and
140 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
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 |
---|---|---|
@@ -1,41 +1,40 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
appVersion: "4.5.1" | ||
appVersion: "4.5.2" | ||
kubeVersion: ">=v1.21.0-0" | ||
annotations: | ||
artifacthub.io/changes: | | ||
- Gluu 4.5.1 official chart release | ||
- Add support for passing tolerations | ||
- Gluu 4.5.2 official chart release | ||
artifacthub.io/images: | | ||
- name: casa | ||
image: gluufederation/casa:4.5.1_dev | ||
image: gluufederation/casa:4.5.2_dev | ||
- name: fido2 | ||
image: gluufederation/fido2:4.5.1_dev | ||
image: gluufederation/fido2:4.5.2_dev | ||
- name: scim | ||
image: gluufederation/scim:4.5.1_dev | ||
image: gluufederation/scim:4.5.2_dev | ||
- name: configuration-manager | ||
image: gluufederation/config-init:4.5.1_dev | ||
image: gluufederation/config-init:4.5.2_dev | ||
- name: cr-rotate | ||
image: gluufederation/cr-rotate:4.5.1_dev | ||
image: gluufederation/cr-rotate:4.5.2_dev | ||
- name: certmanager | ||
image: gluufederation/certmanager:4.5.1_dev | ||
image: gluufederation/certmanager:4.5.2_dev | ||
- name: opendj | ||
image: gluufederation/opendj:4.5.1_dev | ||
image: gluufederation/opendj:4.5.2_dev | ||
- name: jackrabbit | ||
image: gluufederation/jackrabbit:4.5.1_dev | ||
image: gluufederation/jackrabbit:4.5.2_dev | ||
- name: oxauth | ||
image: gluufederation/oxauth:4.5.1_dev | ||
image: gluufederation/oxauth:4.5.2_dev | ||
- name: oxd-server | ||
image: gluufederation/oxd-server:4.5.1_dev | ||
image: gluufederation/oxd-server:4.5.2_dev | ||
- name: oxpassport | ||
image: gluufederation/oxpassport:4.5.1_dev | ||
image: gluufederation/oxpassport:4.5.2_dev | ||
- name: oxshibboleth | ||
image: gluufederation/oxshibboleth:4.5.1_dev | ||
image: gluufederation/oxshibboleth:4.5.2_dev | ||
- name: persistence | ||
image: gluufederation/persistence:4.5.1_dev | ||
image: gluufederation/persistence:4.5.2_dev | ||
- name: oxtrust | ||
image: gluufederation/oxtrust:4.5.1_dev | ||
image: gluufederation/oxtrust:4.5.2_dev | ||
artifacthub.io/license: Apache-2.0 | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
home: https://www.gluu.org | ||
|
@@ -47,73 +46,73 @@ maintainers: | |
email: [email protected] | ||
description: Gluu Access and Identity Mangement | ||
name: gluu | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: jackrabbit | ||
condition: global.jackrabbit.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: oxauth | ||
condition: global.oxauth.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: oxtrust | ||
condition: global.oxtrust.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: oxshibboleth | ||
condition: global.oxshibboleth.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: oxpassport | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
condition: config.configmap.gluuPassportEnabled | ||
|
||
- name: casa | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
condition: config.configmap.gluuCasaEnabled | ||
|
||
- name: oxauth-key-rotation | ||
condition: global.oxauth-key-rotation.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: cr-rotate | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
condition: global.cr-rotate.enabled | ||
|
||
- name: oxd-server | ||
condition: global.oxd-server.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: gluu-istio-ingress | ||
condition: global.istio.ingress | ||
version: 1.8.23 | ||
version: 1.8.24 | ||
|
||
- name: gluu-alb-ingress | ||
condition: global.alb.ingress | ||
version: 1.8.23 | ||
version: 1.8.24 |
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
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
2 changes: 1 addition & 1 deletion
2
pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md
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
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
2 changes: 1 addition & 1 deletion
2
pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md
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
2 changes: 1 addition & 1 deletion
2
pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md
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
2 changes: 1 addition & 1 deletion
2
pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md
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
2 changes: 1 addition & 1 deletion
2
pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md
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
Oops, something went wrong.