-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update janssen helm chart image tags
- Loading branch information
Showing
31 changed files
with
104 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" |
Oops, something went wrong.