botching away

This commit is contained in:
Roxedus 2022-05-31 19:42:25 +02:00
parent ee36fb42cc
commit b3f7b492d4
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
2 changed files with 18 additions and 3 deletions

View File

@ -2,9 +2,13 @@
image:
name: traefik
# defaults to appVersion
tag: "v2.6.0"
tag: "2.6.0"
pullPolicy: IfNotPresent
cloudflaredImage:
image: &cloudflaredImage cloudflare/cloudflared:2022.5.1
# defaults to appVersion
#
# Configure the deployment
#
@ -29,8 +33,8 @@ deployment:
# Additional containers (e.g. for metric offloading sidecars)
additionalContainers:
# https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host
- name: cloudflare/cloudflared
image: 2022.5.1
- name: cloudflare
image: *cloudflaredImage
# args: ["-s", "-u", "udp-recv:8125", "unix-sendto:/socket/socket"]
# volumeMounts:
# - name: dsdsocket

View File

@ -12,6 +12,17 @@
"-values\\.yaml$"
]
},
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"cloudflared"
],
"versioning": "pep440"
}
],
"minor": {
"automerge": true
},