Skip to content

Commit

Permalink
skip .tag params
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln committed Aug 7, 2024
1 parent 167bb64 commit ff7d98e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions bitnami/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,8 @@ chainloop config save \
| `controlplane.onboarding` | List of organizations to automatically onboard when a user logs in | |
| `controlplane.prometheus_org_metrics` | List of organizations to expose metrics for using Prometheus | |
| `controlplane.migration.ssl` | Connect to the database using SSL (required fro AWS RDS, etc) | `false` |
| `controlplane.migration.image.tag` | | `0.95.3-debian-12-r0` |
| `controlplane.migration.image.registry` | image registry | `REGISTRY_NAME` |
| `controlplane.migration.image.repository` | image repository | `REPOSITORY_NAME/chainloop-control-plane-migrations` |
| `controlplane.migration.image.tag` | image tag (immutable tags are recommended) | `0.95.3-debian-12-r0` |
| `controlplane.migration.image.digest` | image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `controlplane.migration.image.pullPolicy` | image pull policy | `IfNotPresent` |
| `controlplane.migration.image.pullSecrets` | image pull secrets | `[]` |
Expand Down Expand Up @@ -716,7 +714,6 @@ chainloop config save \
| `cas.replicaCount` | Number of replicas | `2` |
| `cas.image.registry` | image registry | `REGISTRY_NAME` |
| `cas.image.repository` | image repository | `REPOSITORY_NAME/chainloop-artifact-cas` |
| `cas.image.tag` | image tag (immutable tags are recommended) | `0.95.3-debian-12-r0` |
| `cas.image.digest` | image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `cas.image.pullPolicy` | image pull policy | `IfNotPresent` |
| `cas.image.pullSecrets` | image pull secrets | `[]` |
Expand Down Expand Up @@ -871,7 +868,6 @@ service_registration "kubernetes" {}` |
| `vault.server.extraEnvVars[1].value` | The address to listen on. Default: [::]:8200 | `[::]:8200` |
| `dex.image.registry` | Dex image registry | `REGISTRY_NAME` |
| `dex.image.repository` | Dex image repository | `REPOSITORY_NAME/dex` |
| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.40.0-debian-12-r1` |
| `dex.image.pullPolicy` | Dex image pull policy | `IfNotPresent` |
| `dex.image.pullSecrets` | Dex image pull secrets | `[]` |
| `dex.image.debug` | Enable Dex image debug mode | `false` |
Expand Down
8 changes: 4 additions & 4 deletions bitnami/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,13 @@ controlplane:

# Database migration
## @param controlplane.migration.ssl Connect to the database using SSL (required fro AWS RDS, etc)
## @param controlplane.migration.image.tag
## @skip controlplane.migration.image.tag
migration:
## Bitnami Chainloop Controlplane migration image
## ref: https://hub.docker.com/r/bitnami/chainloop-control-plane-migrations/tags/
## @param controlplane.migration.image.registry [default: REGISTRY_NAME] image registry
## @param controlplane.migration.image.repository [default: REPOSITORY_NAME/chainloop-control-plane-migrations] image repository
## @param controlplane.migration.image.tag image tag (immutable tags are recommended)
## @skip controlplane.migration.image.tag image tag (immutable tags are recommended)
## @param controlplane.migration.image.digest image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param controlplane.migration.image.pullPolicy image pull policy
## @param controlplane.migration.image.pullSecrets image pull secrets
Expand Down Expand Up @@ -949,7 +949,7 @@ cas:
## ref: https://hub.docker.com/r/bitnami/chainloop-artifact-cas/tags/
## @param cas.image.registry [default: REGISTRY_NAME] image registry
## @param cas.image.repository [default: REPOSITORY_NAME/chainloop-artifact-cas] image repository
## @param cas.image.tag image tag (immutable tags are recommended)
## @skip cas.image.tag image tag (immutable tags are recommended)
## @param cas.image.digest image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param cas.image.pullPolicy image pull policy
## @param cas.image.pullSecrets image pull secrets
Expand Down Expand Up @@ -1674,7 +1674,7 @@ dex:
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
## @param dex.image.registry [default: REGISTRY_NAME] Dex image registry
## @param dex.image.repository [default: REPOSITORY_NAME/dex] Dex image repository
## @param dex.image.tag Dex image tag (immutable tags are recommended)
## @skip dex.image.tag Dex image tag (immutable tags are recommended)
## @param dex.image.pullPolicy Dex image pull policy
## @param dex.image.pullSecrets Dex image pull secrets
## @param dex.image.debug Enable Dex image debug mode
Expand Down

0 comments on commit ff7d98e

Please sign in to comment.