diff --git a/pygluu/kubernetes/templates/helm/gluu-1.8.16.tgz b/pygluu/kubernetes/templates/helm/gluu-1.8.16.tgz new file mode 100644 index 00000000..cf8f8921 Binary files /dev/null and b/pygluu/kubernetes/templates/helm/gluu-1.8.16.tgz differ diff --git a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml index 2efdd4a7..df4f087f 100644 --- a/pygluu/kubernetes/templates/helm/gluu/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/Chart.yaml @@ -47,73 +47,73 @@ maintainers: email: support@gluu.org description: Gluu Access and Identity Mangement name: gluu -version: 1.8.15 +version: 1.8.16 dependencies: - name: config condition: global.config.enabled - version: 1.8.15 + version: 1.8.16 - name: opendj condition: global.opendj.enabled - version: 1.8.15 + version: 1.8.16 - name: jackrabbit condition: global.jackrabbit.enabled - version: 1.8.15 + version: 1.8.16 - name: oxauth condition: global.oxauth.enabled - version: 1.8.15 + version: 1.8.16 - name: fido2 condition: global.fido2.enabled - version: 1.8.15 + version: 1.8.16 - name: scim condition: global.scim.enabled - version: 1.8.15 + version: 1.8.16 - name: oxtrust condition: global.oxtrust.enabled - version: 1.8.15 + version: 1.8.16 - name: nginx-ingress condition: global.nginx-ingress.enabled - version: 1.8.15 + version: 1.8.16 - name: oxshibboleth condition: global.oxshibboleth.enabled - version: 1.8.15 + version: 1.8.16 - name: oxpassport - version: 1.8.15 + version: 1.8.16 condition: config.configmap.gluuPassportEnabled - name: casa - version: 1.8.15 + version: 1.8.16 condition: config.configmap.gluuCasaEnabled - name: oxauth-key-rotation condition: global.oxauth-key-rotation.enabled - version: 1.8.15 + version: 1.8.16 - name: cr-rotate - version: 1.8.15 + version: 1.8.16 condition: global.cr-rotate.enabled - name: oxd-server condition: global.oxd-server.enabled - version: 1.8.15 + version: 1.8.16 - name: persistence condition: global.persistence.enabled - version: 1.8.15 + version: 1.8.16 - name: gluu-istio-ingress condition: global.istio.ingress - version: 1.8.15 + version: 1.8.16 - name: gluu-alb-ingress condition: global.alb.ingress - version: 1.8.15 + version: 1.8.16 diff --git a/pygluu/kubernetes/templates/helm/gluu/README.md b/pygluu/kubernetes/templates/helm/gluu/README.md index 2a568198..79f8e965 100644 --- a/pygluu/kubernetes/templates/helm/gluu/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/README.md @@ -1,6 +1,6 @@ # gluu -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Gluu Access and Identity Mangement @@ -23,23 +23,23 @@ Kubernetes: `>=v1.21.0-0` | Repository | Name | Version | |------------|------|---------| -| | casa | 1.8.15 | -| | config | 1.8.15 | -| | cr-rotate | 1.8.15 | -| | fido2 | 1.8.15 | -| | gluu-alb-ingress | 1.8.15 | -| | gluu-istio-ingress | 1.8.15 | -| | jackrabbit | 1.8.15 | -| | nginx-ingress | 1.8.15 | -| | opendj | 1.8.15 | -| | oxauth | 1.8.15 | -| | oxauth-key-rotation | 1.8.15 | -| | oxd-server | 1.8.15 | -| | oxpassport | 1.8.15 | -| | oxshibboleth | 1.8.15 | -| | oxtrust | 1.8.15 | -| | persistence | 1.8.15 | -| | scim | 1.8.15 | +| | casa | 1.8.16 | +| | config | 1.8.16 | +| | cr-rotate | 1.8.16 | +| | fido2 | 1.8.16 | +| | gluu-alb-ingress | 1.8.16 | +| | gluu-istio-ingress | 1.8.16 | +| | jackrabbit | 1.8.16 | +| | nginx-ingress | 1.8.16 | +| | opendj | 1.8.16 | +| | oxauth | 1.8.16 | +| | oxauth-key-rotation | 1.8.16 | +| | oxd-server | 1.8.16 | +| | oxpassport | 1.8.16 | +| | oxshibboleth | 1.8.16 | +| | oxtrust | 1.8.16 | +| | persistence | 1.8.16 | +| | scim | 1.8.16 | ## Values @@ -526,7 +526,7 @@ Kubernetes: `>=v1.21.0-0` | oxauth.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. | | oxauth.image.pullSecrets | list | `[]` | Image Pull Secrets | | oxauth.image.repository | string | `"gluufederation/oxauth"` | Image to use for deploying. | -| oxauth.image.tag | string | `"4.5.0-8"` | Image tag to use for deploying. | +| oxauth.image.tag | string | `"4.5.0-10"` | Image tag to use for deploying. | | oxauth.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. | | oxauth.livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. https://github.com/GluuFederation/docker-oxauth/blob/4.4/scripts/healthcheck.py | | oxauth.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget | diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml index f1847e55..5bdb3ea5 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: casa -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Gluu Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Gluu Server. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md index cb74842d..2b96c05a 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md @@ -1,6 +1,6 @@ # casa -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Gluu Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Gluu Server. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml index 047e9a5f..4fc683ba 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: config -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Configuration parameters for setup and initial configuration secret and config layers used by Gluu services. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md index 1c72e95c..d1b7f84c 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md @@ -1,6 +1,6 @@ # config -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Configuration parameters for setup and initial configuration secret and config layers used by Gluu services. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml index 64303746..25ffb86e 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: cr-rotate -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may become depreciated in 5.0. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md index 79822f61..df97d97b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md @@ -1,6 +1,6 @@ # cr-rotate -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may become depreciated in 5.0. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml index 60220e57..8c9b398b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: fido2 -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md index ff4f27a9..ad69eaa6 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md @@ -1,6 +1,6 @@ # fido2 -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml index f19e835f..91bc0ed9 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: gluu-alb-ingress -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Nginx ingress definitions chart type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md index a4e0f080..cb81d09e 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md @@ -1,6 +1,6 @@ # gluu-alb-ingress -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Nginx ingress definitions chart diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml index 8cd3e627..3ed54236 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: gluu-istio-ingress -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Istio Gateway type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md index f94b8d4e..603345d1 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md @@ -1,6 +1,6 @@ # gluu-istio-ingress -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Istio Gateway diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml index a095c99f..a4af18f0 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: jackrabbit -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Jackrabbit Oak is a complementary implementation of the JCR specification. It is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md index be590d28..bf76d929 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md @@ -1,6 +1,6 @@ # jackrabbit -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Jackrabbit Oak is a complementary implementation of the JCR specification. It is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml index dfb3fa45..4058775b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: nginx-ingress -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Nginx ingress definitions chart type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md index 63edbd71..3999a551 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md @@ -1,6 +1,6 @@ # nginx-ingress -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Nginx ingress definitions chart diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml index 5cf5a1d3..c26bbd65 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: oxauth -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md index 991f5174..71d12a2b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md @@ -1,6 +1,6 @@ # oxauth -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml index 178586e6..86cbbd7c 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: oxd-server -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Middleware API to help application developers call an OAuth, OpenID or UMA server. You may wonder why this is necessary. It makes it easier for client developers to use OpenID signing and encryption features, without becoming crypto experts. This API provides some high level endpoints to do some of the heavy lifting. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md index 8a5364d4..768ebeab 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md @@ -1,6 +1,6 @@ # oxd-server -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Middleware API to help application developers call an OAuth, OpenID or UMA server. You may wonder why this is necessary. It makes it easier for client developers to use OpenID signing and encryption features, without becoming crypto experts. This API provides some high level endpoints to do some of the heavy lifting. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml index b4309f20..7af9544a 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: oxpassport -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Gluu interface to Passport.js to support social login and inbound identity. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md index c1d797bc..d5a44ad9 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md @@ -1,6 +1,6 @@ # oxpassport -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Gluu interface to Passport.js to support social login and inbound identity. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml index fe2fad23..8add95c7 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: oxshibboleth -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Shibboleth project for the Gluu Server's SAML IDP functionality. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md index 4c2a3bd8..197493ad 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md @@ -1,6 +1,6 @@ # oxshibboleth -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Shibboleth project for the Gluu Server's SAML IDP functionality. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml index a99841ce..9070fc18 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: oxtrust -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Gluu Admin UI. This shouldn't be internet facing. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md index c039dd3f..a510670c 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md @@ -1,6 +1,6 @@ # oxtrust -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Gluu Admin UI. This shouldn't be internet facing. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml index b73c7296..ca683dc1 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: persistence -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: Job to generate data and initial config for Gluu Server persistence layer. type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md index 248ca0cb..7bd9ecd2 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md @@ -1,6 +1,6 @@ # persistence -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) Job to generate data and initial config for Gluu Server persistence layer. diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml index c625c134..a89ad304 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml @@ -2,7 +2,7 @@ # https://www.apache.org/licenses/LICENSE-2.0 apiVersion: v2 name: scim -version: 1.8.15 +version: 1.8.16 kubeVersion: ">=v1.21.0-0" description: System for Cross-domain Identity Management (SCIM) version 2.0 type: application diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md index b6beee24..bcb12f98 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md @@ -1,6 +1,6 @@ # scim -![Version: 1.8.15](https://img.shields.io/badge/Version-1.8.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) +![Version: 1.8.16](https://img.shields.io/badge/Version-1.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.0](https://img.shields.io/badge/AppVersion-4.5.0-informational?style=flat-square) System for Cross-domain Identity Management (SCIM) version 2.0 diff --git a/pygluu/kubernetes/templates/helm/index.yaml b/pygluu/kubernetes/templates/helm/index.yaml index 70b04620..49308f8a 100644 --- a/pygluu/kubernetes/templates/helm/index.yaml +++ b/pygluu/kubernetes/templates/helm/index.yaml @@ -37,7 +37,128 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.405449696Z" + created: "2023-05-08T12:19:47.139903331Z" + dependencies: + - condition: global.config.enabled + name: config + repository: "" + version: 1.8.16 + - condition: global.opendj.enabled + name: opendj + repository: "" + version: 1.8.16 + - condition: global.jackrabbit.enabled + name: jackrabbit + repository: "" + version: 1.8.16 + - condition: global.oxauth.enabled + name: oxauth + repository: "" + version: 1.8.16 + - condition: global.fido2.enabled + name: fido2 + repository: "" + version: 1.8.16 + - condition: global.scim.enabled + name: scim + repository: "" + version: 1.8.16 + - condition: global.oxtrust.enabled + name: oxtrust + repository: "" + version: 1.8.16 + - condition: global.nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: 1.8.16 + - condition: global.oxshibboleth.enabled + name: oxshibboleth + repository: "" + version: 1.8.16 + - condition: config.configmap.gluuPassportEnabled + name: oxpassport + repository: "" + version: 1.8.16 + - condition: config.configmap.gluuCasaEnabled + name: casa + repository: "" + version: 1.8.16 + - condition: global.oxauth-key-rotation.enabled + name: oxauth-key-rotation + repository: "" + version: 1.8.16 + - condition: global.cr-rotate.enabled + name: cr-rotate + repository: "" + version: 1.8.16 + - condition: global.oxd-server.enabled + name: oxd-server + repository: "" + version: 1.8.16 + - condition: global.persistence.enabled + name: persistence + repository: "" + version: 1.8.16 + - condition: global.istio.ingress + name: gluu-istio-ingress + repository: "" + version: 1.8.16 + - condition: global.alb.ingress + name: gluu-alb-ingress + repository: "" + version: 1.8.16 + description: Gluu Access and Identity Mangement + digest: eada78c27033567f59d544103a17453ef03da1be02a056fc9526c4f0da24aea3 + home: https://www.gluu.org + icon: https://gluu.org/docs/gluu-server/favicon.ico + kubeVersion: '>=v1.21.0-0' + maintainers: + - email: support@gluu.org + name: moabu + name: gluu + sources: + - https://gluu.org/docs/gluu-server + - https://github.com/GluuFederation/cloud-native-edition + urls: + - gluu-1.8.16.tgz + version: 1.8.16 + - annotations: + artifacthub.io/changes: | + - Gluu 4.5.0 official chart release + - Add support for passing tolerations + artifacthub.io/images: | + - name: casa + image: gluufederation/casa:4.5.0_dev + - name: fido2 + image: gluufederation/fido2:4.5.0_dev + - name: scim + image: gluufederation/scim:4.5.0_dev + - name: configuration-manager + image: gluufederation/config-init:4.5.0_dev + - name: cr-rotate + image: gluufederation/cr-rotate:4.5.0_dev + - name: certmanager + image: gluufederation/certmanager:4.5.0_dev + - name: opendj + image: gluufederation/opendj:4.5.0_dev + - name: jackrabbit + image: gluufederation/jackrabbit:4.5.0_dev + - name: oxauth + image: gluufederation/oxauth:4.5.0_dev + - name: oxd-server + image: gluufederation/oxd-server:4.5.0_dev + - name: oxpassport + image: gluufederation/oxpassport:4.5.0_dev + - name: oxshibboleth + image: gluufederation/oxshibboleth:4.5.0_dev + - name: persistence + image: gluufederation/persistence:4.5.0_dev + - name: oxtrust + image: gluufederation/oxtrust:4.5.0_dev + artifacthub.io/license: Apache-2.0 + apiVersion: v2 + appVersion: 4.5.0 + created: "2023-05-08T12:19:47.120107277Z" dependencies: - condition: global.config.enabled name: config @@ -158,7 +279,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.378366232Z" + created: "2023-05-08T12:19:47.098162477Z" dependencies: - condition: global.config.enabled name: config @@ -279,7 +400,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.349090852Z" + created: "2023-05-08T12:19:47.077873595Z" dependencies: - condition: global.config.enabled name: config @@ -400,7 +521,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.328149706Z" + created: "2023-05-08T12:19:47.057557521Z" dependencies: - condition: global.config.enabled name: config @@ -521,7 +642,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.306094086Z" + created: "2023-05-08T12:19:47.038086131Z" dependencies: - condition: global.config.enabled name: config @@ -643,7 +764,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.287132982Z" + created: "2023-05-08T12:19:47.016931724Z" dependencies: - condition: global.config.enabled name: config @@ -765,7 +886,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.567616911Z" + created: "2023-05-08T12:19:47.304754078Z" dependencies: - condition: global.config.enabled name: config @@ -887,7 +1008,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.548419166Z" + created: "2023-05-08T12:19:47.281222363Z" dependencies: - condition: global.config.enabled name: config @@ -1009,7 +1130,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.527686079Z" + created: "2023-05-08T12:19:47.26071973Z" dependencies: - condition: global.config.enabled name: config @@ -1129,7 +1250,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.503096458Z" + created: "2023-05-08T12:19:47.238425378Z" dependencies: - condition: global.config.enabled name: config @@ -1249,7 +1370,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.481042071Z" + created: "2023-05-08T12:19:47.219305337Z" dependencies: - condition: global.config.enabled name: config @@ -1369,7 +1490,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.462354692Z" + created: "2023-05-08T12:19:47.199493077Z" dependencies: - condition: global.config.enabled name: config @@ -1489,7 +1610,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.445242329Z" + created: "2023-05-08T12:19:47.180776099Z" dependencies: - condition: global.config.enabled name: config @@ -1609,7 +1730,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.42696118Z" + created: "2023-05-08T12:19:47.16274539Z" dependencies: - condition: global.config.enabled name: config @@ -1729,7 +1850,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.267362051Z" + created: "2023-05-08T12:19:46.996351249Z" dependencies: - condition: global.config.enabled name: config @@ -1849,7 +1970,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2023-04-17T10:35:48.246927349Z" + created: "2023-05-08T12:19:46.976248571Z" dependencies: - condition: global.config.enabled name: config @@ -1971,7 +2092,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2023-04-17T10:35:48.084127086Z" + created: "2023-05-08T12:19:46.825107286Z" dependencies: - condition: global.config.enabled name: config @@ -2093,7 +2214,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2023-04-17T10:35:48.226467806Z" + created: "2023-05-08T12:19:46.956129708Z" dependencies: - condition: global.config.enabled name: config @@ -2213,7 +2334,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2023-04-17T10:35:48.203381898Z" + created: "2023-05-08T12:19:46.937756139Z" dependencies: - condition: global.config.enabled name: config @@ -2333,7 +2454,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2023-04-17T10:35:48.182439127Z" + created: "2023-05-08T12:19:46.919569061Z" dependencies: - condition: global.config.enabled name: config @@ -2453,7 +2574,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2023-04-17T10:35:48.160665978Z" + created: "2023-05-08T12:19:46.89916054Z" dependencies: - condition: global.config.enabled name: config @@ -2573,7 +2694,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2023-04-17T10:35:48.142314968Z" + created: "2023-05-08T12:19:46.879739184Z" dependencies: - condition: global.config.enabled name: config @@ -2693,7 +2814,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2023-04-17T10:35:48.123367462Z" + created: "2023-05-08T12:19:46.860047317Z" dependencies: - condition: global.config.enabled name: config @@ -2813,7 +2934,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2023-04-17T10:35:48.103725141Z" + created: "2023-05-08T12:19:46.842655668Z" dependencies: - condition: global.config.enabled name: config @@ -2933,7 +3054,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.0 - created: "2023-04-17T10:35:48.060430517Z" + created: "2023-05-08T12:19:46.805279244Z" dependencies: - condition: global.config.enabled name: config @@ -3053,7 +3174,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.0 - created: "2023-04-17T10:35:48.041323852Z" + created: "2023-05-08T12:19:46.786458836Z" dependencies: - condition: global.config.enabled name: config @@ -3173,7 +3294,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2023-04-17T10:35:48.000804088Z" + created: "2023-05-08T12:19:46.74787174Z" dependencies: - condition: global.config.enabled name: config @@ -3293,7 +3414,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2023-04-17T10:35:47.982084906Z" + created: "2023-05-08T12:19:46.721240131Z" dependencies: - condition: global.config.enabled name: config @@ -3413,7 +3534,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2023-04-17T10:35:47.963227067Z" + created: "2023-05-08T12:19:46.700684724Z" dependencies: - condition: global.config.enabled name: config @@ -3533,7 +3654,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2023-04-17T10:35:47.944004841Z" + created: "2023-05-08T12:19:46.682490919Z" dependencies: - condition: global.config.enabled name: config @@ -3653,7 +3774,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2023-04-17T10:35:47.924666119Z" + created: "2023-05-08T12:19:46.663202281Z" dependencies: - condition: global.config.enabled name: config @@ -3773,7 +3894,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:47.904626589Z" + created: "2023-05-08T12:19:46.641649355Z" dependencies: - condition: global.config.enabled name: config @@ -3893,7 +4014,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:47.886278041Z" + created: "2023-05-08T12:19:46.62475314Z" dependencies: - condition: global.config.enabled name: config @@ -4013,7 +4134,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:47.86663748Z" + created: "2023-05-08T12:19:46.607506087Z" dependencies: - condition: global.config.enabled name: config @@ -4133,7 +4254,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:47.844732117Z" + created: "2023-05-08T12:19:46.588651037Z" dependencies: - condition: global.config.enabled name: config @@ -4253,7 +4374,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:48.018509218Z" + created: "2023-05-08T12:19:46.764704537Z" dependencies: - condition: global.config.enabled name: config @@ -4377,7 +4498,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2023-04-17T10:35:47.804057578Z" + created: "2023-05-08T12:19:46.54995128Z" dependencies: - condition: global.config.enabled name: config @@ -4500,7 +4621,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2023-04-17T10:35:47.786905292Z" + created: "2023-05-08T12:19:46.539164114Z" dependencies: - condition: global.config.enabled name: config @@ -4623,7 +4744,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2023-04-17T10:35:47.826915887Z" + created: "2023-05-08T12:19:46.571815702Z" dependencies: - condition: global.config.enabled name: config @@ -4746,7 +4867,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2023-04-17T10:35:47.815919426Z" + created: "2023-05-08T12:19:46.56097812Z" dependencies: - condition: global.config.enabled name: config @@ -4833,7 +4954,7 @@ entries: ldap-backup: - apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:48.568757738Z" + created: "2023-05-08T12:19:47.306106597Z" description: A backup strategy for LDAP digest: f00564718757bd0d53f1f3dbaa9399327695eb883000f5d6ade7690bb8a2d371 home: https://gluu.org/docs/gluu-server @@ -4856,7 +4977,7 @@ entries: version: 1.6.11 - apiVersion: v2 appVersion: 4.3.0 - created: "2023-04-17T10:35:48.569345597Z" + created: "2023-05-08T12:19:47.306763252Z" description: A backup strategy for LDAP digest: 2fd5f9c62784f0bc6c4b30e5b90abb5edeca1a6cb865e414a3e87a42b115b647 home: https://gluu.org/docs/gluu-server @@ -4879,7 +5000,7 @@ entries: version: 1.6.9 - apiVersion: v2 appVersion: 4.2.3 - created: "2023-04-17T10:35:48.56817868Z" + created: "2023-05-08T12:19:47.305477088Z" description: A backup strategy for LDAP digest: 838ca4b13bb22686f6ff7da98abc523878d64a105ec27cb85da5489d208bf8dc home: https://www.gluu.org @@ -4895,4 +5016,4 @@ entries: urls: - ldap-backup-1.5.9.tgz version: 1.5.9 -generated: "2023-04-17T10:35:47.765680665Z" +generated: "2023-05-08T12:19:46.523025674Z"