Compare commits

...

9 Commits

Author SHA1 Message Date
83c3614377 Merge pull request 'Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 3785079' (#138) from renovate/ghcr.io-squat-generic-device-plugin-latest into main
All checks were successful
release-charts-generic-device-plugin / release (push) Successful in 20s
renovate / renovate (push) Successful in 57s
Reviewed-on: #138
2025-11-10 04:15:57 +00:00
6310d16882 Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 3785079
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m37s
2025-11-10 00:02:05 +00:00
dd556ed042 use ubunutu latest
All checks were successful
renovate / renovate (push) Successful in 35s
2025-11-04 16:56:34 -06:00
3e45ada5ee add automerge for digest
All checks were successful
renovate / renovate (push) Successful in 1m55s
2025-11-04 16:29:27 -06:00
dfc1c004f7 Merge pull request 'Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 0cf725e' (#134) from renovate/ghcr.io-squat-generic-device-plugin-latest into main
All checks were successful
renovate / renovate (push) Successful in 1m5s
release-charts-generic-device-plugin / release (push) Successful in 2m2s
Reviewed-on: #134
2025-11-04 22:25:16 +00:00
e356a1f5e4 Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 0cf725e
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 3m10s
2025-11-04 18:23:58 +00:00
eeb862334c use 24 image
All checks were successful
renovate / renovate (push) Successful in 2m25s
2025-11-04 12:22:00 -06:00
564ac85500 Merge pull request 'Update cloudflare/cloudflared Docker tag to v2025.10.1' (#133) from renovate/cloudflare-cloudflared-2025.x into main
All checks were successful
release-charts-cloudflared / release (push) Successful in 24s
renovate / renovate (push) Successful in 41s
Reviewed-on: #133
2025-10-31 19:44:46 +00:00
9022faf339 Update cloudflare/cloudflared Docker tag to v2025.10.1
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 55s
2025-10-31 00:00:52 +00:00
5 changed files with 19 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 1.22.1
version: 1.22.2
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.10.0"
tag: "2025.10.1"
pullPolicy: IfNotPresent
# -- Default resources

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: generic-device-plugin
version: 0.17.0
version: 0.19.0
description: Generic Device Plugin
keywords:
- generic-device-plugin

View File

@@ -4,7 +4,7 @@ name: generic-device-plugin
# -- Default image
image:
repository: ghcr.io/squat/generic-device-plugin
tag: latest@sha256:eebecd9172b4c2a61e4b3149c943a4ef2c293d7ceb89b69fec5ce5092eb7cf16
tag: latest@sha256:378507952df386aa2f39abd30558c1d04cd76aa11db7b85f37aaee9bb28b0eb9
pullPolicy: Always
# -- Domain used by devices for identifcation

View File

@@ -24,6 +24,21 @@
}
]
},
{
"description": "Automerge chart digest",
"matchUpdateTypes": ["digest"],
"matchDatasources": ["helm"],
"addLabels": ["chart", "automerge"],
"automerge": true,
"minimumReleaseAge": "1 days",
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "patch"
}
]
},
{
"description": "Label images",
"matchDatasources": ["docker"],