diff --git a/cloud-native-edition/pygluu/kubernetes/templates/README.md b/cloud-native-edition/pygluu/kubernetes/templates/README.md index 60f22ac6..edf1fe1a 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/README.md @@ -170,7 +170,7 @@ Please calculate the minimum required resources as per services deployed. The fo ### Quickstart - 1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually). + 1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/gluu4/releases). Older versions are located [here](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually). 1. **Optional:** If using couchbase as the persistence backend. Download the couchbase [kubernetes](https://www.couchbase.com/downloads) operator package for linux and place it in the same directory as `pygluu-kubernetes.pyz` @@ -207,7 +207,7 @@ Please calculate the minimum required resources as per services deployed. The fo 1. **Optional:** If using couchbase as the persistence backend. - 1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually). + 1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/gluu4/releases). Older versions are located [here](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually). 1. Download the couchbase [kubernetes](https://www.couchbase.com/downloads) operator package for linux and place it in the same directory as `pygluu-kubernetes.pyz` diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/Chart.yaml index cbf362df..b3241240 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/Chart.yaml @@ -41,6 +41,7 @@ home: https://www.gluu.org sources: - https://gluu.org/docs/gluu-server - https://github.com/GluuFederation/cloud-native-edition + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: moabu email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/README.md index addd89c6..25218017 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/README.md @@ -16,6 +16,7 @@ Gluu Access and Identity Mangement * * +* ## Requirements @@ -200,7 +201,7 @@ Kubernetes: `>=v1.22.0-0` | cr-rotate.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | cr-rotate.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | cr-rotate.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | -| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/fido2","tag":"4.5.5-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"fido2ServiceName":"fido2","name":"http-fido2","port":8080},"tolerations":[],"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | 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. | +| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/fido2","tag":"4.5.5-2"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"fido2ServiceName":"fido2","name":"http-fido2","port":8080},"tolerations":[],"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | 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. | | fido2.additionalAnnotations | object | `{}` | Additional annotations that will be added across all resources in the format of {cert-manager.io/issuer: "letsencrypt-prod"}. key app is taken | | fido2.additionalLabels | object | `{}` | Additional labels that will be added across all resources definitions in the format of {mylabel: "myapp"} | | fido2.affinity | object | `{}` | https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ | @@ -213,7 +214,7 @@ Kubernetes: `>=v1.22.0-0` | fido2.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. | | fido2.image.pullSecrets | list | `[]` | Image Pull Secrets | | fido2.image.repository | string | `"gluufederation/fido2"` | Image to use for deploying. | -| fido2.image.tag | string | `"4.5.5-1"` | Image tag to use for deploying. | +| fido2.image.tag | string | `"4.5.5-2"` | Image tag to use for deploying. | | fido2.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. | | fido2.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget | | fido2.readinessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the readiness healthcheck for the fido2 if needed. | @@ -753,6 +754,3 @@ Kubernetes: `>=v1.22.0-0` | scim.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | scim.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | scim.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml index a4faf33d..c883a35f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/Chart.yaml @@ -13,8 +13,8 @@ keywords: home: https://gluu.org/docs/casa/ sources: - https://gluu.org/docs/casa/ - - https://github.com/GluuFederation/docker-casa - - https://github.com/GluuFederation/cloud-native-edition/tree/4.5/pygluu/kubernetes/templates/helm/gluu/charts/casa + - https://github.com/GluuFederation/cloud-native-edition + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md index 62de242f..8cc76ebb 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md @@ -15,8 +15,8 @@ Gluu Casa ("Casa") is a self-service web portal for end-users to manage authenti ## Source Code * -* -* +* +* ## Requirements @@ -64,6 +64,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml index f79f1613..30b58516 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/Chart.yaml @@ -12,8 +12,7 @@ keywords: home: https://gluu.org/docs/gluu-server/reference/container-configs/ sources: - https://gluu.org/docs/gluu-server/reference/container-configs/ - - https://github.com/GluuFederation/docker-config-init - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/config + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md index 89d68b64..bd8c7056 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md @@ -15,8 +15,7 @@ Configuration parameters for setup and initial configuration secret and config l ## Source Code * -* -* +* ## Requirements @@ -131,6 +130,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml index 8ee35848..d9278abd 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/Chart.yaml @@ -11,8 +11,7 @@ keywords: home: https://gluu.org/docs/gluu-server sources: - https://gluu.org/docs/gluu-server/ - - https://github.com/GluuFederation/docker-cr-rotate - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md index 2c006562..033646d7 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md @@ -15,8 +15,7 @@ CacheRefreshRotation is a special container to monitor cache refresh on oxTrust ## Source Code * -* -* +* ## Requirements @@ -55,6 +54,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml index 8e170352..4dfe434f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/Chart.yaml @@ -12,8 +12,7 @@ keywords: home: https://gluu.org/docs/gluu-server/ sources: - https://gluu.org/docs/gluu-server/ - - https://github.com/GluuFederation/docker-fido2 - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/fido2 + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md index ab39f3b8..56688de8 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md @@ -15,8 +15,7 @@ FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging comm ## Source Code * -* -* +* ## Requirements @@ -60,6 +59,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml index 3756a6e2..c361c06f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/Chart.yaml @@ -13,7 +13,7 @@ home: https://gluu.org/docs/gluu-server sources: - https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html - https://kubernetes.io/docs/concepts/services-networking/ingress/ - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/alb + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md index e42f8d6b..255677f8 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-alb-ingress/README.md @@ -16,7 +16,7 @@ Nginx ingress definitions chart * * -* +* ## Requirements @@ -43,6 +43,3 @@ Kubernetes: `>=v1.22.0-0` | ingress.uma2ConfigEnabled | bool | `true` | Enable endpoint /.well-known/uma2-configuration | | ingress.webdiscoveryEnabled | bool | `true` | Enable endpoint /.well-known/simple-web-discovery | | ingress.webfingerEnabled | bool | `true` | Enable endpoint /.well-known/webfinger | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml index 361579ab..010f6f14 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/Chart.yaml @@ -12,7 +12,7 @@ keywords: home: https://gluu.org/docs/gluu-server/ sources: - https://gluu.org/docs/gluu-server/ - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md index beefab05..62dd93c9 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress/README.md @@ -15,11 +15,9 @@ Istio Gateway ## Source Code * -* +* ## Requirements Kubernetes: `>=v1.22.0-0` ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml index d6202083..8b279c3f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/Chart.yaml @@ -12,9 +12,8 @@ keywords: home: https://gluu.org/docs/gluu-server/installation-guide/install-kubernetes/#working-with-jackrabbit sources: - https://gluu.org/docs/gluu-server/installation-guide/install-kubernetes/#working-with-jackrabbit - - https://github.com/GluuFederation/docker-jackrabbit - https://jackrabbit.apache.org/jcr/index.html - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md index 08638d4d..f0dfc939 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md @@ -15,9 +15,8 @@ Jackrabbit Oak is a complementary implementation of the JCR specification. It is ## Source Code * -* * -* +* ## Requirements @@ -77,6 +76,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml index 10c572b2..d7b3fb5f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/Chart.yaml @@ -13,7 +13,7 @@ home: https://gluu.org/docs/gluu-server sources: - https://github.com/kubernetes/ingress-nginx - https://kubernetes.io/docs/concepts/services-networking/ingress/ - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md index 5addfd76..08f66a9e 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md @@ -16,7 +16,7 @@ Nginx ingress definitions chart * * -* +* ## Requirements @@ -81,6 +81,3 @@ Kubernetes: `>=v1.22.0-0` | nameOverride | string | `""` | | | service.port | int | `8080` | | | service.type | string | `"ClusterIP"` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml index 9371e523..6f7bda39 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/Chart.yaml @@ -12,7 +12,7 @@ keywords: home: https://gluu.org/docs/gluu-server sources: - https://github.com/GluuFederation/docker-opendj - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/opendj + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md index d86ec028..9621d41e 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md @@ -15,7 +15,7 @@ OpenDJ is a directory server which implements a wide range of Lightweight Direct ## Source Code * -* +* ## Requirements @@ -73,6 +73,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml index 683d160c..9dd5365a 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/Chart.yaml @@ -11,7 +11,7 @@ keywords: home: https://gluu.org/docs/gluu-server sources: - https://github.com/GluuFederation/docker-certmanager - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotationn + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md index 02b60d1a..68cb8192 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md @@ -15,7 +15,7 @@ Responsible for regenerating auth-keys per x hours ## Source Code * -* +* ## Requirements @@ -53,6 +53,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml index e7007049..69848f6c 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/Chart.yaml @@ -11,8 +11,7 @@ keywords: - OpenID home: https://gluu.org/docs/gluu-server sources: - - https://github.com/GluuFederation/docker-oxauth - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/oxauth + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md index 95e12b3b..64dc66ee 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md @@ -14,8 +14,7 @@ OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization S ## Source Code -* -* +* ## Requirements @@ -60,6 +59,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml index d1d8c24d..93265d26 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/Chart.yaml @@ -11,8 +11,7 @@ keywords: - API home: https://gluu.org/docs/oxd sources: - - https://github.com/GluuFederation/docker-oxd - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md index 24097053..b1c077c2 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md @@ -14,8 +14,7 @@ Middleware API to help application developers call an OAuth, OpenID or UMA serve ## Source Code -* -* +* ## Requirements @@ -58,6 +57,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml index 16df3788..b60a07ef 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/Chart.yaml @@ -12,8 +12,7 @@ keywords: - Social login home: https://gluu.org/docs/gluu-server sources: - - https://github.com/GluuFederation/docker-oxpassport - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md index 4f0173ed..4fe9e223 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md @@ -14,8 +14,7 @@ Gluu interface to Passport.js to support social login and inbound identity. ## Source Code -* -* +* ## Requirements @@ -62,6 +61,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml index 63a28f23..b3fc597c 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/Chart.yaml @@ -11,8 +11,7 @@ keywords: - Shibboleth home: https://gluu.org/docs/gluu-server sources: - - https://github.com/GluuFederation/docker-oxshibboleth - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md index 7c644820..b2d888bf 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md @@ -14,8 +14,7 @@ Shibboleth project for the Gluu Server's SAML IDP functionality. ## Source Code -* -* +* ## Requirements @@ -63,6 +62,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml index 97533295..8eaca1a4 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/Chart.yaml @@ -11,8 +11,7 @@ keywords: - Admin home: https://gluu.org/docs/gluu-server sources: - - https://github.com/GluuFederation/docker-oxtrust - - https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md index d56e7077..59a0a27e 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md @@ -14,8 +14,7 @@ Gluu Admin UI. This shouldn't be internet facing. ## Source Code -* -* +* ## Requirements @@ -62,6 +61,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml index 5eb21573..12d2b33f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/Chart.yaml @@ -10,8 +10,7 @@ keywords: - persistence prep home: https://gluu.org/docs/gluu-server sources: - - https://github.com/GluuFederation/docker-persistence - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/persistence + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md index 943ee3a7..706ba15f 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md @@ -14,8 +14,7 @@ Job to generate data and initial config for Gluu Server persistence layer. ## Source Code -* -* +* ## Requirements @@ -51,6 +50,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml index b485fe7d..d8d3ca5e 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/Chart.yaml @@ -12,8 +12,7 @@ keywords: home: https://gluu.org/docs/gluu-server sources: - https://gluu.org/docs/gluu-server/api-guide/scim-api/ - - https://github.com/GluuFederation/docker-scim - - https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/scim + - https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition maintainers: - name: Mohammad Abudayyeh email: support@gluu.org diff --git a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md index c1d6447c..04aa68e4 100644 --- a/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md +++ b/cloud-native-edition/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md @@ -15,8 +15,7 @@ System for Cross-domain Identity Management (SCIM) version 2.0 ## Source Code * -* -* +* ## Requirements @@ -59,6 +58,3 @@ Kubernetes: `>=v1.22.0-0` | usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 | | volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)