-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: moabu <[email protected]>
- Loading branch information
Showing
66 changed files
with
367 additions
and
246 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,36 +5,36 @@ appVersion: "4.5.7" | |
kubeVersion: ">=v1.22.0-0" | ||
annotations: | ||
artifacthub.io/changes: | | ||
- Gluu 4.5.7 dev chart release | ||
- Gluu 4.5.7 chart release | ||
artifacthub.io/images: | | ||
- name: casa | ||
image: gluufederation/casa:4.5.7_dev | ||
image: gluufederation/casa:4.5.7-1 | ||
- name: fido2 | ||
image: gluufederation/fido2:4.5.7_dev | ||
image: gluufederation/fido2:4.5.7-1 | ||
- name: scim | ||
image: gluufederation/scim:4.5.7_dev | ||
image: gluufederation/scim:4.5.7-1 | ||
- name: configuration-manager | ||
image: gluufederation/config-init:4.5.7_dev | ||
image: gluufederation/config-init:4.5.7-1 | ||
- name: cr-rotate | ||
image: gluufederation/cr-rotate:4.5.7_dev | ||
image: gluufederation/cr-rotate:4.5.7-1 | ||
- name: certmanager | ||
image: gluufederation/certmanager:4.5.7_dev | ||
image: gluufederation/certmanager:4.5.7-1 | ||
- name: opendj | ||
image: gluufederation/opendj:4.5.7_dev | ||
image: gluufederation/opendj:4.5.7-1 | ||
- name: jackrabbit | ||
image: gluufederation/jackrabbit:4.5.7_dev | ||
image: gluufederation/jackrabbit:4.5.7-1 | ||
- name: oxauth | ||
image: gluufederation/oxauth:4.5.7_dev | ||
image: gluufederation/oxauth:4.5.7-1 | ||
- name: oxd-server | ||
image: gluufederation/oxd-server:4.5.7_dev | ||
image: gluufederation/oxd-server:4.5.7-1 | ||
- name: oxpassport | ||
image: gluufederation/oxpassport:4.5.7_dev | ||
image: gluufederation/oxpassport:4.5.7-1 | ||
- name: oxshibboleth | ||
image: gluufederation/oxshibboleth:4.5.7_dev | ||
image: gluufederation/oxshibboleth:4.5.7-1 | ||
- name: persistence | ||
image: gluufederation/persistence:4.5.7_dev | ||
image: gluufederation/persistence:4.5.7-1 | ||
- name: oxtrust | ||
image: gluufederation/oxtrust:4.5.7_dev | ||
image: gluufederation/oxtrust:4.5.7-1 | ||
artifacthub.io/license: Apache-2.0 | ||
icon: https://gluu.org/docs/gluu-server/favicon.ico | ||
home: https://www.gluu.org | ||
|
@@ -47,73 +47,73 @@ maintainers: | |
email: [email protected] | ||
description: Gluu Access and Identity Mangement | ||
name: gluu | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: jackrabbit | ||
condition: global.jackrabbit.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: oxauth | ||
condition: global.oxauth.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: oxtrust | ||
condition: global.oxtrust.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: oxshibboleth | ||
condition: global.oxshibboleth.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: oxpassport | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
condition: config.configmap.gluuPassportEnabled | ||
|
||
- name: casa | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
condition: config.configmap.gluuCasaEnabled | ||
|
||
- name: oxauth-key-rotation | ||
condition: global.oxauth-key-rotation.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: cr-rotate | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
condition: global.cr-rotate.enabled | ||
|
||
- name: oxd-server | ||
condition: global.oxd-server.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: gluu-istio-ingress | ||
condition: global.istio.ingress | ||
version: 1.8.40 | ||
version: 1.8.42 | ||
|
||
- name: gluu-alb-ingress | ||
condition: global.alb.ingress | ||
version: 1.8.40 | ||
version: 1.8.42 |
96 changes: 48 additions & 48 deletions
96
cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# config | ||
|
||
![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square) | ||
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square) | ||
|
||
Configuration parameters for setup and initial configuration secret and config layers used by Gluu services. | ||
|
||
|
@@ -108,7 +108,7 @@ Kubernetes: `>=v1.22.0-0` | |
| email | string | `"[email protected]"` | Email address of the administrator usually. Used for certificate creation. | | ||
| image.pullSecrets | list | `[]` | Image Pull Secrets | | ||
| image.repository | string | `"gluufederation/config-init"` | Image to use for deploying. | | ||
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. | | ||
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. | | ||
| ldapPass | string | `"P@ssw0rd"` | LDAP admin password if OpennDJ is used for persistence. | | ||
| lifecycle | object | `{}` | | | ||
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section | | ||
|
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
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
...edition/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
...ition/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
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
...ve-edition/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
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.