From ff7d98e194a60d0acdfe808a505ca98123a2a59b Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Wed, 7 Aug 2024 18:10:31 +0200 Subject: [PATCH] skip .tag params Signed-off-by: Javier Rodriguez --- bitnami/chainloop/README.md | 4 ---- bitnami/chainloop/values.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bitnami/chainloop/README.md b/bitnami/chainloop/README.md index 3b83a404336d82..27ef4a4db2211d 100644 --- a/bitnami/chainloop/README.md +++ b/bitnami/chainloop/README.md @@ -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 | `[]` | @@ -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 | `[]` | @@ -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` | diff --git a/bitnami/chainloop/values.yaml b/bitnami/chainloop/values.yaml index 78788132e0a04a..6ceb6fd309c70f 100644 --- a/bitnami/chainloop/values.yaml +++ b/bitnami/chainloop/values.yaml @@ -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 @@ -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 @@ -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