Skip to content
Snippets Groups Projects
Commit 0312b003 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent f7de2bfc
Branches
Tags 3.2.0
No related merge requests found
# [3.2.0](https://gitlab.com/to-be-continuous/helmfile/compare/3.1.1...3.2.0) (2024-1-27)
### Features
* migrate to CI/CD component ([16a24fb](https://gitlab.com/to-be-continuous/helmfile/commit/16a24fb9b09e8ccd58bb9ee9a4e9b0e6a026d347))
## [3.1.1](https://gitlab.com/to-be-continuous/helmfile/compare/3.1.0...3.1.1) (2023-12-17)
......
......@@ -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.1.1
- component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.0
# 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.1.1'
ref: '3.2.0'
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.1.1
- component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile@3.2.0
# Vault variant
- component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.1.1
- component: gitlab.com/to-be-continuous/helmfile/gitlab-ci-helmfile-vault@3.2.0
inputs:
# audience claim for JWT
vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment