Skip to content

Commit

Permalink
feat: Bump traefik to 23.2.0 (#1444)
Browse files Browse the repository at this point in the history
* chore: Update traefik 23.1.0 => 23.2.0

* chore: Move traefik/23.1.0 => 23.2.0

* feat(licenses): Bump traefik image

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
Co-authored-by: Grace Do <xgrace@gmail.com>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 9134ecf commit 70182c9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kubernetes-sigs/dashboard-metrics-scraper
- container_image: docker.io/library/traefik:v2.10.1
- container_image: docker.io/library/traefik:v2.10.4
sources:
- license_path: LICENSE.md
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: traefik-23.1.0-d2iq-defaults
name: traefik-23.2.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: helm.traefik.io-traefik
namespace: kommander-flux
version: 23.1.0
version: 23.2.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: kommander-traefik
valuesFrom:
- kind: ConfigMap
name: traefik-23.1.0-d2iq-defaults
name: traefik-23.2.0-d2iq-defaults
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 70182c9

Please sign in to comment.