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

chore(release): 7.2.5 [skip ci]

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

### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([d1200aa9](https://gitlab.com/to-be-continuous/helm/commit/d1200aa93922a2ddd7a10923b4f3185be1b53ebc))
parent d1200aa9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.2.5](https://gitlab.com/to-be-continuous/helm/compare/7.2.4...7.2.5) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([d1200aa](https://gitlab.com/to-be-continuous/helm/commit/d1200aa93922a2ddd7a10923b4f3185be1b53ebc))

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


+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.4
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.5
    # 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.4'
    ref: '7.2.5'
    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.4
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.5
  # Vault variant
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.4
  - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.5
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"