Skip to content
Snippets Groups Projects
Commit 382c4c45 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.0.2 [skip ci]

parent 33469c8c
No related branches found
No related tags found
No related merge requests found
## [6.0.2](https://gitlab.com/to-be-continuous/kubernetes/compare/6.0.1...6.0.2) (2023-12-2)
### Bug Fixes
* envsubst when variable contains a '&' ([33469c8](https://gitlab.com/to-be-continuous/kubernetes/commit/33469c8c1d37713bf41eb9bfceb23366aa135744))
## [6.0.1](https://gitlab.com/to-be-continuous/kubernetes/compare/6.0.0...6.0.1) (2023-10-16)
......
......@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/kubernetes'
ref: '6.0.1'
ref: '6.0.2'
file: '/templates/gitlab-ci-k8s.yml'
```
......@@ -491,11 +491,11 @@ With:
include:
# main template
- project: 'to-be-continuous/kubernetes'
ref: '6.0.1'
ref: '6.0.2'
file: '/templates/gitlab-ci-k8s.yml'
# Vault variant
- project: 'to-be-continuous/kubernetes'
ref: '6.0.1'
ref: '6.0.2'
file: '/templates/gitlab-ci-k8s-vault.yml'
variables:
......
......@@ -12,7 +12,7 @@ variables:
.k8s-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "--port", "8082", "kubernetes", "6.0.1" ]
command: ["--service", "--port", "8082", "kubernetes", "6.0.2" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
......
......@@ -642,7 +642,7 @@ stages:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "kubernetes", "6.0.1" ]
command: ["--service", "kubernetes", "6.0.2" ]
before_script:
- *k8s-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment