Skip to content

Commit

Permalink
bump traefik chart to v25.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Nov 2, 2023
1 parent fd95bc3 commit 84e63c3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 deletions.
15 changes: 0 additions & 15 deletions packages/traefik/generated-changes/patch/Chart.yaml.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- charts-original/templates/_helpers.tpl
+++ charts/templates/_helpers.tpl
@@ -121,3 +121,11 @@
{{- tpl (.value | toYaml) .context }}
{{- end }}
@@ -129,3 +129,11 @@
{{ (split "@" (default $.Chart.AppVersion $.Values.image.tag))._0 }}
{{- end -}}

+
+{{- define "system_default_registry" -}}
+{{- if .Values.global.systemDefaultRegistry -}}
Expand All @@ -12,3 +12,4 @@
+{{- "" -}}
+{{- end -}}
+{{- end -}}
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- charts-original/templates/_podtemplate.tpl
+++ charts/templates/_podtemplate.tpl
@@ -35,7 +35,7 @@
@@ -50,7 +50,7 @@
shareProcessNamespace: true
{{- end }}
containers:
Expand Down
18 changes: 10 additions & 8 deletions packages/traefik/generated-changes/patch/values.yaml.patch
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,8 +1,8 @@
# Default values for Traefik
image:
@@ -3,9 +3,9 @@
# -- Traefik image host registry
registry: docker.io
# -- Traefik image repository
- repository: traefik
+ repository: rancher/mirrored-library-traefik
# defaults to appVersion
# -- defaults to appVersion
- tag: ""
+ tag: "2.9.10"
+ tag: "v2.10.5"
# -- Traefik image pull policy
pullPolicy: IfNotPresent

@@ -945,3 +945,7 @@
#
@@ -869,3 +869,6 @@
#
## This will override the default app.kubernetes.io/instance label for all Objects.
## -- This will override the default app.kubernetes.io/instance label for all Objects.
# instanceLabelOverride: traefik
+
+#
+global:
+ systemDefaultRegistry: ""
2 changes: 1 addition & 1 deletion packages/traefik/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://traefik.github.io/charts/traefik/traefik-21.2.0.tgz
url: https://traefik.github.io/charts/traefik/traefik-25.0.0.tgz
packageVersion: 1
additionalCharts:
- workingDir: charts-crd
Expand Down
4 changes: 2 additions & 2 deletions packages/traefik/templates/crd-template/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
version: 21.2.0
appVersion: v2.9.10
version: 25.0.0
appVersion: v2.10.0
description: Installs the CRDs for traefik
name: traefik-crd
type: application
Expand Down

0 comments on commit 84e63c3

Please sign in to comment.