Skip to content
Snippets Groups Projects
Commit 61900bb8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.0 [skip ci]

parent 23357c58
No related branches found
No related tags found
No related merge requests found
# [3.2.0](https://gitlab.com/to-be-continuous/helm/compare/3.1.0...3.2.0) (2022-12-13)
### Features
* **vault:** configurable Vault Secrets Provider image ([23357c5](https://gitlab.com/to-be-continuous/helm/commit/23357c584d18f2480cae9cdf34543f6e6319a417))
# [3.1.0](https://gitlab.com/to-be-continuous/helm/compare/3.0.1...3.1.0) (2022-11-26)
......
......@@ -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: '3.1.0'
ref: '3.2.0'
file: '/templates/gitlab-ci-helm.yml'
```
......@@ -352,11 +352,11 @@ With:
include:
# main template
- project: 'to-be-continuous/helm'
ref: '3.1.0'
ref: '3.2.0'
file: '/templates/gitlab-ci-helm.yml'
# Vault variant
- project: 'to-be-continuous/helm'
ref: '3.1.0'
ref: '3.2.0'
file: '/templates/gitlab-ci-helm-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.helm-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "3.1.0" ]
command: ["--service", "helm", "3.2.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -497,7 +497,7 @@ stages:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "3.1.0" ]
command: ["--service", "helm", "3.2.0" ]
before_script:
- *helm-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment