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

chore(release): 4.0.1 [skip ci]

## [4.0.1](https://gitlab.com/to-be-continuous/helm/compare/4.0.0...4.0.1) (2023-01-13)

### Bug Fixes

* **deploy:** deploy packaged chart instead of chart file (required for chart with dependencies) ([32356cc3](https://gitlab.com/to-be-continuous/helm/commit/32356cc3877a6b8d3e7a46aab8610b4fb3ea41db))
parent b1289245
Branches
Tags 4.0 4.0.1
No related merge requests found
## [4.0.1](https://gitlab.com/to-be-continuous/helm/compare/4.0.0...4.0.1) (2023-01-13)
### Bug Fixes
* **deploy:** deploy packaged chart instead of chart file (required for chart with dependencies) ([32356cc](https://gitlab.com/to-be-continuous/helm/commit/32356cc3877a6b8d3e7a46aab8610b4fb3ea41db))
# [4.0.0](https://gitlab.com/to-be-continuous/helm/compare/3.3.2...4.0.0) (2023-01-11)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/helm'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-helm.yml'
```
......@@ -456,11 +456,11 @@ With:
include:
# main template
- project: 'to-be-continuous/helm'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-helm.yml'
# Vault variant
- project: 'to-be-continuous/helm'
ref: '4.0.0'
ref: '4.0.1'
file: '/templates/gitlab-ci-helm-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.helm-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "4.0.0" ]
command: ["--service", "helm", "4.0.1" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -694,7 +694,7 @@ stages:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "helm", "4.0.0" ]
command: ["--service", "helm", "4.0.1" ]
variables:
HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment