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

chore(release): 5.3.1 [skip ci]

parent 5391e609
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.3.1](https://gitlab.com/to-be-continuous/helm/compare/5.3.0...5.3.1) (2023-08-10)


### Bug Fixes

* use HELM_KUBECONTEXT to set kube context ([010b8c6](https://gitlab.com/to-be-continuous/helm/commit/010b8c6f4d00add2819b8454d53240d0d72eb46c))

# [5.3.0](https://gitlab.com/to-be-continuous/helm/compare/5.2.0...5.3.0) (2023-06-12)


+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: '5.3.0'
    ref: '5.3.1'
    file: '/templates/gitlab-ci-helm.yml'
```

@@ -498,11 +498,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '5.3.0'
    ref: '5.3.1'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '5.3.0'
    ref: '5.3.1'
    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", "5.3.0" ]
      command: ["--service", "helm", "5.3.1" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -739,7 +739,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "5.3.0" ]
      command: ["--service", "helm", "5.3.1" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm