Skip to content

Commit

Permalink
chore: update chart (chainloop-dev#1129)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel <[email protected]>
  • Loading branch information
migmartri authored Jul 24, 2024
1 parent c4a5837 commit c5677ec
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
46 changes: 23 additions & 23 deletions deployment/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,22 +520,22 @@ chainloop config save \

### Control Plane

| Name | Description | Value |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| `controlplane.replicaCount` | Number of replicas | `2` |
| `controlplane.image.registry` | Image registry | `ghcr.io` |
| `controlplane.image.repository` | Image repository | `chainloop-dev/chainloop/control-plane` |
| `controlplane.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
| `controlplane.pluginsDir` | Directory where to look for plugins | `/plugins` |
| `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
| `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
| `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
| `controlplane.onboarding.name` | Name of the organization to onboard | |
| `controlplane.onboarding.role` | Role of the organization to onboard | |
| `controlplane.prometheus_org_metrics` | List of organizations to expose metrics for using Prometheus | |
| `controlplane.migration.image.registry` | Image registry | `ghcr.io` |
| `controlplane.migration.image.repository` | Image repository | `chainloop-dev/chainloop/control-plane-migrations` |
| `controlplane.migration.ssl` | Connect to the database using SSL (required fro AWS RDS, etc) | `false` |
| Name | Description | Value |
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------- |
| `controlplane.replicaCount` | Number of replicas | `2` |
| `controlplane.image.registry` | Image registry | `REGISTRY_NAME` |
| `controlplane.image.repository` | Image repository | `REPOSITORY_NAME` |
| `controlplane.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
| `controlplane.pluginsDir` | Directory where to look for plugins | `/plugins` |
| `controlplane.referrerSharedIndex` | Configure the shared, public index API endpoint that can be used to discover metadata referrers | |
| `controlplane.referrerSharedIndex.enabled` | Enable index API endpoint | `false` |
| `controlplane.referrerSharedIndex.allowedOrgs` | List of UUIDs of organizations that are allowed to publish to the shared index | `[]` |
| `controlplane.onboarding.name` | Name of the organization to onboard | |
| `controlplane.onboarding.role` | Role of the organization to onboard | |
| `controlplane.prometheus_org_metrics` | List of organizations to expose metrics for using Prometheus | |
| `controlplane.migration.image.registry` | Image registry | `REGISTRY_NAME` |
| `controlplane.migration.image.repository` | Image repository | `REPOSITORY_NAME` |
| `controlplane.migration.ssl` | Connect to the database using SSL (required fro AWS RDS, etc) | `false` |

### Control Plane Database

Expand Down Expand Up @@ -631,7 +631,7 @@ chainloop config save \
| `controlplane.keylessSigning.fileCA.cert` | The PEM-encoded certificate of the file based CA | `""` |
| `controlplane.keylessSigning.fileCA.key` | The PEM-encoded private key of the file based CA | `""` |
| `controlplane.keylessSigning.fileCA.keyPass` | The secret key pass | `""` |
| `controlplane.keylessSigning.ejbcaCA.serverURL` | The url of the EJBCA service (https://host/ejbca) | `""` |
| `controlplane.keylessSigning.ejbcaCA.serverURL` | The url of the EJBCA service ("https://host/ejbca") | `""` |
| `controlplane.keylessSigning.ejbcaCA.clientKey` | PEM-encoded the private key for EJBCA cert authentication | `""` |
| `controlplane.keylessSigning.ejbcaCA.clientCert` | PEM-encoded certificate for EJBCA cert authentication | `""` |
| `controlplane.keylessSigning.ejbcaCA.certProfileName` | Name of the certificate profile to use in EJBCA | `""` |
Expand All @@ -641,12 +641,12 @@ chainloop config save \

### Artifact Content Addressable (CAS) API

| Name | Description | Value |
| --------------------------- | --------------------------------------------------------------------------------------- | -------------------------------------- |
| `cas.replicaCount` | Number of replicas | `2` |
| `cas.image.registry` | Image registry | `ghcr.io` |
| `cas.image.repository` | Image repository | `chainloop-dev/chainloop/artifact-cas` |
| `cas.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |
| Name | Description | Value |
| --------------------------- | --------------------------------------------------------------------------------------- | ----------------- |
| `cas.replicaCount` | Number of replicas | `2` |
| `cas.image.registry` | Image registry | `REGISTRY_NAME` |
| `cas.image.repository` | Image repository | `REPOSITORY_NAME` |
| `cas.tlsConfig.secret.name` | name of a secret containing TLS certificate to be used by the controlplane grpc server. | `""` |

### CAS Networking

Expand Down
16 changes: 8 additions & 8 deletions deployment/chainloop/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Chainloop, Inc. All Rights Reserved.
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0

## Default values for Chainloop Helm Chart
Expand Down Expand Up @@ -114,8 +114,8 @@ controlplane:
## @param controlplane.replicaCount Number of replicas
replicaCount: 2

## @param controlplane.image.registry Image registry
## @param controlplane.image.repository Image repository
## @param controlplane.image.registry [default: REGISTRY_NAME] Image registry
## @param controlplane.image.repository [default: REPOSITORY_NAME] Image repository
## @skip controlplane.image.tag
image:
registry: ghcr.io
Expand Down Expand Up @@ -149,8 +149,8 @@ controlplane:
# - org_name: "read-only-demo"

# Database migration
## @param controlplane.migration.image.registry Image registry
## @param controlplane.migration.image.repository Image repository
## @param controlplane.migration.image.registry [default: REGISTRY_NAME] Image registry
## @param controlplane.migration.image.repository [default: REPOSITORY_NAME] Image repository
## @param controlplane.migration.ssl Connect to the database using SSL (required fro AWS RDS, etc)
## @skip controlplane.migration.image.tag
migration:
Expand Down Expand Up @@ -508,7 +508,7 @@ controlplane:
## ...
## -----END RSA PRIVATE KEY-----
## @param controlplane.keylessSigning.fileCA.keyPass The secret key pass
## @param controlplane.keylessSigning.ejbcaCA.serverURL The url of the EJBCA service (https://host/ejbca)
## @param controlplane.keylessSigning.ejbcaCA.serverURL The url of the EJBCA service ("https://host/ejbca")
## @param controlplane.keylessSigning.ejbcaCA.clientKey PEM-encoded the private key for EJBCA cert authentication
## @param controlplane.keylessSigning.ejbcaCA.clientCert PEM-encoded certificate for EJBCA cert authentication
## @param controlplane.keylessSigning.ejbcaCA.certProfileName Name of the certificate profile to use in EJBCA
Expand Down Expand Up @@ -541,8 +541,8 @@ cas:
## @param cas.replicaCount Number of replicas
replicaCount: 2

## @param cas.image.registry Image registry
## @param cas.image.repository Image repository
## @param cas.image.registry [default: REGISTRY_NAME] Image registry
## @param cas.image.repository [default: REPOSITORY_NAME] Image repository
## @skip cas.image.tag
image:
registry: ghcr.io
Expand Down

0 comments on commit c5677ec

Please sign in to comment.