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

chore(release): 7.1.0 [skip ci]

parent 2f8ea1a2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [7.1.0](https://gitlab.com/to-be-continuous/helm/compare/7.0.2...7.1.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([c0413d2](https://gitlab.com/to-be-continuous/helm/commit/c0413d2b5e9bdb73a8e73e12452cfcdad5292dce))

## [7.0.2](https://gitlab.com/to-be-continuous/helm/compare/7.0.1...7.0.2) (2023-12-2)


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

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