Skip to content
Snippets Groups Projects
Commit 457dfe9f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7294a75a
No related branches found
No related tags found
No related merge requests found
## [3.3.1](https://gitlab.com/to-be-continuous/helm/compare/3.3.0...3.3.1) (2022-12-17)
### Bug Fixes
* hanging awk script ([7294a75](https://gitlab.com/to-be-continuous/helm/commit/7294a75a45147a7842290bdb666e09b765cd2712))
# [3.3.0](https://gitlab.com/to-be-continuous/helm/compare/3.2.0...3.3.0) (2022-12-17) # [3.3.0](https://gitlab.com/to-be-continuous/helm/compare/3.2.0...3.3.0) (2022-12-17)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '3.3.0' ref: '3.3.1'
file: '/templates/gitlab-ci-helm.yml' file: '/templates/gitlab-ci-helm.yml'
``` ```
...@@ -394,11 +394,11 @@ With: ...@@ -394,11 +394,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '3.3.0' ref: '3.3.1'
file: '/templates/gitlab-ci-helm.yml' file: '/templates/gitlab-ci-helm.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/helm' - project: 'to-be-continuous/helm'
ref: '3.3.0' ref: '3.3.1'
file: '/templates/gitlab-ci-helm-vault.yml' file: '/templates/gitlab-ci-helm-vault.yml'
variables: variables:
......
...@@ -11,6 +11,6 @@ variables: ...@@ -11,6 +11,6 @@ variables:
.helm-base: .helm-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "3.3.0" ] command: ["--service", "helm", "3.3.1" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
...@@ -575,7 +575,7 @@ stages: ...@@ -575,7 +575,7 @@ stages:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "3.3.0" ] command: ["--service", "helm", "3.3.1" ]
before_script: before_script:
- *helm-scripts - *helm-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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