Compare commits
7 Commits
redis-repl
...
cloudflare
| Author | SHA1 | Date | |
|---|---|---|---|
| a696a57f30 | |||
|
ab709625c2
|
|||
| 5c06f17e1e | |||
|
9591b3f478
|
|||
| ce0c5dc817 | |||
| 20ecfbeec5 | |||
| 487c275ee2 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cloudflared
|
name: cloudflared
|
||||||
version: 2.2.2
|
version: 2.3.0
|
||||||
description: Cloudflared Tunnel
|
description: Cloudflared Tunnel
|
||||||
keywords:
|
keywords:
|
||||||
- cloudflare
|
- cloudflare
|
||||||
@@ -15,4 +15,5 @@ dependencies:
|
|||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
|
||||||
appVersion: "2026.1.2"
|
# renovate: datasource=github-releases depName=cloudflare/cloudflared
|
||||||
|
appVersion: "2026.2.0"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ secret:
|
|||||||
# -- Default image
|
# -- Default image
|
||||||
image:
|
image:
|
||||||
repository: cloudflare/cloudflared
|
repository: cloudflare/cloudflared
|
||||||
tag: "2026.1.2"
|
tag: "2026.2.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- Default resources
|
# -- Default resources
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ dependencies:
|
|||||||
- name: common
|
- name: common
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
appVersion: 0.20.16
|
appVersion: 0.20.17
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# generic-device-plugin
|
# generic-device-plugin
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Generic Device Plugin
|
Generic Device Plugin
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 7.5.0
|
version: 7.5.1
|
||||||
description: Cloudnative-pg Cluster
|
description: Cloudnative-pg Cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
@@ -11,4 +11,5 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
|
||||||
appVersion: v1.28.0
|
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
|
||||||
|
appVersion: v1.28.1
|
||||||
|
|||||||
@@ -12,4 +12,5 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg
|
icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg
|
||||||
|
# renovate: datasource=github-releases depName=OT-CONTAINER-KIT/redis-operator
|
||||||
appVersion: v0.23.0
|
appVersion: v0.23.0
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true
|
icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true
|
||||||
|
# renovate: datasource=github-releases depName=backube/volsync
|
||||||
appVersion: 0.14.0
|
appVersion: 0.14.0
|
||||||
|
|||||||
@@ -5,6 +5,16 @@
|
|||||||
"mergeConfidence:all-badges",
|
"mergeConfidence:all-badges",
|
||||||
":rebaseStalePrs"
|
":rebaseStalePrs"
|
||||||
],
|
],
|
||||||
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"managerFilePatterns": ["/(^|/)Chart\\.yaml$/"],
|
||||||
|
"matchStrings": [
|
||||||
|
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "github-releases"
|
||||||
|
}
|
||||||
|
],
|
||||||
"timezone": "US/Central",
|
"timezone": "US/Central",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
@@ -36,6 +46,20 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Label images, helm",
|
||||||
|
"matchManagers": ["custom.regex", "helm-values"],
|
||||||
|
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
|
||||||
|
"groupSlug": "unified-{{{groupName}}}",
|
||||||
|
"addLabels": ["image"],
|
||||||
|
"bumpVersions": [
|
||||||
|
{
|
||||||
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
|
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge generic-device-plugin image on digest",
|
"description": "Automerge generic-device-plugin image on digest",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
|
|||||||
Reference in New Issue
Block a user