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

chore(release): 3.3.2 [skip ci]

## [3.3.2](https://gitlab.com/to-be-continuous/helm/compare/3.3.1...3.3.2) (2022-12-18)

### Bug Fixes

* rename Helm value environment_type to environmentType (complies to naming conventions) ([2d8c9222](https://gitlab.com/to-be-continuous/helm/commit/2d8c92224f38feb4253b508e73cdb40077cd657c))
parent 2d8c9222
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.3.2](https://gitlab.com/to-be-continuous/helm/compare/3.3.1...3.3.2) (2022-12-18)


### Bug Fixes

* rename Helm value environment_type to environmentType (complies to naming conventions) ([2d8c922](https://gitlab.com/to-be-continuous/helm/commit/2d8c92224f38feb4253b508e73cdb40077cd657c))

## [3.3.1](https://gitlab.com/to-be-continuous/helm/compare/3.3.0...3.3.1) (2022-12-17)


+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/helm'
    ref: '3.3.1'
    ref: '3.3.2'
    file: '/templates/gitlab-ci-helm.yml'
```

@@ -394,11 +394,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '3.3.1'
    ref: '3.3.2'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '3.3.1'
    ref: '3.3.2'
    file: '/templates/gitlab-ci-helm-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "3.3.1" ]
      command: ["--service", "helm", "3.3.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "3.3.1" ]
      command: ["--service", "helm", "3.3.2" ]
  before_script:
    - *helm-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"