-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker-all-in-one): create image requirements (#6340)
* feat: add initial assets Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: reorganize all-in-one assets * feat: push new helm chart Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * ci: add aio * fix: update components according to enabled services Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: add istio and nginx ingress . Add AS key rotation Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: service name Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: override entrypoint Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: generate.json mount Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: generate.json mount Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: generate.json mount Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: tls script cm name Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: tls script mount Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: use jans_auth healthcheck as main healthcheck Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * feat: add jans-link component * chore: update jans.properties template * chore(docker-all-in-one): remove vanilla examples * fix: add jans-link to aiocompoenents Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * refactor: fix folder name Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * fix: specify nginx ingress custom Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --------- Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> Co-authored-by: iromli <isman.firmansyah@gmail.com>
- Loading branch information
Showing
77 changed files
with
4,705 additions
and
8 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
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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
kubeVersion: ">=v1.22.0-0" | ||
annotations: | ||
artifacthub.io/changes: | | ||
- 1.0.20 dev chart release | ||
artifacthub.io/containsSecurityUpdates: 'true' | ||
artifacthub.io/images: | | ||
- name: all-in-one | ||
image: ghcr.io/janssenproject/jans/all-in-one:1.0.20_dev | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/prerelease: 'true' | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/release-name: janssen-all-in-one | ||
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management All-in-One | ||
apiVersion: v2 | ||
appVersion: "1.0.20-dev" | ||
icon: >- | ||
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png | ||
home: https://jans.io | ||
sources: | ||
- https://jans.io | ||
- https://github.com/JanssenProject/jans/charts/janssen | ||
maintainers: | ||
- name: moabu | ||
email: support@jans.io | ||
description: Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment. | ||
name: janssen-all-in-one | ||
version: 1.0.20-dev |
Oops, something went wrong.