Compare commits

..

6 Commits

Author SHA1 Message Date
d65e044655 feat: add sha to image tag
All checks were successful
lint-and-test / lint-helm (push) Successful in 17s
release-charts-cloudflared / release (push) Successful in 28s
lint-and-test / chart-testing (push) Successful in 48s
renovate / renovate (push) Successful in 54s
2026-04-09 19:59:29 -05:00
10dffa04c1 Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to c4e3a24' (#190) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 35s
release-charts-generic-device-plugin / release (push) Successful in 56s
lint-and-test / chart-testing (push) Successful in 1m5s
renovate / renovate (push) Successful in 40s
2026-04-10 00:02:01 +00:00
1298004395 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to c4e3a24
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Failing after 50s
lint-and-test / chart-testing (pull_request) Successful in 1m30s
2026-04-10 00:01:52 +00:00
c989ddd7ed Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to cc4b9b4' (#189) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 14s
release-charts-generic-device-plugin / release (push) Successful in 33s
lint-and-test / chart-testing (push) Successful in 2m23s
renovate / renovate (push) Successful in 1m37s
2026-04-04 19:37:35 +00:00
7a96a38471 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to cc4b9b4
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Failing after 23s
lint-and-test / chart-testing (pull_request) Successful in 3m48s
2026-04-04 19:37:23 +00:00
3fbca88b1e feat: update appVesrion
Some checks failed
lint-and-test / lint-helm (push) Successful in 32s
release-charts-postgres-cluster / release (push) Successful in 43s
lint-and-test / chart-testing (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-04-04 14:36:29 -05:00
7 changed files with 17 additions and 15 deletions

View File

@@ -1,12 +1,13 @@
apiVersion: v2
name: cloudflared
version: 2.4.0
version: 2.5.0
description: Cloudflared Tunnel
keywords:
- cloudflare
- tunnel
sources:
- https://github.com/cloudflare/cloudflared
- https://hub.docker.com/r/cloudflare/cloudflared
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common
maintainers:
- name: alexlebens
@@ -14,6 +15,6 @@ dependencies:
- name: common
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
# renovate: datasource=github-releases depName=cloudflare/cloudflared
appVersion: "2026.3.0"
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/cloudflare.png
# renovate: datasource=docker depName=cloudflare/cloudflared
appVersion: 2026.3.0

View File

@@ -1,6 +1,6 @@
# cloudflared
![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat-square) ![AppVersion: 2026.3.0](https://img.shields.io/badge/AppVersion-2026.3.0-informational?style=flat-square)
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 2026.3.0](https://img.shields.io/badge/AppVersion-2026.3.0-informational?style=flat-square)
Cloudflared Tunnel
@@ -13,6 +13,7 @@ Cloudflared Tunnel
## Source Code
* <https://github.com/cloudflare/cloudflared>
* <https://hub.docker.com/r/cloudflare/cloudflared>
* <https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common>
## Requirements
@@ -25,9 +26,9 @@ Cloudflared Tunnel
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.3.0"}` | Default image |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.3.0@sha256:6b599ca3e974349ead3286d178da61d291961182ec3fe9c505e1dd02c8ac31b0"}` | Default image |
| name | string | `""` | Name override of release |
| resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources |
| resources | object | `{"requests":{"cpu":"1m","memory":"20Mi"}}` | Default resources |
| secret | object | `{"existingSecret":{"key":"cf-tunnel-token","name":"cloudflared-secret"},"externalSecret":{"additionalLabels":{},"enabled":true,"nameOverride":"","store":{"name":"vault","path":"/cloudflare/tunnels","property":"token"}}}` | Secret configuration |
| secret.existingSecret | object | `{"key":"cf-tunnel-token","name":"cloudflared-secret"}` | Name of existing secret that contains Cloudflare token |
| secret.externalSecret | object | `{"additionalLabels":{},"enabled":true,"nameOverride":"","store":{"name":"vault","path":"/cloudflare/tunnels","property":"token"}}` | External Secret configuration |

View File

@@ -26,11 +26,11 @@ secret:
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2026.3.0"
tag: 2026.3.0@sha256:6b599ca3e974349ead3286d178da61d291961182ec3fe9c505e1dd02c8ac31b0
pullPolicy: IfNotPresent
# -- Default resources
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 1m
memory: 20Mi

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: generic-device-plugin
version: 0.20.27
version: 0.20.29
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:e85f9637ea93f0e9a8d477b0e136783cd6fb8f1a5426cf84ef05ab4c88661c8c
tag: latest@sha256:c4e3a24a5f20449e027b9de2c3cee790169ab42220818315f5f8ee9830788981
pullPolicy: Always
# -- Domain used by devices for identifcation

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 7.11.1
version: 7.11.2
description: Cloudnative-pg Cluster
keywords:
- database
@@ -12,4 +12,4 @@ maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
appVersion: v1.28.1
appVersion: v1.29.0

View File

@@ -1,6 +1,6 @@
# postgres-cluster
![Version: 7.11.1](https://img.shields.io/badge/Version-7.11.1-informational?style=flat-square) ![AppVersion: v1.28.1](https://img.shields.io/badge/AppVersion-v1.28.1-informational?style=flat-square)
![Version: 7.11.2](https://img.shields.io/badge/Version-7.11.2-informational?style=flat-square) ![AppVersion: v1.29.0](https://img.shields.io/badge/AppVersion-v1.29.0-informational?style=flat-square)
Cloudnative-pg Cluster