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

chore(release): 3.3.2 [skip ci]

parent cbb63e06
Branches
Tags 3.3.2
No related merge requests found
## [3.3.2](https://gitlab.com/to-be-continuous/kubernetes/compare/3.3.1...3.3.2) (2023-01-05)
### Bug Fixes
* use zegl/kube-score:latest by default ([2cb02bd](https://gitlab.com/to-be-continuous/kubernetes/commit/2cb02bd435419bc1624252a2dffb699f826a542b))
## [3.3.1](https://gitlab.com/to-be-continuous/kubernetes/compare/3.3.0...3.3.1) (2022-12-17)
......
......@@ -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/kubernetes'
ref: '3.3.1'
ref: '3.3.2'
file: '/templates/gitlab-ci-k8s.yml'
```
......@@ -482,11 +482,11 @@ With:
include:
# main template
- project: 'to-be-continuous/kubernetes'
ref: '3.3.1'
ref: '3.3.2'
file: '/templates/gitlab-ci-k8s.yml'
# Vault variant
- project: 'to-be-continuous/kubernetes'
ref: '3.3.1'
ref: '3.3.2'
file: '/templates/gitlab-ci-k8s-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.k8s-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "--port", "8082", "kubernetes", "3.3.1" ]
command: ["--service", "--port", "8082", "kubernetes", "3.3.2" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -591,7 +591,7 @@ stages:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "kubernetes", "3.3.1" ]
command: ["--service", "kubernetes", "3.3.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