Commit 81a5eb06 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.1.6 [skip ci]

## [4.1.6](https://gitlab.com/to-be-continuous/helm/compare/4.1.5...4.1.6) (2023-03-11)

### Bug Fixes

* **KUBECONFIG:** select to given KUBE_CONTEXT if provided ([1b122e1f](https://gitlab.com/to-be-continuous/helm/commit/1b122e1f775f6c2832db8d750850aba5cef435c8))
parent 86c1f776
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.1.6](https://gitlab.com/to-be-continuous/helm/compare/4.1.5...4.1.6) (2023-03-11)


### Bug Fixes

* **KUBECONFIG:** select to given KUBE_CONTEXT if provided ([1b122e1](https://gitlab.com/to-be-continuous/helm/commit/1b122e1f775f6c2832db8d750850aba5cef435c8))

## [4.1.5](https://gitlab.com/to-be-continuous/helm/compare/4.1.4...4.1.5) (2023-02-13)


+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,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.1.5'
    ref: '4.1.6'
    file: '/templates/gitlab-ci-helm.yml'
```

@@ -471,11 +471,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '4.1.5'
    ref: '4.1.6'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '4.1.5'
    ref: '4.1.6'
    file: '/templates/gitlab-ci-helm-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "4.1.5" ]
      command: ["--service", "helm", "4.1.6" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -714,7 +714,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "4.1.5" ]
      command: ["--service", "helm", "4.1.6" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm