Skip to content
Snippets Groups Projects
Commit 42876cf5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9c60c908
No related branches found
No related tags found
No related merge requests found
# [5.2.0](https://gitlab.com/to-be-continuous/kubernetes/compare/5.1.0...5.2.0) (2023-09-23)
### Features
* add $k8s_namespace ctx variables ([029fb9c](https://gitlab.com/to-be-continuous/kubernetes/commit/029fb9cbca23c0e678ac9bca84e115c28e18879f))
# [5.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/5.0.0...5.1.0) (2023-09-02) # [5.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/5.0.0...5.1.0) (2023-09-02)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '5.1.0' ref: '5.2.0'
file: '/templates/gitlab-ci-k8s.yml' file: '/templates/gitlab-ci-k8s.yml'
``` ```
...@@ -490,11 +490,11 @@ With: ...@@ -490,11 +490,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '5.1.0' ref: '5.2.0'
file: '/templates/gitlab-ci-k8s.yml' file: '/templates/gitlab-ci-k8s.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/kubernetes' - project: 'to-be-continuous/kubernetes'
ref: '5.1.0' ref: '5.2.0'
file: '/templates/gitlab-ci-k8s-vault.yml' file: '/templates/gitlab-ci-k8s-vault.yml'
variables: variables:
......
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
.k8s-base: .k8s-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "--port", "8082", "kubernetes", "5.1.0" ] command: ["--service", "--port", "8082", "kubernetes", "5.2.0" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -631,7 +631,7 @@ stages: ...@@ -631,7 +631,7 @@ stages:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "kubernetes", "5.1.0" ] command: ["--service", "kubernetes", "5.2.0" ]
before_script: before_script:
- *k8s-scripts - *k8s-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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