Skip to content

Commit

Permalink
⬆️Update Traefik to v2.9.5 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Nov 24, 2022
1 parent 65e15fc commit 31591c7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
8 changes: 8 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 20.5.2 ![AppVersion: v2.9.5](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.5&color=success&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2022-11-23

* ⬆️i Update Traefik appVersion to 2.9.5
* 🐛 Use static appVersion for testing container config


## 20.5.1 ![AppVersion: v2.9.4](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.4&color=success&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2022-11-23
Expand Down
7 changes: 4 additions & 3 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 20.5.1
appVersion: v2.9.4
version: 20.5.2
appVersion: v2.9.5
keywords:
- traefik
- ingress
Expand All @@ -25,4 +25,5 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- 🐛 Fix namespaceSelector on ServiceMonitor
- ⬆️i Update Traefik appVersion to 2.9.5
- 🐛 Use static appVersion for testing container config
10 changes: 6 additions & 4 deletions traefik/tests/container-config_test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
suite: Main Container configuration
templates:
- deployment.yaml
chart:
appVersion: v2.0.0
tests:
- it: should have the default Docker image when no value is specified
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: traefik:v2.9.4
value: traefik:v2.0.0
- it: should change image when image.tag value is specified
set:
image:
Expand All @@ -22,7 +24,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: traefik/traefik:v2.9.4
value: traefik/traefik:v2.0.0

- it: should have no resource limit by default
asserts:
Expand Down Expand Up @@ -179,7 +181,7 @@ tests:
asserts:
- isSubset:
path: spec.selector
content:
content:
matchLabels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: RELEASE-NAME-NAMESPACE
Expand All @@ -189,7 +191,7 @@ tests:
asserts:
- isSubset:
path: spec.selector
content:
content:
matchLabels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik

0 comments on commit 31591c7

Please sign in to comment.