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

chore(release): 6.1.0 [skip ci]

parent f6eb8b06
No related branches found
No related tags found
No related merge requests found
# [6.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/6.0.2...6.1.0) (2023-12-8)
### Features
* use centralized service images (gitlab.com) ([687e5c7](https://gitlab.com/to-be-continuous/kubernetes/commit/687e5c76e905057b072b3f4b3ed74dfa78a1936e))
## [6.0.2](https://gitlab.com/to-be-continuous/kubernetes/compare/6.0.1...6.0.2) (2023-12-2)
......
......@@ -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.2'
ref: '6.1.0'
file: '/templates/gitlab-ci-k8s.yml'
```
......@@ -491,11 +491,11 @@ With:
include:
# main template
- project: 'to-be-continuous/kubernetes'
ref: '6.0.2'
ref: '6.1.0'
file: '/templates/gitlab-ci-k8s.yml'
# Vault variant
- project: 'to-be-continuous/kubernetes'
ref: '6.0.2'
ref: '6.1.0'
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.2" ]
command: ["--service", "--port", "8082", "kubernetes", "6.1.0" ]
- 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.2" ]
command: ["--service", "kubernetes", "6.1.0" ]
before_script:
- !reference [.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