You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/chainloop/Chart.yaml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
+
# Copyright Chainloop, Inc. All Rights Reserved.
2
+
# SPDX-License-Identifier: APACHE-2.0
3
+
1
4
apiVersion: v2
2
5
name: chainloop
3
6
description: Chainloop is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation crafting process.
4
7
5
8
type: application
6
9
# Bump the patch (not minor, not major) version on each change in the Chart Source code
7
-
version: 1.56.0
10
+
version: 1.56.1
8
11
# Do not update appVersion, this is handled automatically by the release process
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
636
-
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | `false` |
637
-
| `postgresql.auth.username` | Name for a custom user to create | `chainloop` |
638
-
| `postgresql.auth.password` | Password for the custom user to create | `chainlooppwd` |
639
-
| `postgresql.auth.database` | Name for a custom database to create | `chainloop-cp` |
640
-
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
641
+
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | `false` |
642
+
| `postgresql.auth.username` | Name for a custom user to create | `chainloop` |
643
+
| `postgresql.auth.password` | Password for the custom user to create | `chainlooppwd` |
644
+
| `postgresql.auth.database` | Name for a custom database to create | `chainloop-cp` |
645
+
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
646
+
| `vault.server.args` | Arguments to pass to the vault server. This is useful for setting the server in development mode | `["server","-dev"]` |
647
+
| `vault.server.config` | Configuration for the vault server. Small override of default Bitnami configuration | <pre><code>storage "inmem" {}<br/>disable_mlock = true<br/>ui = true<br/>service_registration "kubernetes" {}</code></pre> |
648
+
| `vault.server.extraEnvVars[0].name` | Root token for the vault server | `VAULT_DEV_ROOT_TOKEN_ID` |
649
+
| `vault.server.extraEnvVars[0].value` | The value of the root token. Default: notasecret | `notasecret` |
650
+
| `vault.server.extraEnvVars[1].name` | Address to listen on development mode | `VAULT_DEV_LISTEN_ADDRESS` |
651
+
| `vault.server.extraEnvVars[1].value` | The address to listen on. Default: [::]:8200 | `[::]:8200` |
{{- required "VAULT_DEV_ROOT_TOKEN_ID environment variable is required when development mode is enabled" (index $.Values.vault.server.extraEnvVars "VAULT_DEV_ROOT_TOKEN_ID") }}
81
+
{{- end }}
82
+
{{- elseif (required "vault backend selected but configuration not provided" .vault ) }}
0 commit comments