diff --git a/README.md b/README.md index 5ebc01e412288257fe522f6faa6fbbbce0b7fd39..6fa52cd0b4cb1f2f511db02ae58263cfa1ba7315 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ In order to be able to communicate with the Vault server, the variant requires t | Name | Description | Default value | | ----------------- | -------------------------------------- | ----------------- | -| `TBC_VAULT_IMAGE` | The [Vault Secrets Provider](https://gitlab.com/to-be-continuous/tools/vault-secrets-provider) image to use (can be overridden) | `$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master` | +| `TBC_VAULT_IMAGE` | The [Vault Secrets Provider](https://gitlab.com/to-be-continuous/tools/vault-secrets-provider) image to use (can be overridden) | `registry.gitlab.com/to-be-continuous/tools/vault-secrets-provider:master` | | `VAULT_BASE_URL` | The Vault server base API url | _none_ | | `VAULT_OIDC_AUD` | The `aud` claim for the JWT | `$CI_SERVER_URL` | | :lock: `VAULT_ROLE_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID | **must be defined** | diff --git a/kicker.json b/kicker.json index f12a9973308e994cf7a6e47c7f1a3a5c9274de39..be97055bc01e6f3427f0cdb6b47b2a6d4fa891da 100644 --- a/kicker.json +++ b/kicker.json @@ -129,7 +129,7 @@ { "name": "TBC_VAULT_IMAGE", "description": "The [Vault Secrets Provider](https://gitlab.com/to-be-continuous/tools/vault-secrets-provider) image to use", - "default": "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master", + "default": "registry.gitlab.com/to-be-continuous/tools/vault-secrets-provider:master", "advanced": true }, { diff --git a/templates/gitlab-ci-semrel-vault.yml b/templates/gitlab-ci-semrel-vault.yml index 53f26736ae3e8fde6f66f639d3e055a1a2a08726..5c5c7397f4960b71b9f9ebacbcc041fdc6e6e1ec 100644 --- a/templates/gitlab-ci-semrel-vault.yml +++ b/templates/gitlab-ci-semrel-vault.yml @@ -3,7 +3,7 @@ # ===================================================================================================================== variables: # variabilized vault-secrets-provider image - TBC_VAULT_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" + TBC_VAULT_IMAGE: "registry.gitlab.com/to-be-continuous/tools/vault-secrets-provider:master" # variables have to be explicitly declared in the YAML to be exported to the service VAULT_ROLE_ID: "$VAULT_ROLE_ID" VAULT_SECRET_ID: "$VAULT_SECRET_ID" diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml index 3192bc1f381645223d81c1991e67ec59ebec0381..1e69d998b6224fc627c006d0452c68fcddd1769b 100644 --- a/templates/gitlab-ci-semrel.yml +++ b/templates/gitlab-ci-semrel.yml @@ -37,7 +37,7 @@ workflow: variables: # variabilized tracking image - TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" + TBC_TRACKING_IMAGE: "registry.gitlab.com/to-be-continuous/tools/tracking:master" # Default Docker image (use a public image - can be overridden) SEMREL_IMAGE: "registry.hub.docker.com/library/node:latest"