Skip to content

Commit

Permalink
chore: update janssen helm chart image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Aug 2, 2023
1 parent a3dbeb4 commit e3f9dff
Show file tree
Hide file tree
Showing 31 changed files with 104 additions and 105 deletions.
40 changes: 20 additions & 20 deletions charts/janssen/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
kubeVersion: ">=v1.21.0-0"
annotations:
artifacthub.io/changes: |
- 1.0.16 dev chart release
- 1.0.16 official chart release
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
image: ghcr.io/janssenproject/jans/auth-server:1.0.16_dev
image: ghcr.io/janssenproject/jans/auth-server:1.0.16-1
- name: auth-server-key-rotation
image: ghcr.io/janssenproject/jans/certmanager:1.0.16_dev
image: ghcr.io/janssenproject/jans/certmanager:1.0.16-1
- name: configuration-manager
image: ghcr.io/janssenproject/jans/configurator:1.0.16_dev
image: ghcr.io/janssenproject/jans/configurator:1.0.16-1
- name: config-api
image: ghcr.io/janssenproject/jans/config-api:1.0.16_dev
image: ghcr.io/janssenproject/jans/config-api:1.0.16-1
- name: fido2
image: ghcr.io/janssenproject/jans/fido2:1.0.16_dev
image: ghcr.io/janssenproject/jans/fido2:1.0.16-1
- name: opendj
image: gluufederation/opendj:5.0.0_dev
- name: persistence
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.16_dev
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.16-1
- name: scim
image: ghcr.io/janssenproject/jans/scim:1.0.16_dev
image: ghcr.io/janssenproject/jans/scim:1.0.16-1
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'true'
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: janssen
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management
apiVersion: v2
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
icon: >-
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
home: https://jans.io
Expand All @@ -38,44 +38,44 @@ maintainers:
email: [email protected]
description: Janssen Access and Identity Management
name: janssen
version: 1.0.16-dev
version: 1.0.16
dependencies:
- name: config
condition: global.config.enabled
version: 1.0.16-dev
version: 1.0.16

- name: config-api
condition: global.config-api.enabled
version: 1.0.16-dev
version: 1.0.16

- name: opendj
condition: global.opendj.enabled
version: 1.0.16-dev
version: 1.0.16

- name: auth-server
condition: global.auth-server.enabled
version: 1.0.16-dev
version: 1.0.16

- name: fido2
condition: global.fido2.enabled
version: 1.0.16-dev
version: 1.0.16

- name: scim
condition: global.scim.enabled
version: 1.0.16-dev
version: 1.0.16

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 1.0.16-dev
version: 1.0.16

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 1.0.16-dev
version: 1.0.16

- name: persistence
condition: global.persistence.enabled
version: 1.0.16-dev
version: 1.0.16

- name: link
condition: global.link.enabled
version: 1.0.16-dev
version: 1.0.16
56 changes: 28 additions & 28 deletions charts/janssen/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server-key-rotation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server-key-rotation
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: Responsible for regenerating auth-keys per x hours
type: application
Expand All @@ -15,4 +15,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server-key-rotation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server-key-rotation

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

Responsible for regenerating auth-keys per x hours

Expand Down Expand Up @@ -32,7 +32,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/certmanager"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| 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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/auth-server-key-rotation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/certmanager
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Auth server key rotation keys life in hours
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/auth-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server

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

OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Janssen. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.

Expand Down Expand Up @@ -35,7 +35,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/auth-server"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.exec | object | `{"command":["python3","/app/scripts/healthcheck.py"]}` | Executes the python3 healthcheck. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/auth-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/auth-server
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/config-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config-api
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/config-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config-api

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

Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/config-api"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-config-api/api/v1/health/live","port":8074}` | Executes the python3 healthcheck. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/config-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/config-api
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Janssen services.
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config

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

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

Expand Down Expand Up @@ -78,7 +78,7 @@ Kubernetes: `>=v1.21.0-0`
| fullNameOverride | string | `""` | |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/configurator"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| ldapPassword | string | `"P@ssw0rds"` | 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
2 changes: 1 addition & 1 deletion charts/janssen/charts/config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/configurator
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- LDAP admin password if OpennDJ is used for persistence.
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/fido2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: fido2
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments.
type: application
Expand All @@ -18,4 +18,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/fido2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fido2

![Version: 1.0.16-dev](https://img.shields.io/badge/Version-1.0.16--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.16-dev](https://img.shields.io/badge/AppVersion-1.0.16--dev-informational?style=flat-square)
![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.16](https://img.shields.io/badge/AppVersion-1.0.16-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 @@ -36,7 +36,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"janssenproject/fido2"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-fido2/sys/health-check","port":"http-fido2"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-fido2/sys/health-check","port":"http-fido2"}` | http liveness probe endpoint |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/fido2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
# -- Image to use for deploying.
repository: janssenproject/fido2
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/link/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: link
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: Jans Link
type: application
Expand All @@ -15,4 +15,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
4 changes: 2 additions & 2 deletions charts/janssen/charts/link/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# link

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

Jans Link

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| image.pullSecrets | list | `[]` | Image Pull Secrets |
| image.repository | string | `"ghcr.io/janssenproject/jans/link"` | Image to use for deploying. |
| image.tag | string | `"1.0.16_dev"` | Image tag to use for deploying. |
| image.tag | string | `"1.0.16-1"` | Image tag to use for deploying. |
| lifecycle | object | `{}` | |
| livenessProbe | object | `{"httpGet":{"path":"/jans-link/api/v1/health/live","port":9091},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |
| livenessProbe.httpGet | object | `{"path":"/jans-link/api/v1/health/live","port":9091}` | Executes the python3 healthcheck. |
Expand Down
2 changes: 1 addition & 1 deletion charts/janssen/charts/link/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image:
# -- Image to use for deploying.
repository: ghcr.io/janssenproject/jans/link
# -- Image tag to use for deploying.
tag: 1.0.16_dev
tag: 1.0.16-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
4 changes: 2 additions & 2 deletions charts/janssen/charts/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: nginx-ingress
version: 1.0.16-dev
version: 1.0.16
kubeVersion: ">=v1.21.0-0"
description: Nginx ingress definitions chart
type: application
Expand All @@ -17,4 +17,4 @@ maintainers:
email: [email protected]
url: https://github.com/moabu
icon: https://github.com/JanssenProject/jans/raw/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
appVersion: "1.0.16-dev"
appVersion: "1.0.16"
Loading

0 comments on commit e3f9dff

Please sign in to comment.