mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
76 lines
3.5 KiB
Plaintext
76 lines
3.5 KiB
Plaintext
CHART NAME: {{ .Chart.Name }}
|
|
CHART VERSION: {{ .Chart.Version }}
|
|
APP VERSION: {{ .Chart.AppVersion }}
|
|
|
|
⚠ WARNING: Since August 28th, 2025, only a limited subset of images/charts are available for free.
|
|
Subscribe to Bitnami Secure Images to receive continued support and security updates.
|
|
More info at https://bitnami.com and https://github.com/bitnami/containers/issues/83267
|
|
|
|
** Please be patient while the chart is being deployed **
|
|
|
|
{{- if .Values.development }}
|
|
|
|
###########################################################################
|
|
DEVELOPMENT MODE
|
|
###########################################################################
|
|
|
|
██████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ███████╗
|
|
██╔══██╗██╔════╝██║ ██║██╔══██╗██╔══██╗██╔════╝
|
|
██████╔╝█████╗ ██║ █╗ ██║███████║██████╔╝█████╗
|
|
██╔══██╗██╔══╝ ██║███╗██║██╔══██║██╔══██╗██╔══╝
|
|
██████╔╝███████╗╚███╔███╔╝██║ ██║██║ ██║███████╗
|
|
╚═════╝ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚══════╝
|
|
|
|
Instance running in development mode!
|
|
|
|
Development mode, by default
|
|
|
|
- Runs an insecure, unsealed, non-persistent instance of Vault
|
|
- Is configured with development authentication keys
|
|
|
|
###########################################################################
|
|
Pre-configured static users
|
|
###########################################################################
|
|
|
|
Development configuration comes with two pre-setup users:
|
|
- username: sarah@chainloop.local
|
|
- password: password
|
|
|
|
- username: john@chainloop.local
|
|
- password: password
|
|
|
|
DO NOT USE IT FOR PRODUCTION PURPOSES
|
|
|
|
In order to use this chart in production, provide the value `--set development=false` and configure an OICD and Secrets Manager.
|
|
|
|
More information can be found in the chart README.
|
|
|
|
{{- end }}
|
|
|
|
###########################################################################
|
|
CONFIGURE CLI
|
|
###########################################################################
|
|
|
|
Configure the CLI to point to this instance, for example
|
|
|
|
chainloop --insecure config save \
|
|
--control-plane {{ include "chainloop.controlplane.grpc_url" . }} \
|
|
--artifact-cas {{ include "chainloop.cas.grpc_url" . }}
|
|
|
|
Refer to this link for more information
|
|
https://docs.chainloop.dev/getting-started/installation#configure-cli-optional
|
|
|
|
###########################################################################
|
|
USEFUL LINKS
|
|
###########################################################################
|
|
|
|
- GitHub repository: https://github.com/chainloop-dev/chainloop
|
|
- Documentation: https://docs.chainloop.dev
|
|
|
|
|
|
{{- include "common.warnings.rollingTag" .Values.controlplane.image }}
|
|
{{- include "common.warnings.rollingTag" .Values.cas.image }}
|
|
{{- include "common.warnings.rollingTag" .Values.controlplane.migration.image }}
|
|
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.controlplane.image .Values.cas.image .Values.controlplane.migration.image .Values.dex.image) "context" $) }}
|
|
{{- include "common.errors.insecureImages" (dict "images" (list .Values.controlplane.image .Values.cas.image .Values.controlplane.migration.image .Values.dex.image) "context" $) }}
|