diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c63447eccd2785ff648e99371c4d7b600a7f75..db084ce5d052835fb63161b1aae669258d3646c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://gitlab.com/to-be-continuous/helm/compare/2.2.0...2.3.0) (2022-05-01) + + +### Features + +* configurable tracking image ([27d3406](https://gitlab.com/to-be-continuous/helm/commit/27d3406688e96edd7fd35070e559df29b565fbf3)) + # [2.2.0](https://gitlab.com/to-be-continuous/helm/compare/2.1.0...2.2.0) (2022-03-29) diff --git a/README.md b/README.md index c00020b5e4a5b7c1af108deb849ee2695e562ed2..39e0a2b1c08d090bf10077f2551db4d0ec309265 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: 'to-be-continuous/helm' - ref: '2.2.0' + ref: '2.3.0' file: '/templates/gitlab-ci-helm.yml' ``` @@ -351,11 +351,11 @@ With: include: # main template - project: 'to-be-continuous/helm' - ref: '2.2.0' + ref: '2.3.0' file: '/templates/gitlab-ci-helm.yml' # Vault variant - project: 'to-be-continuous/helm' - ref: '2.2.0' + ref: '2.3.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 c00c1cf851210bc72f42c3b7fe2ffbba34420c36..62c89f1936d92f2fc2ce9618d58abd9a19dee7c9 100644 --- a/templates/gitlab-ci-helm-vault.yml +++ b/templates/gitlab-ci-helm-vault.yml @@ -9,6 +9,6 @@ variables: .helm-base: services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "helm", "2.2.0" ] + command: ["--service", "helm", "2.3.0" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml index 2767681dc9e3b8f646def5706fca1e14175cc956..cba42a4f07ed5673749f8139d31326dd3bf4530c 100644 --- a/templates/gitlab-ci-helm.yml +++ b/templates/gitlab-ci-helm.yml @@ -477,7 +477,7 @@ stages: entrypoint: [""] services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "helm", "2.2.0" ] + command: ["--service", "helm", "2.3.0" ] before_script: - *helm-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"