diff --git a/README.md b/README.md index e7e1fc35583d9baa8acca49f95a20cd678d76394..2d69cff2f822767c924eb15b1b8b4e2013fda510 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'Orange-OpenSource/tbc/helm' - ref: '1.1.1' + ref: '1.2.0' file: '/templates/gitlab-ci-helm.yml' ``` @@ -306,11 +306,11 @@ With: include: # main template - project: 'Orange-OpenSource/tbc/helm' - ref: '1.1.1' + ref: '1.2.0' file: '/templates/gitlab-ci-helm.yml' # Vault variant - project: 'Orange-OpenSource/tbc/helm' - ref: '1.1.1' + ref: '1.2.0' file: '/templates/gitlab-ci-helm-vault.yml' variables: diff --git a/templates/gitlab-ci-helm-vault.yml b/templates/gitlab-ci-helm-vault.yml index e9a766d1725d59b1e82e0ba1623f7b927aae38c1..81c5917bec5fe3caa7516ccea25453a0e6652f10 100644 --- a/templates/gitlab-ci-helm-vault.yml +++ b/templates/gitlab-ci-helm-vault.yml @@ -9,6 +9,6 @@ variables: .helm-base: services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "helm", "1.1.1" ] + command: ["--service", "helm", "1.2.0" ] - name: "$CI_REGISTRY/orange-opensource/tbc/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml index 4a94e2566b9fbd99cb5d604e77eb7d0f7286491a..596f64f49786080aa7c223d89f9f2e678ed8389d 100644 --- a/templates/gitlab-ci-helm.yml +++ b/templates/gitlab-ci-helm.yml @@ -452,7 +452,7 @@ stages: fi } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update helm "1.1.1"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update helm "1.2.0"; fi unscope_variables eval_all_secrets @@ -466,7 +466,7 @@ stages: entrypoint: [""] services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "helm", "1.1.1" ] + command: ["--service", "helm", "1.2.0" ] before_script: - *helm-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"