chore: fix chart validation
This commit is contained in:
@@ -21,5 +21,5 @@ dependencies:
|
|||||||
version: 1.14.0
|
version: 1.14.0
|
||||||
repository: https://traefik.github.io/charts
|
repository: https://traefik.github.io/charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp
|
||||||
# renovate: github=traefik/traefik
|
# renovate: datasource=github-releases depName=traefik/traefik
|
||||||
appVersion: v3.6.4
|
appVersion: v3.6.4
|
||||||
|
|||||||
@@ -59,18 +59,18 @@ traefik:
|
|||||||
enabled: true
|
enabled: true
|
||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: false
|
enabled: false
|
||||||
globalArguments: []
|
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
port: 8000
|
port: 8000
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
exposedPort: 80
|
exposedPort: 80
|
||||||
redirections:
|
http:
|
||||||
entryPoint:
|
redirections:
|
||||||
to: websecure
|
entryPoint:
|
||||||
scheme: https
|
to: websecure
|
||||||
permanent: true
|
scheme: https
|
||||||
|
permanent: true
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
trustedIPs:
|
trustedIPs:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
@@ -102,6 +102,8 @@ traefik:
|
|||||||
allowEncodedPercent: true
|
allowEncodedPercent: true
|
||||||
allowEncodedQuestionMark: true
|
allowEncodedQuestionMark: true
|
||||||
allowEncodedHash: true
|
allowEncodedHash: true
|
||||||
|
tls:
|
||||||
|
enabled: true
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
trustedIPs:
|
trustedIPs:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
@@ -116,8 +118,6 @@ traefik:
|
|||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
- fc00::/7
|
- fc00::/7
|
||||||
insecure: false
|
insecure: false
|
||||||
tls:
|
|
||||||
enabled: true
|
|
||||||
ssh:
|
ssh:
|
||||||
port: 22
|
port: 22
|
||||||
expose:
|
expose:
|
||||||
@@ -137,8 +137,6 @@ traefik:
|
|||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
- fc00::/7
|
- fc00::/7
|
||||||
insecure: false
|
insecure: false
|
||||||
tls:
|
|
||||||
enabled: true
|
|
||||||
metrics:
|
metrics:
|
||||||
expose:
|
expose:
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
@@ -8,11 +8,9 @@
|
|||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
||||||
"/(^|/)Chart\\.yaml$/"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"# renovate: github=(?<packageName>[^\\s]+)\\s+version: (?<currentValue>[^\\s]+)"
|
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases"
|
"datasourceTemplate": "github-releases"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user