-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chart)!: major update of dependencies on traefik chart (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f05b68c
commit 1181b22
Showing
5 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
:traefik-chart-version: 20.8.0 | ||
:traefik-chart-version: 24.0.0 | ||
|
||
// BEGIN_TF_DOCS | ||
=== Requirements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: traefik | ||
repository: https://helm.traefik.io/traefik | ||
version: 20.8.0 | ||
digest: sha256:2c9820ff37a38c91176d188e46bf46155aa934c69b5d4fda3c07ddf3e5e8375b | ||
generated: "2023-01-27T14:47:11.557088139+01:00" | ||
version: 24.0.0 | ||
digest: sha256:fc83963e7b786bd51fec348f226a3af60deea524c025998b0b1b23c77e2acb7e | ||
generated: "2023-08-18T07:06:04.490838962Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
apiVersion: "v2" | ||
name: "traefik" | ||
version: "0" | ||
apiVersion: v2 | ||
dependencies: | ||
- name: traefik | ||
repository: https://helm.traefik.io/traefik | ||
version: 24.0.0 | ||
description: | | ||
This chart installs Traefik and configures it as the default Kubernetes cluster Ingress Controller. | ||
dependencies: | ||
- name: "traefik" | ||
version: "20.8.0" | ||
repository: "https://helm.traefik.io/traefik" | ||
name: traefik | ||
version: "0" |
Binary file not shown.
Binary file not shown.