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

chore(release): 7.2.6 [skip ci]

## [7.2.6](https://gitlab.com/to-be-continuous/helm/compare/7.2.5...7.2.6) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f074b614](https://gitlab.com/to-be-continuous/helm/commit/f074b6140f9dc0dfc837661200a695a824338dbe))
parent f074b614
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.2.6](https://gitlab.com/to-be-continuous/helm/compare/7.2.5...7.2.6) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f074b61](https://gitlab.com/to-be-continuous/helm/commit/f074b6140f9dc0dfc837661200a695a824338dbe))

## [7.2.5](https://gitlab.com/to-be-continuous/helm/compare/7.2.4...7.2.5) (2024-04-03)


+4 −4
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.5
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.6
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/helm'
    ref: '7.2.5'
    ref: '7.2.6'
    file: '/templates/gitlab-ci-helm.yml'

variables:
@@ -534,9 +534,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.5
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.6
  # Vault variant
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.5
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.6
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "7.2.5"]
      command: ["--service", "helm", "7.2.6"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "7.2.5"]
      command: ["--service", "helm", "7.2.6"]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm