mirror of https://git.rancher.io/rke2-charts
Bump traefik to 27.0.2
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/528/head
parent
91bb126433
commit
d34dfbe0b2
|
@ -1,17 +1,20 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -11,6 +11,7 @@
|
@@ -1,8 +1,7 @@
|
||||||
update traefik docker tag to v2.10.5\"\n- \"chore(deps): update docker.io/helmunittest/helm-unittest
|
annotations:
|
||||||
docker tag to v3.12.3\"\n- \"chore(ci): \U0001F527 \U0001F477 add e2e test when
|
- artifacthub.io/changes: |
|
||||||
releasing\"\n"
|
- - "feat: ✨ update Traefik Proxy to v2.11.2"
|
||||||
+ fleet.cattle.io/bundle-id: rke2
|
+ fleet.cattle.io/bundle-id: rke2
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.10.5
|
-appVersion: v2.11.2
|
||||||
|
+appVersion: v2.11.10
|
||||||
description: A Traefik based Kubernetes ingress controller
|
description: A Traefik based Kubernetes ingress controller
|
||||||
@@ -32,7 +33,7 @@
|
home: https://traefik.io/
|
||||||
name: mloiseleur
|
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
||||||
- email: charlie.haley@traefik.io
|
@@ -19,7 +18,7 @@
|
||||||
name: charlie-haley
|
- email: remi.buisson@traefik.io
|
||||||
|
name: darkweaver87
|
||||||
|
- name: jnoordsij
|
||||||
-name: traefik
|
-name: traefik
|
||||||
+name: rke2-traefik
|
+name: rke2-traefik
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- charts-original/templates/_podtemplate.tpl
|
--- charts-original/templates/_podtemplate.tpl
|
||||||
+++ charts/templates/_podtemplate.tpl
|
+++ charts/templates/_podtemplate.tpl
|
||||||
@@ -50,7 +50,7 @@
|
@@ -53,7 +53,7 @@
|
||||||
shareProcessNamespace: true
|
runtimeClassName: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- - image: {{ template "traefik.image-name" . }}
|
- - image: {{ template "traefik.image-name" . }}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# -- Number of pods of the deployment (only applies when kind == Deployment)
|
# -- Number of pods of the deployment (only applies when kind == Deployment)
|
||||||
replicas: 1
|
replicas: 1
|
||||||
# -- Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10)
|
# -- Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10)
|
||||||
@@ -111,8 +109,8 @@
|
@@ -117,8 +115,8 @@
|
||||||
# -- Create a default IngressClass for Traefik
|
# -- Create a default IngressClass for Traefik
|
||||||
ingressClass:
|
ingressClass:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
# Traefik experimental features
|
# Traefik experimental features
|
||||||
experimental:
|
experimental:
|
||||||
@@ -180,8 +178,8 @@
|
@@ -188,8 +186,8 @@
|
||||||
# -- Customize updateStrategy: RollingUpdate or OnDelete
|
# -- Customize updateStrategy: RollingUpdate or OnDelete
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
# -- The number of consecutive failures allowed before considering the probe as failed.
|
# -- The number of consecutive failures allowed before considering the probe as failed.
|
||||||
@@ -227,6 +225,8 @@
|
@@ -246,6 +244,8 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
# -- Allows to reference ExternalName services in Ingress
|
# -- Allows to reference ExternalName services in Ingress
|
||||||
allowExternalNameServices: false
|
allowExternalNameServices: false
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
# -- Allows to return 503 when there is no endpoints available
|
# -- Allows to return 503 when there is no endpoints available
|
||||||
allowEmptyServices: false
|
allowEmptyServices: false
|
||||||
# ingressClass: traefik-internal
|
# ingressClass: traefik-internal
|
||||||
@@ -236,7 +236,7 @@
|
@@ -258,7 +258,7 @@
|
||||||
# - "default"
|
disableIngressClassLookup: false
|
||||||
# IP used for Kubernetes Ingress endpoints
|
# IP used for Kubernetes Ingress endpoints
|
||||||
publishedService:
|
publishedService:
|
||||||
- enabled: false
|
- enabled: false
|
||||||
|
@ -63,25 +63,25 @@
|
||||||
# Published Kubernetes Service to copy status from. Format: namespace/servicename
|
# Published Kubernetes Service to copy status from. Format: namespace/servicename
|
||||||
# By default this Traefik service
|
# By default this Traefik service
|
||||||
# pathOverride: ""
|
# pathOverride: ""
|
||||||
@@ -602,7 +602,7 @@
|
@@ -642,7 +642,7 @@
|
||||||
## -- Enable this entrypoint as a default entrypoint. When a service doesn't explicitly set an entrypoint it will only use this entrypoint.
|
## -- Enable this entrypoint as a default entrypoint. When a service doesn't explicitly set an entrypoint it will only use this entrypoint.
|
||||||
# asDefault: true
|
# asDefault: true
|
||||||
port: 8000
|
port: 8000
|
||||||
- # hostPort: 8000
|
- # hostPort: 8000
|
||||||
+ hostPort: 80
|
+ hostPort: 80
|
||||||
# containerPort: 8000
|
# containerPort: 8000
|
||||||
expose: true
|
expose:
|
||||||
exposedPort: 80
|
default: true
|
||||||
@@ -634,7 +634,7 @@
|
@@ -675,7 +675,7 @@
|
||||||
## -- Enable this entrypoint as a default entrypoint. When a service doesn't explicitly set an entrypoint it will only use this entrypoint.
|
## -- Enable this entrypoint as a default entrypoint. When a service doesn't explicitly set an entrypoint it will only use this entrypoint.
|
||||||
# asDefault: true
|
# asDefault: true
|
||||||
port: 8443
|
port: 8443
|
||||||
- # hostPort: 8443
|
- # hostPort: 8443
|
||||||
+ hostPort: 443
|
+ hostPort: 443
|
||||||
# containerPort: 8443
|
# containerPort: 8443
|
||||||
expose: true
|
expose:
|
||||||
exposedPort: 443
|
default: true
|
||||||
@@ -735,7 +735,7 @@
|
@@ -778,7 +778,7 @@
|
||||||
## -- Single service is using `MixedProtocolLBService` feature gate.
|
## -- Single service is using `MixedProtocolLBService` feature gate.
|
||||||
## -- When set to false, it will create two Service, one for TCP and one for UDP.
|
## -- When set to false, it will create two Service, one for TCP and one for UDP.
|
||||||
single: true
|
single: true
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
# -- Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
|
# -- Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# -- Additional annotations for TCP service only
|
# -- Additional annotations for TCP service only
|
||||||
@@ -758,7 +758,7 @@
|
@@ -801,7 +801,7 @@
|
||||||
externalIPs: []
|
externalIPs: []
|
||||||
# - 1.2.3.4
|
# - 1.2.3.4
|
||||||
## One of SingleStack, PreferDualStack, or RequireDualStack.
|
## One of SingleStack, PreferDualStack, or RequireDualStack.
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
## List of IP families (e.g. IPv4 and/or IPv6).
|
## List of IP families (e.g. IPv4 and/or IPv6).
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
|
## ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
|
||||||
# ipFamilies:
|
# ipFamilies:
|
||||||
@@ -945,3 +945,8 @@
|
@@ -992,3 +992,8 @@
|
||||||
#
|
#
|
||||||
## -- 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
|
# instanceLabelOverride: traefik
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://traefik.github.io/charts/traefik/traefik-25.0.0.tgz
|
url: https://traefik.github.io/charts/traefik/traefik-27.0.2.tgz
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
version: 25.0.0
|
version: 27.0.2
|
||||||
appVersion: v2.10.5
|
appVersion: v2.11.10
|
||||||
description: Installs the CRDs for rke2-traefik
|
description: Installs the CRDs for rke2-traefik
|
||||||
name: rke2-traefik-crd
|
name: rke2-traefik-crd
|
||||||
type: application
|
type: application
|
||||||
|
|
Loading…
Reference in New Issue