diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ce9e5c..13f76b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.8.38](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.37...v1.8.38) (2024-08-22) + + +### Features + +* prepare assets for Gluu v4.5.5 ([#651](https://github.com/GluuFederation/cloud-native-edition/issues/651)) ([eac45e8](https://github.com/GluuFederation/cloud-native-edition/commit/eac45e8a9d37880317960676af8e014880ead0d7)) + + +### Bug Fixes + +* fix release ([4689603](https://github.com/GluuFederation/cloud-native-edition/commit/468960373effa91f760724c823ac63f125811088)) + ## [1.8.37](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.36...v1.8.37) (2024-07-30) diff --git a/README.md b/README.md index 93f345a9..be1df4f0 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,4 @@ ``` This command will generate executable called `pygluu-kubernetes-gui.pyz` under the same directory. + diff --git a/pygluu/kubernetes/templates/helm/gluu-1.5.80.tgz b/pygluu/kubernetes/templates/helm/gluu-1.5.80.tgz index f4b41207..8a06abec 100644 Binary files a/pygluu/kubernetes/templates/helm/gluu-1.5.80.tgz and b/pygluu/kubernetes/templates/helm/gluu-1.5.80.tgz differ diff --git a/pygluu/kubernetes/templates/helm/gluu-1.8.38.tgz b/pygluu/kubernetes/templates/helm/gluu-1.8.38.tgz new file mode 100644 index 00000000..78c24a6c Binary files /dev/null and b/pygluu/kubernetes/templates/helm/gluu-1.8.38.tgz differ diff --git a/pygluu/kubernetes/templates/helm/gluu/README.md b/pygluu/kubernetes/templates/helm/gluu/README.md index b9075652..6e0846fd 100644 --- a/pygluu/kubernetes/templates/helm/gluu/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/README.md @@ -503,10 +503,11 @@ Kubernetes: `>=v1.22.0-0` | opendj.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers | | opendj.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod | | oxauth | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/oxauth","tag":"4.5.5-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"service":{"name":"http-oxauth","oxAuthServiceName":"oxauth","port":8080},"tolerations":[],"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | 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. | -| oxauth-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/certmanager","tag":"4.5.5-1"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"tolerations":[],"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours | +| oxauth-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"cronJobSchedule":"","customScripts":[],"dnsConfig":{},"dnsPolicy":"","image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/certmanager","tag":"4.5.5-1"},"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"tolerations":[],"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours | | oxauth-key-rotation.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 | | oxauth-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across all resources definitions in the format of {mylabel: "myapp"} | | oxauth-key-rotation.affinity | object | `{}` | https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ | +| oxauth-key-rotation.cronJobSchedule | string | `""` | Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. | | oxauth-key-rotation.customScripts | list | `[]` | Add custom scripts that have been mounted to run before the entrypoint. - /tmp/custom.sh - /tmp/custom2.sh | | oxauth-key-rotation.dnsConfig | object | `{}` | Add custom dns config | | oxauth-key-rotation.dnsPolicy | string | `""` | Add custom dns policy | @@ -514,7 +515,7 @@ Kubernetes: `>=v1.22.0-0` | oxauth-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets | | oxauth-key-rotation.image.repository | string | `"gluufederation/certmanager"` | Image to use for deploying. | | oxauth-key-rotation.image.tag | string | `"4.5.5-1"` | Image tag to use for deploying. | -| oxauth-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours | +| oxauth-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours. | | oxauth-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server | | oxauth-key-rotation.keysPushStrategy | string | `"NEWER"` | Set key selection strategy after pushing private keys to Auth server (only takes effect when keysPushDelay value is greater than 0) | | oxauth-key-rotation.keysStrategy | string | `"NEWER"` | Set key selection strategy used by Auth server | @@ -754,4 +755,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md index 46bbfe61..6542751f 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/casa/README.md @@ -66,4 +66,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md index e6183e38..fe1ab944 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/config/README.md @@ -133,4 +133,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) 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 2fde21e5..cf1d4adb 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate/README.md @@ -57,4 +57,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md index f1987b53..3f221d7a 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/fido2/README.md @@ -62,4 +62,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) 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 7b936b70..0af871a2 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 @@ -45,4 +45,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) 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 7370a4c4..c03ff2b5 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 @@ -22,4 +22,4 @@ Istio Gateway 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md index 414ac0fe..1c2c2653 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit/README.md @@ -79,4 +79,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) 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 66ffb5fb..2ce497fb 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress/README.md @@ -83,4 +83,4 @@ Kubernetes: `>=v1.22.0-0` | service.type | string | `"ClusterIP"` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md index adc26c3d..2d1be4af 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/opendj/README.md @@ -75,4 +75,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md index 9dcff2bc..b2044662 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/README.md @@ -28,6 +28,7 @@ Kubernetes: `>=v1.22.0-0` | 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 | | additionalLabels | object | `{}` | Additional labels that will be added across all resources definitions in the format of {mylabel: "myapp"} | | affinity | object | `{}` | | +| cronJobSchedule | string | `""` | Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. | | customScripts | list | `[]` | Add custom scripts that have been mounted to run before the entrypoint. | | dnsConfig | object | `{}` | Add custom dns config | | dnsPolicy | string | `""` | Add custom dns policy | @@ -35,7 +36,7 @@ Kubernetes: `>=v1.22.0-0` | image.pullSecrets | list | `[]` | Image Pull Secrets | | image.repository | string | `"gluufederation/certmanager"` | Image to use for deploying. | | image.tag | string | `"4.5.5-1"` | Image tag to use for deploying. | -| keysLife | int | `48` | Auth server key rotation keys life in hours | +| keysLife | int | `48` | Auth server key rotation keys life in hours. | | keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server | | keysPushStrategy | string | `"NEWER"` | Set key selection strategy after pushing private keys to Auth server (only takes effect when keysPushDelay value is greater than 0) | | keysStrategy | string | `"NEWER"` | Set key selection strategy used by Auth server | @@ -54,4 +55,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/templates/cronjobs.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/templates/cronjobs.yaml index 57fa5cda..5a3c4446 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/templates/cronjobs.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/templates/cronjobs.yaml @@ -16,7 +16,11 @@ metadata: {{ toYaml .Values.additionalAnnotations | indent 4 }} {{- end }} spec: +{{- if ne .Values.cronJobSchedule "" }} + schedule: {{ .Values.cronJobSchedule | quote }} +{{- else }} schedule: "@every {{ .Values.keysLife }}h" +{{- end }} concurrencyPolicy: Forbid jobTemplate: spec: diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml index 6248f9a3..72dd083b 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml @@ -22,7 +22,9 @@ image: tag: 4.5.5-1 # -- Image Pull Secrets pullSecrets: [ ] -# -- Auth server key rotation keys life in hours +# -- Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. +cronJobSchedule: "" +# -- Auth server key rotation keys life in hours. keysLife: 48 # -- Set key selection strategy used by Auth server keysStrategy: NEWER diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md index 230c9af4..497b676e 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth/README.md @@ -62,4 +62,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) 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 a9fafdc8..8a444b3d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxd-server/README.md @@ -60,4 +60,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md index 915bb3e4..64eee569 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxpassport/README.md @@ -64,4 +64,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md index 9991bc3d..89b508c7 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxshibboleth/README.md @@ -65,4 +65,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md index 25426ab9..2eb88bcd 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxtrust/README.md @@ -64,4 +64,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md index b1d2b625..a42ef44a 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/persistence/README.md @@ -53,4 +53,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md b/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md index ad4692bc..50f28cec 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md +++ b/pygluu/kubernetes/templates/helm/gluu/charts/scim/README.md @@ -61,4 +61,4 @@ Kubernetes: `>=v1.22.0-0` | 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) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/pygluu/kubernetes/templates/helm/gluu/values.yaml b/pygluu/kubernetes/templates/helm/gluu/values.yaml index e475c44e..7e96bd8d 100644 --- a/pygluu/kubernetes/templates/helm/gluu/values.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/values.yaml @@ -2111,7 +2111,9 @@ oxauth-key-rotation: tag: 4.5.5-1 # -- Image Pull Secrets pullSecrets: [ ] - # -- Auth server key rotation keys life in hours + # -- Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. + cronJobSchedule: "" + # -- Auth server key rotation keys life in hours. keysLife: 48 # -- Set key selection strategy used by Auth server keysStrategy: NEWER diff --git a/pygluu/kubernetes/templates/helm/index.yaml b/pygluu/kubernetes/templates/helm/index.yaml index 64f5d49d..3be48fa0 100644 --- a/pygluu/kubernetes/templates/helm/index.yaml +++ b/pygluu/kubernetes/templates/helm/index.yaml @@ -1,6 +1,126 @@ apiVersion: v1 entries: gluu: + - annotations: + artifacthub.io/changes: | + - Gluu 4.5.5 official chart release + artifacthub.io/images: | + - name: casa + image: gluufederation/casa:4.5.5_dev + - name: fido2 + image: gluufederation/fido2:4.5.5_dev + - name: scim + image: gluufederation/scim:4.5.5_dev + - name: configuration-manager + image: gluufederation/config-init:4.5.5_dev + - name: cr-rotate + image: gluufederation/cr-rotate:4.5.5_dev + - name: certmanager + image: gluufederation/certmanager:4.5.5_dev + - name: opendj + image: gluufederation/opendj:4.5.5_dev + - name: jackrabbit + image: gluufederation/jackrabbit:4.5.5_dev + - name: oxauth + image: gluufederation/oxauth:4.5.5_dev + - name: oxd-server + image: gluufederation/oxd-server:4.5.5_dev + - name: oxpassport + image: gluufederation/oxpassport:4.5.5_dev + - name: oxshibboleth + image: gluufederation/oxshibboleth:4.5.5_dev + - name: persistence + image: gluufederation/persistence:4.5.5_dev + - name: oxtrust + image: gluufederation/oxtrust:4.5.5_dev + artifacthub.io/license: Apache-2.0 + apiVersion: v2 + appVersion: 4.5.5 + created: "2024-08-22T12:35:48.370197+03:00" + dependencies: + - condition: global.config.enabled + name: config + repository: "" + version: 1.8.38 + - condition: global.opendj.enabled + name: opendj + repository: "" + version: 1.8.38 + - condition: global.jackrabbit.enabled + name: jackrabbit + repository: "" + version: 1.8.38 + - condition: global.oxauth.enabled + name: oxauth + repository: "" + version: 1.8.38 + - condition: global.fido2.enabled + name: fido2 + repository: "" + version: 1.8.38 + - condition: global.scim.enabled + name: scim + repository: "" + version: 1.8.38 + - condition: global.oxtrust.enabled + name: oxtrust + repository: "" + version: 1.8.38 + - condition: global.nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: 1.8.38 + - condition: global.oxshibboleth.enabled + name: oxshibboleth + repository: "" + version: 1.8.38 + - condition: config.configmap.gluuPassportEnabled + name: oxpassport + repository: "" + version: 1.8.38 + - condition: config.configmap.gluuCasaEnabled + name: casa + repository: "" + version: 1.8.38 + - condition: global.oxauth-key-rotation.enabled + name: oxauth-key-rotation + repository: "" + version: 1.8.38 + - condition: global.cr-rotate.enabled + name: cr-rotate + repository: "" + version: 1.8.38 + - condition: global.oxd-server.enabled + name: oxd-server + repository: "" + version: 1.8.38 + - condition: global.persistence.enabled + name: persistence + repository: "" + version: 1.8.38 + - condition: global.istio.ingress + name: gluu-istio-ingress + repository: "" + version: 1.8.38 + - condition: global.alb.ingress + name: gluu-alb-ingress + repository: "" + version: 1.8.38 + description: Gluu Access and Identity Mangement + digest: 87ffc70039134035b6c8c8390a4fb8e55651f8c796e1ada0018bac3e0dbb7b3d + home: https://www.gluu.org + icon: https://gluu.org/docs/gluu-server/favicon.ico + kubeVersion: '>=v1.22.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.38.tgz + version: 1.8.38 - annotations: artifacthub.io/changes: | - Gluu 4.5.4 official chart release @@ -36,7 +156,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.4 - created: "2024-08-06T14:18:43.736234+03:00" + created: "2024-08-22T12:35:48.362284+03:00" dependencies: - condition: global.config.enabled name: config @@ -156,7 +276,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.4 - created: "2024-08-06T14:18:43.727797+03:00" + created: "2024-08-22T12:35:48.35358+03:00" dependencies: - condition: global.config.enabled name: config @@ -276,7 +396,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.4 - created: "2024-08-06T14:18:43.719402+03:00" + created: "2024-08-22T12:35:48.345978+03:00" dependencies: - condition: global.config.enabled name: config @@ -396,7 +516,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.4 - created: "2024-08-06T14:18:43.711296+03:00" + created: "2024-08-22T12:35:48.337719+03:00" dependencies: - condition: global.config.enabled name: config @@ -516,7 +636,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.703628+03:00" + created: "2024-08-22T12:35:48.329467+03:00" dependencies: - condition: global.config.enabled name: config @@ -636,7 +756,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.695674+03:00" + created: "2024-08-22T12:35:48.321106+03:00" dependencies: - condition: global.config.enabled name: config @@ -756,7 +876,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.687163+03:00" + created: "2024-08-22T12:35:48.313557+03:00" dependencies: - condition: global.config.enabled name: config @@ -876,7 +996,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.679363+03:00" + created: "2024-08-22T12:35:48.305327+03:00" dependencies: - condition: global.config.enabled name: config @@ -996,7 +1116,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.664013+03:00" + created: "2024-08-22T12:35:48.289599+03:00" dependencies: - condition: global.config.enabled name: config @@ -1116,7 +1236,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.3 - created: "2024-08-06T14:18:43.656246+03:00" + created: "2024-08-22T12:35:48.282053+03:00" dependencies: - condition: global.config.enabled name: config @@ -1236,7 +1356,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.2 - created: "2024-08-06T14:18:43.647092+03:00" + created: "2024-08-22T12:35:48.273068+03:00" dependencies: - condition: global.config.enabled name: config @@ -1356,7 +1476,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.2 - created: "2024-08-06T14:18:43.639659+03:00" + created: "2024-08-22T12:35:48.26518+03:00" dependencies: - condition: global.config.enabled name: config @@ -1476,7 +1596,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.2 - created: "2024-08-06T14:18:43.631481+03:00" + created: "2024-08-22T12:35:48.256905+03:00" dependencies: - condition: global.config.enabled name: config @@ -1596,7 +1716,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.2 - created: "2024-08-06T14:18:43.62338+03:00" + created: "2024-08-22T12:35:48.249151+03:00" dependencies: - condition: global.config.enabled name: config @@ -1717,7 +1837,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.615239+03:00" + created: "2024-08-22T12:35:48.241399+03:00" dependencies: - condition: global.config.enabled name: config @@ -1838,7 +1958,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.607749+03:00" + created: "2024-08-22T12:35:48.233542+03:00" dependencies: - condition: global.config.enabled name: config @@ -1959,7 +2079,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.5999+03:00" + created: "2024-08-22T12:35:48.225591+03:00" dependencies: - condition: global.config.enabled name: config @@ -2080,7 +2200,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.59218+03:00" + created: "2024-08-22T12:35:48.217907+03:00" dependencies: - condition: global.config.enabled name: config @@ -2201,7 +2321,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.575763+03:00" + created: "2024-08-22T12:35:48.202443+03:00" dependencies: - condition: global.config.enabled name: config @@ -2322,7 +2442,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.568051+03:00" + created: "2024-08-22T12:35:48.194307+03:00" dependencies: - condition: global.config.enabled name: config @@ -2443,7 +2563,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.1 - created: "2024-08-06T14:18:43.560129+03:00" + created: "2024-08-22T12:35:48.185903+03:00" dependencies: - condition: global.config.enabled name: config @@ -2564,7 +2684,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.551841+03:00" + created: "2024-08-22T12:35:48.17829+03:00" dependencies: - condition: global.config.enabled name: config @@ -2685,7 +2805,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.544208+03:00" + created: "2024-08-22T12:35:48.170521+03:00" dependencies: - condition: global.config.enabled name: config @@ -2806,7 +2926,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.536061+03:00" + created: "2024-08-22T12:35:48.162359+03:00" dependencies: - condition: global.config.enabled name: config @@ -2927,7 +3047,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.527633+03:00" + created: "2024-08-22T12:35:48.154566+03:00" dependencies: - condition: global.config.enabled name: config @@ -3048,7 +3168,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.519954+03:00" + created: "2024-08-22T12:35:48.146408+03:00" dependencies: - condition: global.config.enabled name: config @@ -3169,7 +3289,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.511876+03:00" + created: "2024-08-22T12:35:48.138809+03:00" dependencies: - condition: global.config.enabled name: config @@ -3291,7 +3411,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.504153+03:00" + created: "2024-08-22T12:35:48.13108+03:00" dependencies: - condition: global.config.enabled name: config @@ -3413,7 +3533,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.781808+03:00" + created: "2024-08-22T12:35:48.415372+03:00" dependencies: - condition: global.config.enabled name: config @@ -3535,7 +3655,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.774273+03:00" + created: "2024-08-22T12:35:48.407957+03:00" dependencies: - condition: global.config.enabled name: config @@ -3657,7 +3777,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.766848+03:00" + created: "2024-08-22T12:35:48.399995+03:00" dependencies: - condition: global.config.enabled name: config @@ -3777,7 +3897,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.758824+03:00" + created: "2024-08-22T12:35:48.392544+03:00" dependencies: - condition: global.config.enabled name: config @@ -3897,7 +4017,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.751508+03:00" + created: "2024-08-22T12:35:48.385195+03:00" dependencies: - condition: global.config.enabled name: config @@ -4017,7 +4137,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.743344+03:00" + created: "2024-08-22T12:35:48.377797+03:00" dependencies: - condition: global.config.enabled name: config @@ -4137,7 +4257,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.671538+03:00" + created: "2024-08-22T12:35:48.296962+03:00" dependencies: - condition: global.config.enabled name: config @@ -4257,7 +4377,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.584156+03:00" + created: "2024-08-22T12:35:48.210447+03:00" dependencies: - condition: global.config.enabled name: config @@ -4377,7 +4497,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.496695+03:00" + created: "2024-08-22T12:35:48.123946+03:00" dependencies: - condition: global.config.enabled name: config @@ -4497,7 +4617,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.5.0 - created: "2024-08-06T14:18:43.488913+03:00" + created: "2024-08-22T12:35:48.115998+03:00" dependencies: - condition: global.config.enabled name: config @@ -4619,7 +4739,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.428131+03:00" + created: "2024-08-22T12:35:48.056879+03:00" dependencies: - condition: global.config.enabled name: config @@ -4741,7 +4861,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.419503+03:00" + created: "2024-08-22T12:35:48.048347+03:00" dependencies: - condition: global.config.enabled name: config @@ -4863,7 +4983,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.41128+03:00" + created: "2024-08-22T12:35:48.040336+03:00" dependencies: - condition: global.config.enabled name: config @@ -4985,7 +5105,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.403555+03:00" + created: "2024-08-22T12:35:48.03264+03:00" dependencies: - condition: global.config.enabled name: config @@ -5107,7 +5227,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.395746+03:00" + created: "2024-08-22T12:35:48.024539+03:00" dependencies: - condition: global.config.enabled name: config @@ -5229,7 +5349,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.480945+03:00" + created: "2024-08-22T12:35:48.108559+03:00" dependencies: - condition: global.config.enabled name: config @@ -5349,7 +5469,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.2 - created: "2024-08-06T14:18:43.472976+03:00" + created: "2024-08-22T12:35:48.101112+03:00" dependencies: - condition: global.config.enabled name: config @@ -5469,7 +5589,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2024-08-06T14:18:43.46565+03:00" + created: "2024-08-22T12:35:48.093847+03:00" dependencies: - condition: global.config.enabled name: config @@ -5589,7 +5709,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2024-08-06T14:18:43.457913+03:00" + created: "2024-08-22T12:35:48.08645+03:00" dependencies: - condition: global.config.enabled name: config @@ -5709,7 +5829,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2024-08-06T14:18:43.450509+03:00" + created: "2024-08-22T12:35:48.079161+03:00" dependencies: - condition: global.config.enabled name: config @@ -5829,7 +5949,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2024-08-06T14:18:43.443095+03:00" + created: "2024-08-22T12:35:48.071871+03:00" dependencies: - condition: global.config.enabled name: config @@ -5949,7 +6069,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.1 - created: "2024-08-06T14:18:43.435542+03:00" + created: "2024-08-22T12:35:48.064538+03:00" dependencies: - condition: global.config.enabled name: config @@ -6069,7 +6189,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.0 - created: "2024-08-06T14:18:43.387918+03:00" + created: "2024-08-22T12:35:48.01707+03:00" dependencies: - condition: global.config.enabled name: config @@ -6189,7 +6309,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.4.0 - created: "2024-08-06T14:18:43.38003+03:00" + created: "2024-08-22T12:35:48.009364+03:00" dependencies: - condition: global.config.enabled name: config @@ -6309,7 +6429,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2024-08-06T14:18:43.365887+03:00" + created: "2024-08-22T12:35:47.995432+03:00" dependencies: - condition: global.config.enabled name: config @@ -6429,7 +6549,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2024-08-06T14:18:43.358101+03:00" + created: "2024-08-22T12:35:47.987252+03:00" dependencies: - condition: global.config.enabled name: config @@ -6549,7 +6669,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2024-08-06T14:18:43.350231+03:00" + created: "2024-08-22T12:35:47.979929+03:00" dependencies: - condition: global.config.enabled name: config @@ -6669,7 +6789,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2024-08-06T14:18:43.34231+03:00" + created: "2024-08-22T12:35:47.972807+03:00" dependencies: - condition: global.config.enabled name: config @@ -6789,7 +6909,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.1 - created: "2024-08-06T14:18:43.335026+03:00" + created: "2024-08-22T12:35:47.965349+03:00" dependencies: - condition: global.config.enabled name: config @@ -6909,7 +7029,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.327761+03:00" + created: "2024-08-22T12:35:47.958004+03:00" dependencies: - condition: global.config.enabled name: config @@ -7029,7 +7149,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.320575+03:00" + created: "2024-08-22T12:35:47.950401+03:00" dependencies: - condition: global.config.enabled name: config @@ -7149,7 +7269,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.313286+03:00" + created: "2024-08-22T12:35:47.943659+03:00" dependencies: - condition: global.config.enabled name: config @@ -7269,7 +7389,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.305438+03:00" + created: "2024-08-22T12:35:47.936318+03:00" dependencies: - condition: global.config.enabled name: config @@ -7389,7 +7509,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.372326+03:00" + created: "2024-08-22T12:35:48.001607+03:00" dependencies: - condition: global.config.enabled name: config @@ -7513,7 +7633,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.293554+03:00" + created: "2024-08-22T12:35:47.925751+03:00" dependencies: - condition: global.config.enabled name: config @@ -7584,10 +7704,10 @@ entries: repository: "" version: 1.5.80 description: Gluu Access and Identity Mangement - digest: 42e51edf809377cf18aef12db86da74ba253ab31554080d69ccc71ace1b15276 + digest: fe98fa08e1fa1a4906d09d4f6c1bd99428dd777e54fcc5c424a69453f5c38b5c home: https://www.gluu.org icon: https://gluu.org/wp-content/uploads/2020/12/logo.png - kubeVersion: '>=v1.22.0-0' + kubeVersion: '>=v1.21.0-0' maintainers: - email: mo@gluu.org name: moabu @@ -7636,7 +7756,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.28483+03:00" + created: "2024-08-22T12:35:47.918063+03:00" dependencies: - condition: global.config.enabled name: config @@ -7759,7 +7879,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.278642+03:00" + created: "2024-08-22T12:35:47.913097+03:00" dependencies: - condition: global.config.enabled name: config @@ -7882,7 +8002,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.298371+03:00" + created: "2024-08-22T12:35:47.92938+03:00" dependencies: - condition: global.config.enabled name: config @@ -8005,7 +8125,7 @@ entries: artifacthub.io/license: Apache-2.0 apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.288885+03:00" + created: "2024-08-22T12:35:47.921812+03:00" dependencies: - condition: global.config.enabled name: config @@ -8092,7 +8212,7 @@ entries: ldap-backup: - apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.782976+03:00" + created: "2024-08-22T12:35:48.416431+03:00" description: A backup strategy for LDAP digest: f00564718757bd0d53f1f3dbaa9399327695eb883000f5d6ade7690bb8a2d371 home: https://gluu.org/docs/gluu-server @@ -8115,7 +8235,7 @@ entries: version: 1.6.11 - apiVersion: v2 appVersion: 4.3.0 - created: "2024-08-06T14:18:43.783496+03:00" + created: "2024-08-22T12:35:48.416893+03:00" description: A backup strategy for LDAP digest: 2fd5f9c62784f0bc6c4b30e5b90abb5edeca1a6cb865e414a3e87a42b115b647 home: https://gluu.org/docs/gluu-server @@ -8138,7 +8258,7 @@ entries: version: 1.6.9 - apiVersion: v2 appVersion: 4.2.3 - created: "2024-08-06T14:18:43.782322+03:00" + created: "2024-08-22T12:35:48.415898+03:00" description: A backup strategy for LDAP digest: 838ca4b13bb22686f6ff7da98abc523878d64a105ec27cb85da5489d208bf8dc home: https://www.gluu.org @@ -8154,4 +8274,4 @@ entries: urls: - ldap-backup-1.5.9.tgz version: 1.5.9 -generated: "2024-08-06T14:18:43.272928+03:00" +generated: "2024-08-22T12:35:47.907569+03:00"