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

chore(release): 3.2.3 [skip ci]

parent 3e548fc4
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.3](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.2...3.2.3) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([3e548fc](https://gitlab.com/to-be-continuous/helmfile/commit/3e548fc4f240045d8a0216d41a4ef43e5beaf6b5))

## [3.2.2](https://gitlab.com/to-be-continuous/helmfile/compare/3.2.1...3.2.2) (2024-04-02)


+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/helmfile/gitlab-ci-helmfile@3.2.2
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.3
    # 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/helmfile'
    ref: '3.2.2'
    ref: '3.2.3'
    file: '/templates/gitlab-ci-helmfile.yml'

variables:
@@ -423,9 +423,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.2
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.3
  # Vault variant
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.2
  - component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"