Skip to content

Commit

Permalink
chore: release helm package 1.8.41
Browse files Browse the repository at this point in the history
Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu committed Feb 4, 2025
1 parent 23f9ddc commit d4443dd
Show file tree
Hide file tree
Showing 66 changed files with 367 additions and 246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@ appVersion: "4.5.7"
kubeVersion: ">=v1.22.0-0"
annotations:
artifacthub.io/changes: |
- Gluu 4.5.7 dev chart release
- Gluu 4.5.7 chart release
artifacthub.io/images: |
- name: casa
image: gluufederation/casa:4.5.7_dev
image: gluufederation/casa:4.5.7-1
- name: fido2
image: gluufederation/fido2:4.5.7_dev
image: gluufederation/fido2:4.5.7-1
- name: scim
image: gluufederation/scim:4.5.7_dev
image: gluufederation/scim:4.5.7-1
- name: configuration-manager
image: gluufederation/config-init:4.5.7_dev
image: gluufederation/config-init:4.5.7-1
- name: cr-rotate
image: gluufederation/cr-rotate:4.5.7_dev
image: gluufederation/cr-rotate:4.5.7-1
- name: certmanager
image: gluufederation/certmanager:4.5.7_dev
image: gluufederation/certmanager:4.5.7-1
- name: opendj
image: gluufederation/opendj:4.5.7_dev
image: gluufederation/opendj:4.5.7-1
- name: jackrabbit
image: gluufederation/jackrabbit:4.5.7_dev
image: gluufederation/jackrabbit:4.5.7-1
- name: oxauth
image: gluufederation/oxauth:4.5.7_dev
image: gluufederation/oxauth:4.5.7-1
- name: oxd-server
image: gluufederation/oxd-server:4.5.7_dev
image: gluufederation/oxd-server:4.5.7-1
- name: oxpassport
image: gluufederation/oxpassport:4.5.7_dev
image: gluufederation/oxpassport:4.5.7-1
- name: oxshibboleth
image: gluufederation/oxshibboleth:4.5.7_dev
image: gluufederation/oxshibboleth:4.5.7-1
- name: persistence
image: gluufederation/persistence:4.5.7_dev
image: gluufederation/persistence:4.5.7-1
- name: oxtrust
image: gluufederation/oxtrust:4.5.7_dev
image: gluufederation/oxtrust:4.5.7-1
artifacthub.io/license: Apache-2.0
icon: https://gluu.org/docs/gluu-server/favicon.ico
home: https://www.gluu.org
Expand All @@ -47,73 +47,73 @@ maintainers:
email: [email protected]
description: Gluu Access and Identity Mangement
name: gluu
version: 1.8.40
version: 1.8.42

dependencies:
- name: config
condition: global.config.enabled
version: 1.8.40
version: 1.8.42

- name: opendj
condition: global.opendj.enabled
version: 1.8.40
version: 1.8.42

- name: jackrabbit
condition: global.jackrabbit.enabled
version: 1.8.40
version: 1.8.42

- name: oxauth
condition: global.oxauth.enabled
version: 1.8.40
version: 1.8.42

- name: fido2
condition: global.fido2.enabled
version: 1.8.40
version: 1.8.42

- name: scim
condition: global.scim.enabled
version: 1.8.40
version: 1.8.42

- name: oxtrust
condition: global.oxtrust.enabled
version: 1.8.40
version: 1.8.42

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 1.8.40
version: 1.8.42

- name: oxshibboleth
condition: global.oxshibboleth.enabled
version: 1.8.40
version: 1.8.42

- name: oxpassport
version: 1.8.40
version: 1.8.42
condition: config.configmap.gluuPassportEnabled

- name: casa
version: 1.8.40
version: 1.8.42
condition: config.configmap.gluuCasaEnabled

- name: oxauth-key-rotation
condition: global.oxauth-key-rotation.enabled
version: 1.8.40
version: 1.8.42

- name: cr-rotate
version: 1.8.40
version: 1.8.42
condition: global.cr-rotate.enabled

- name: oxd-server
condition: global.oxd-server.enabled
version: 1.8.40
version: 1.8.42

- name: persistence
condition: global.persistence.enabled
version: 1.8.40
version: 1.8.42

- name: gluu-istio-ingress
condition: global.istio.ingress
version: 1.8.40
version: 1.8.42

- name: gluu-alb-ingress
condition: global.alb.ingress
version: 1.8.40
version: 1.8.42

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: casa
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# casa

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

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.

Expand Down Expand Up @@ -39,7 +39,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/casa"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |
| nameOverride | string | `""` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
# -- Image to use for deploying.
repository: gluufederation/casa
# -- Image tag to use for deploying.
tag: 4.5.7_dev
tag: 4.5.7-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: config
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Gluu services.
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

Configuration parameters for setup and initial configuration secret and config layers used by Gluu services.

Expand Down Expand Up @@ -108,7 +108,7 @@ Kubernetes: `>=v1.22.0-0`
| email | string | `"[email protected]"` | Email address of the administrator usually. Used for certificate creation. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/config-init"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| ldapPass | string | `"P@ssw0rd"` | LDAP admin password if OpennDJ is used for persistence. |
| lifecycle | object | `{}` | |
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ image:
# -- Image to use for deploying.
repository: gluufederation/config-init
# -- Image tag to use for deploying.
tag: 4.5.7_dev
tag: 4.5.7-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Configure any additional volumes that need to be attached to the pod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: cr-rotate
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may become depreciated in 5.0.
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cr-rotate

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

CacheRefreshRotation is a special container to monitor cache refresh on oxTrust containers. This may become depreciated in 5.0.

Expand Down Expand Up @@ -34,7 +34,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/cr-rotate"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:
# -- Image to use for deploying.
repository: gluufederation/cr-rotate
# -- Image tag to use for deploying.
tag: 4.5.7_dev
tag: 4.5.7-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: fido2
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fido2

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

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.

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/fido2"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| nodeSelector | object | `{}` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image:
# -- Image to use for deploying.
repository: gluufederation/fido2
# -- Image tag to use for deploying.
tag: 4.5.7_dev
tag: 4.5.7-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: gluu-alb-ingress
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: Nginx ingress definitions chart
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gluu-alb-ingress

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

Nginx ingress definitions chart

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: gluu-istio-ingress
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: Istio Gateway
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gluu-istio-ingress

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

Istio Gateway

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: jackrabbit
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jackrabbit

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

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.

Expand Down Expand Up @@ -40,7 +40,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/jackrabbit"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| jackrabbitVolumeMounts.repository.mountPath | string | `"/opt/jackrabbit/repository"` | |
| jackrabbitVolumeMounts.repository.name | string | `"jackrabbit-volume"` | |
| jackrabbitVolumeMounts.version.mountPath | string | `"/opt/jackrabbit/version"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image:
# -- Image to use for deploying.
repository: gluufederation/jackrabbit
# -- Image tag to use for deploying.
tag: 4.5.7_dev
tag: 4.5.7-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: nginx-ingress
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: Nginx ingress definitions chart
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nginx-ingress

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

Nginx ingress definitions chart

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.apache.org/licenses/LICENSE-2.0
apiVersion: v2
name: opendj
version: 1.8.40
version: 1.8.42
kubeVersion: ">=v1.22.0-0"
description: OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opendj

![Version: 1.8.40](https://img.shields.io/badge/Version-1.8.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)
![Version: 1.8.42](https://img.shields.io/badge/Version-1.8.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.5.7](https://img.shields.io/badge/AppVersion-4.5.7-informational?style=flat-square)

OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.

Expand Down Expand Up @@ -38,7 +38,7 @@ Kubernetes: `>=v1.22.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"gluufederation/opendj"` | Image to use for deploying. |
| image.tag | string | `"4.5.7_dev"` | Image tag to use for deploying. |
| image.tag | string | `"4.5.7-1"` | Image tag to use for deploying. |
| lifecycle.preStop.exec.command[0] | string | `"/bin/sh"` | |
| lifecycle.preStop.exec.command[1] | string | `"-c"` | |
| lifecycle.preStop.exec.command[2] | string | `"python3 /app/scripts/deregister_peer.py 1>&/proc/1/fd/1"` | |
Expand Down
Loading

0 comments on commit d4443dd

Please sign in to comment.