Commit 256717e7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent af35c689
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.0.1](https://gitlab.com/to-be-continuous/helm/compare/7.0.0...7.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([af35c68](https://gitlab.com/to-be-continuous/helm/commit/af35c6893cb891cb15aa67294dcdd2a04469a002))

# [7.0.0](https://gitlab.com/to-be-continuous/helm/compare/6.1.1...7.0.0) (2023-09-26)


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

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

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