-
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.
resolves #271
- Loading branch information
Showing
25 changed files
with
65 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ maintainers: | |
email: [email protected] | ||
description: Helm chart for gluu-gateway-ui service | ||
name: gluu-gateway-ui | ||
version: 1.2.22 | ||
version: 1.2.23 |
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,8 +2,8 @@ apiVersion: v2 | |
name: gluu-upgrade | ||
description: A Helm chart for upgrading gluu server | ||
type: application | ||
version: 1.2.22 | ||
appVersion: 4.2.1 | ||
version: 1.2.23 | ||
appVersion: 4.2.2 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
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,79 +1,79 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v2 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://www.gluu.org | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: A Helm chart for Gluu IDP | ||
name: gluu | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
dependencies: | ||
- name: config | ||
condition: global.config.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: opendj | ||
condition: global.opendj.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: jackrabbit | ||
condition: global.jackrabbit.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: oxauth | ||
condition: global.oxauth.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: fido2 | ||
condition: global.fido2.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: scim | ||
condition: global.scim.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: oxtrust | ||
condition: global.oxtrust.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: nginx-ingress | ||
condition: global.nginx-ingress.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: oxshibboleth | ||
condition: global.oxshibboleth.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: oxpassport | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
condition: config.configmap.gluuPassportEnabled | ||
|
||
- name: casa | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
condition: config.configmap.gluuCasaEnabled | ||
|
||
- name: oxauth-key-rotation | ||
condition: global.oxauth-key-rotation.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: cr-rotate | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
condition: global.cr-rotate.enabled | ||
|
||
- name: radius | ||
condition: config.configmap.gluuRadiusEnabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: oxd-server | ||
condition: global.oxd-server.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: persistence | ||
condition: global.persistence.enabled | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
|
||
- name: gluu-istio-ingress | ||
condition: global.istio.ingress | ||
version: 1.2.22 | ||
version: 1.2.23 |
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
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://gluu.org/docs/gluu-server | ||
maintainers: | ||
- name: gluu | ||
email: [email protected] | ||
description: A Helm chart for Gluu server | ||
name: config | ||
version: 1.2.22 | ||
version: 1.2.23 |
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: A Helm chart for Kubernetes | ||
name: cr-rotate | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://gluu.org/docs/gluu-server | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: Helm chart for fido2 service | ||
name: fido2 | ||
version: 1.2.22 | ||
version: 1.2.23 |
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
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://gluu.org/docs/gluu-server | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: A Helm chart for jackrabbit content repository | ||
name: jackrabbit | ||
version: 1.2.22 | ||
version: 1.2.23 |
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/nginx/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: nginx-ingress chart | ||
name: nginx-ingress | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://gluu.org/docs/gluu-server | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: A Helm chart for the opendj server | ||
name: opendj | ||
version: 1.2.22 | ||
version: 1.2.23 |
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: A Helm chart for Kubernetes | ||
name: oxauth-key-rotation | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://gluu.org/docs/gluu-server | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: Helm chart for oxauth service | ||
name: oxauth | ||
version: 1.2.22 | ||
version: 1.2.23 |
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: oxd-server chart | ||
name: oxd-server | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: oxpassport Helm chart | ||
name: oxpassport | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: oxshibboleth Helm chart | ||
name: oxshibboleth | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml
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
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: A Helm chart for persistence layer for Gluu server | ||
name: persistence | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
4 changes: 2 additions & 2 deletions
4
pygluu/kubernetes/templates/helm/gluu/charts/radius/Chart.yaml
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,10 +1,10 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
description: Radius Helm chart | ||
name: radius | ||
version: 1.2.22 | ||
version: 1.2.23 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
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,11 +1,11 @@ | ||
# License terms and conditions for Gluu Cloud Native Edition: | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
apiVersion: v1 | ||
appVersion: "4.2.1" | ||
appVersion: "4.2.2" | ||
home: https://www.gluu.org | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
description: Helm chart for SCIM | ||
name: scim | ||
version: 1.2.22 | ||
version: 1.2.23 |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: ldap-backup | ||
description: A backup strategy for LDAP | ||
type: application | ||
version: 1.2.22 | ||
appVersion: 4.2.1 | ||
version: 1.2.23 | ||
appVersion: 4.2.2 | ||
maintainers: | ||
- name: Gluu | ||
email: [email protected] | ||
|
Oops, something went wrong.