Commit c3fc6bcf authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9b5f59c0
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.0.2](https://gitlab.com/to-be-continuous/helmfile/compare/3.0.1...3.0.2) (2023-11-06)


### Bug Fixes

* **context:** use KUBE_CONTEXT when present ([9b5f59c](https://gitlab.com/to-be-continuous/helmfile/commit/9b5f59c0b4c4cf49b7b2fef5fb1187e908303e9b)), closes [#5](https://gitlab.com/to-be-continuous/helmfile/issues/5)

## [3.0.1](https://gitlab.com/to-be-continuous/helmfile/compare/3.0.0...3.0.1) (2023-10-16)


+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/helmfile'
    ref: '3.0.1'
    ref: '3.0.2'
    file: '/templates/gitlab-ci-helmfile.yml'
```

@@ -393,11 +393,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helmfile'
    ref: '3.0.1'
    ref: '3.0.2'
    file: '/templates/gitlab-ci-helmfile.yml'
  # Vault variant
  - project: 'to-be-continuous/helmfile'
    ref: '3.0.1'
    ref: '3.0.2'
    file: '/templates/gitlab-ci-helmfile-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.helmfile-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "3.0.1" ]
      command: ["--service", "helmfile", "3.0.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "3.0.1" ]
      command: ["--service", "helmfile", "3.0.2" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm