From 10a5961d78c3f491b4ce23648af9b69b4b594535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:10:07 +0000 Subject: [PATCH 01/17] Update Helm release common to v3.6.1 --- charts/cloudflared/Chart.yaml | 2 +- charts/generic-device-plugin/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index a673272..7fc8d84 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.0 + version: 3.6.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 appVersion: "2024.12.2" diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 5e891c1..1cd8811 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.0 + version: 3.6.1 appVersion: 0.1.5 -- 2.49.1 From 3f06bf148cc51b341bd04864ac997d58fade9f63 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 17 Jan 2025 17:22:00 -0600 Subject: [PATCH 02/17] update image --- charts/cloudflared/Chart.yaml | 6 +++--- charts/cloudflared/README.md | 6 +++--- charts/cloudflared/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index a673272..76ad687 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.12.4 +version: 1.13.0 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.0 + version: 3.6.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2024.12.2" +appVersion: "2025.1.0" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 8c57288..d2629b7 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.12.4](https://img.shields.io/badge/Version-1.12.4-informational?style=flat-square) ![AppVersion: 2024.12.2](https://img.shields.io/badge/AppVersion-2024.12.2-informational?style=flat-square) +![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.6.0 | +| https://bjw-s.github.io/helm-charts/ | common | 3.6.1 | ## Values @@ -27,7 +27,7 @@ Cloudflared Tunnel |-----|------|---------|-------------| | existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret | | existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2024.12.2"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.1.0"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 338e53c..a2a38dd 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token # -- Default image image: repository: cloudflare/cloudflared - tag: "2024.12.2" + tag: "2025.1.0" pullPolicy: IfNotPresent # -- Default resources -- 2.49.1 From 8392d67790ce9995bdf9d109e6c14c3bccd69211 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 17 Jan 2025 17:23:14 -0600 Subject: [PATCH 03/17] update chart --- charts/generic-device-plugin/Chart.yaml | 6 +++--- charts/generic-device-plugin/README.md | 6 +++--- charts/generic-device-plugin/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 5e891c1..0b54a2d 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: generic-device-plugin -version: 0.1.5 +version: 0.1.6 description: Generic Device Plugin keywords: - generic-device-plugin @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.0 -appVersion: 0.1.5 + version: 3.6.1 +appVersion: 0.1.6 diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index bff25c6..a348c4c 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: 0.1.5](https://img.shields.io/badge/AppVersion-0.1.5-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![AppVersion: 0.1.6](https://img.shields.io/badge/AppVersion-0.1.6-informational?style=flat-square) Generic Device Plugin @@ -19,7 +19,7 @@ Generic Device Plugin | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.6.0 | +| https://bjw-s.github.io/helm-charts/ | common | 3.6.1 | ## Values @@ -28,7 +28,7 @@ Generic Device Plugin | config | object | `{"data":"devices:\n - name: serial\n groups:\n - paths:\n - path: /dev/ttyUSB*\n - paths:\n - path: /dev/ttyACM*\n - paths:\n - path: /dev/tty.usb*\n - paths:\n - path: /dev/cu.*\n - paths:\n - path: /dev/cuaU*\n - paths:\n - path: /dev/rfcomm*\n - name: video\n groups:\n - paths:\n - path: /dev/video0\n - name: fuse\n groups:\n - count: 10\n paths:\n - path: /dev/fuse\n - name: audio\n groups:\n - count: 10\n paths:\n - path: /dev/snd\n - name: capture\n groups:\n - paths:\n - path: /dev/snd/controlC0\n - path: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC1\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC1D0c\n mountPath: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC2\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC2D0c\n mountPath: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC3\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC3D0c\n mountPath: /dev/snd/pcmC0D0c\n","enabled":true}` | Config map | | config.data | string | See [values.yaml](./values.yaml) | generic-device-plugin config file [[ref]](https://github.com/squat/generic-device-plugin#usage) | | deviceDomain | string | `"squat.ai"` | Domain used by devices for identifcation | -| image | object | `{"pullPolicy":"Always","repository":"ghcr.io/squat/generic-device-plugin","tag":"latest"}` | Default image | +| image | object | `{"pullPolicy":"Always","repository":"ghcr.io/squat/generic-device-plugin","tag":"latest@sha256:ba6f0b4cf6c858d6ad29ba4d32e4da11638abbc7d96436bf04f582a97b2b8821"}` | Default image | | name | string | `"generic-device-plugin"` | Name override of release | | resources | object | `{"limit":{"cpu":"100m","memory":"20Mi"},"requests":{"cpu":"50m","memory":"10Mi"}}` | Default resources | | service | object | `{"listenPort":8080}` | Service port | diff --git a/charts/generic-device-plugin/values.yaml b/charts/generic-device-plugin/values.yaml index 532c29c..2fdfd12 100644 --- a/charts/generic-device-plugin/values.yaml +++ b/charts/generic-device-plugin/values.yaml @@ -4,8 +4,8 @@ name: generic-device-plugin # -- Default image image: repository: ghcr.io/squat/generic-device-plugin + tag: latest@sha256:ba6f0b4cf6c858d6ad29ba4d32e4da11638abbc7d96436bf04f582a97b2b8821 pullPolicy: Always - tag: latest # -- Domain used by devices for identifcation deviceDomain: squat.ai -- 2.49.1 From 81d3ecf237066792ca9d326d1b48f9d3441cde8b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 30 Jan 2025 21:08:38 -0600 Subject: [PATCH 04/17] adjust schedule --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 16 ++++++++-------- charts/postgres-cluster/values.yaml | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 2469507..74a7ec6 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 4.1.3 +version: 4.1.4 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index f1f88e5..1ffe6a5 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 4.1.3](https://img.shields.io/badge/Version-4.1.3-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) +![Version: 4.1.4](https://img.shields.io/badge/Version-4.1.4-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) Chart for cloudnative-pg cluster @@ -22,19 +22,19 @@ Chart for cloudnative-pg cluster | backup.backupName | string | `""` | Name of the backup cluster in the object store, defaults to "cluster.name" | | backup.data.compression | string | `"snappy"` | Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. | | backup.data.encryption | string | `""` | Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. | -| backup.data.jobs | int | `2` | Number of data files to be archived or restored in parallel. | +| backup.data.jobs | int | `1` | Number of data files to be archived or restored in parallel. | | backup.destinationPath | string | `""` | S3 path starting with "s3://" | | backup.enabled | bool | `false` | | | backup.endpointCA | string | `""` | Specifies secret that contains a CA bundle to validate a privately signed certificate, should contain the key ca-bundle.crt | | backup.endpointCredentials | string | `""` | Specifies secret that contains S3 credentials, should contain the keys ACCESS_KEY_ID and ACCESS_SECRET_KEY | | backup.endpointURL | string | `""` | S3 endpoint starting with "https://" | | backup.historyTags.backupRetentionPolicy | string | `""` | | -| backup.retentionPolicy | string | `"14d"` | Retention policy for backups | -| backup.schedule | string | `"0 0 0 * * *"` | Scheduled backup in cron format | +| backup.retentionPolicy | string | `"7d"` | Retention policy for backups | +| backup.schedule | string | `"0 0 */3 * *"` | Scheduled backup in cron format | | backup.tags | object | `{"backupRetentionPolicy":""}` | Tags to add to backups. Add in key value beneath the type. | | backup.wal.compression | string | `"snappy"` | WAL compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. | | backup.wal.encryption | string | `""` | Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. | -| backup.wal.maxParallel | int | `2` | Number of WAL files to be archived or restored in parallel. | +| backup.wal.maxParallel | int | `1` | Number of WAL files to be archived or restored in parallel. | | bootstrap | object | `{"initdb":{}}` | Bootstrap is the configuration of the bootstrap process when initdb is used. See: https://cloudnative-pg.io/documentation/current/bootstrap/ See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb | | bootstrap.initdb | object | `{}` | Example values database: app owner: app secret: "" # Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch postInitApplicationSQL: - CREATE TABLE IF NOT EXISTS example; | | cluster.additionalLabels | object | `{}` | | @@ -57,10 +57,10 @@ Chart for cloudnative-pg cluster | cluster.walStorage | object | `{"size":"2Gi","storageClass":""}` | Default storage size | | mode | string | `"standalone"` | Cluster mode of operation. Available modes: * `standalone` - Default mode. Creates new or updates an existing CNPG cluster. * `recovery` - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup * `replica` - Create database as a replica from another CNPG cluster | | nameOverride | string | `""` | Override the name of the cluster | -| recovery | object | `{"data":{"compression":"snappy","encryption":"","jobs":2},"destinationPath":"","endpointCA":"","endpointCredentials":"","endpointURL":"","pitrTarget":{"time":""},"recoveryIndex":1,"recoveryInstanceName":"","recoveryServerName":"","wal":{"compression":"snappy","encryption":"","maxParallel":2}}` | Recovery settings when booting cluster from external cluster | +| recovery | object | `{"data":{"compression":"snappy","encryption":"","jobs":1},"destinationPath":"","endpointCA":"","endpointCredentials":"","endpointURL":"","pitrTarget":{"time":""},"recoveryIndex":1,"recoveryInstanceName":"","recoveryServerName":"","wal":{"compression":"snappy","encryption":"","maxParallel":1}}` | Recovery settings when booting cluster from external cluster | | recovery.data.compression | string | `"snappy"` | Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. | | recovery.data.encryption | string | `""` | Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. | -| recovery.data.jobs | int | `2` | Number of data files to be archived or restored in parallel. | +| recovery.data.jobs | int | `1` | Number of data files to be archived or restored in parallel. | | recovery.endpointCA | string | `""` | Specifies secret that contains a CA bundle to validate a privately signed certificate, should contain the key ca-bundle.crt | | recovery.endpointCredentials | string | `""` | Specifies secret that contains S3 credentials, should contain the keys ACCESS_KEY_ID and ACCESS_SECRET_KEY | | recovery.endpointURL | string | `""` | S3 https endpoint and the s3:// path | @@ -70,7 +70,7 @@ Chart for cloudnative-pg cluster | recovery.recoveryServerName | string | `""` | Name of the recovery cluster in the object store, defaults to "cluster.name" | | recovery.wal.compression | string | `"snappy"` | WAL compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. | | recovery.wal.encryption | string | `""` | Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. | -| recovery.wal.maxParallel | int | `2` | Number of WAL files to be archived or restored in parallel. | +| recovery.wal.maxParallel | int | `1` | Number of WAL files to be archived or restored in parallel. | | replica.externalCluster | object | `{"connectionParameters":{"dbname":"app","host":"postgresql","user":"app"},"password":{"key":"password","name":"postgresql"}}` | External cluster connection, password specifies a secret name and the key containing the password value | | replica.importDatabases | list | `["app"]` | If type microservice only one database is allowed, default is app as standard in cnpg clusters | | replica.importRoles | list | `[]` | If type microservice no roles are imported and ignored | diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index d7861c8..43563ad 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -129,14 +129,14 @@ recovery: # -- Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. encryption: "" # -- Number of WAL files to be archived or restored in parallel. - maxParallel: 2 + maxParallel: 1 data: # -- Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. compression: snappy # -- Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. encryption: "" # -- Number of data files to be archived or restored in parallel. - jobs: 2 + jobs: 1 replica: # -- See [here](https://cloudnative-pg.io/documentation/current/database_import/) for different import types @@ -197,17 +197,17 @@ backup: # -- Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. encryption: "" # -- Number of WAL files to be archived or restored in parallel. - maxParallel: 2 + maxParallel: 1 data: # -- Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. compression: snappy # -- Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. encryption: "" # -- Number of data files to be archived or restored in parallel. - jobs: 2 + jobs: 1 # -- Retention policy for backups - retentionPolicy: "14d" + retentionPolicy: "7d" # -- Scheduled backup in cron format - schedule: "0 0 0 * * *" + schedule: "0 0 */3 * *" -- 2.49.1 From 08473fc26530430107f0d81be9bad281a48407fd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 20:16:25 -0600 Subject: [PATCH 05/17] update image --- charts/cloudflared/Chart.yaml | 6 +++--- charts/cloudflared/README.md | 6 +++--- charts/cloudflared/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 76ad687..6f66b4d 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.13.0 +version: 1.14.0 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.1 + version: 3.7.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2025.1.0" +appVersion: "2025.2.0" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index d2629b7..9421c77 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square) +![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.6.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | ## Values @@ -27,7 +27,7 @@ Cloudflared Tunnel |-----|------|---------|-------------| | existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret | | existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.1.0"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.2.0"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index a2a38dd..8a0e387 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token # -- Default image image: repository: cloudflare/cloudflared - tag: "2025.1.0" + tag: "2025.2.0" pullPolicy: IfNotPresent # -- Default resources -- 2.49.1 From 94184ea5694b8633c4b3a3295b2859a84b85ada2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 20:17:36 -0600 Subject: [PATCH 06/17] update chart --- charts/generic-device-plugin/Chart.yaml | 6 +++--- charts/generic-device-plugin/README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 0b54a2d..f4a7fa3 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: generic-device-plugin -version: 0.1.6 +version: 0.1.7 description: Generic Device Plugin keywords: - generic-device-plugin @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.1 -appVersion: 0.1.6 + version: 3.7.1 +appVersion: 0.1.7 diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index a348c4c..e9e2abe 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![AppVersion: 0.1.6](https://img.shields.io/badge/AppVersion-0.1.6-informational?style=flat-square) +![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square) Generic Device Plugin @@ -19,7 +19,7 @@ Generic Device Plugin | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.6.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | ## Values -- 2.49.1 From 27edd0a1ef539c35e8b5f8f5dda961cadab249b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:17:48 -0600 Subject: [PATCH 07/17] Update helm/chart-testing-action action to v2.7.0 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index b24ee59..8771ef9 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Run chart-testing (list-changed) id: list-changed -- 2.49.1 From 94b6b4b0fbc0f8151616a944b2c6a0a398a4f80f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:17:54 -0600 Subject: [PATCH 08/17] Update helm/chart-releaser-action action to v1.7.0 (#76) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af231c..9f4e6c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" -- 2.49.1 From 81aac4790e31a0d4546ddd2bafcdeb12f595e4e2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 20:19:25 -0600 Subject: [PATCH 09/17] update image --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 4 ++-- charts/postgres-cluster/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 74a7ec6..622e603 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 4.1.4 +version: 4.1.5 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index 1ffe6a5..ca4b1b5 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 4.1.4](https://img.shields.io/badge/Version-4.1.4-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) +![Version: 4.1.5](https://img.shields.io/badge/Version-4.1.5-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) Chart for cloudnative-pg cluster @@ -41,7 +41,7 @@ Chart for cloudnative-pg cluster | cluster.affinity | object | `{"enablePodAntiAffinity":true,"topologyKey":"kubernetes.io/hostname"}` | See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-AffinityConfiguration | | cluster.annotations | object | `{}` | | | cluster.enableSuperuserAccess | bool | `false` | Create secret containing credentials of superuser | -| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.2-22"}` | Default image | +| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.2-34"}` | Default image | | cluster.instances | int | `3` | | | cluster.logLevel | string | `"info"` | | | cluster.monitoring | object | `{"enabled":false,"podMonitor":{"enabled":true},"prometheusRule":{"enableDefaultRules":true,"enabled":false,"excludeRules":[]}}` | Enable default monitoring and alert rules | diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 43563ad..7dc83b8 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: # -- Default image image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "17.2-22" + tag: "17.2-34" pullPolicy: IfNotPresent # -- The UID and GID of the postgres user inside the image -- 2.49.1 From 9f66bd588c31c9c0771cea29df5e7e602cb1462f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:38:48 -0600 Subject: [PATCH 10/17] remove days --- .github/renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index db53a35..685d96e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -43,8 +43,7 @@ "addLabels": [ "image" ], - "automerge": false, - "minimumReleaseAge": "3 days" + "automerge": false }, { "description": "Label charts", @@ -54,8 +53,7 @@ "addLabels": [ "chart" ], - "automerge": false, - "minimumReleaseAge": "3 days" + "automerge": false } ] } -- 2.49.1 From 39134cbd9583187809951f9acfdd300e73f97767 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:54:41 -0600 Subject: [PATCH 11/17] use deb version --- .github/renovate.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 685d96e..c74cc7d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,6 +35,16 @@ ], "automerge": false }, + { + "description": "Label charts", + "matchDatasources": [ + "helm" + ], + "addLabels": [ + "chart" + ], + "automerge": false + }, { "description": "Label images", "matchDatasources": [ @@ -46,14 +56,15 @@ "automerge": false }, { - "description": "Label charts", + "description": "CNPG image", "matchDatasources": [ - "helm" + "docker" ], "addLabels": [ - "chart" + "image" ], - "automerge": false + "automerge": false, + "versioning": "deb" } ] } -- 2.49.1 From 86e87dbbba99910e18f6624429f345f5da85711f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:55:58 -0600 Subject: [PATCH 12/17] add dep name --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c74cc7d..e3dcbcb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -57,6 +57,9 @@ }, { "description": "CNPG image", + "matchDepNames": [ + "ghcr.io/cloudnative-pg/postgresql" + ], "matchDatasources": [ "docker" ], -- 2.49.1 From 78afcf24d362e7cbf2471a811a64728b843511f6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:57:44 -0600 Subject: [PATCH 13/17] update version --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 4 ++-- charts/postgres-cluster/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 622e603..e27715a 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 4.1.5 +version: 4.2.0 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index ca4b1b5..591b6b4 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 4.1.5](https://img.shields.io/badge/Version-4.1.5-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) Chart for cloudnative-pg cluster @@ -41,7 +41,7 @@ Chart for cloudnative-pg cluster | cluster.affinity | object | `{"enablePodAntiAffinity":true,"topologyKey":"kubernetes.io/hostname"}` | See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-AffinityConfiguration | | cluster.annotations | object | `{}` | | | cluster.enableSuperuserAccess | bool | `false` | Create secret containing credentials of superuser | -| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.2-34"}` | Default image | +| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.4-2-bullseye"}` | Default image | | cluster.instances | int | `3` | | | cluster.logLevel | string | `"info"` | | | cluster.monitoring | object | `{"enabled":false,"podMonitor":{"enabled":true},"prometheusRule":{"enableDefaultRules":true,"enabled":false,"excludeRules":[]}}` | Enable default monitoring and alert rules | diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 7dc83b8..3cf9696 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: # -- Default image image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "17.2-34" + tag: "17.4-2-bullseye" pullPolicy: IfNotPresent # -- The UID and GID of the postgres user inside the image -- 2.49.1 From e28f44b6978bcb7ef34f3f0b118a26990ab743d3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 11:16:15 -0600 Subject: [PATCH 14/17] update image --- charts/cloudflared/Chart.yaml | 4 ++-- charts/cloudflared/README.md | 4 ++-- charts/cloudflared/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 6f66b4d..5c68e30 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.14.0 +version: 1.14.1 description: Cloudflared Tunnel keywords: - cloudflare @@ -15,4 +15,4 @@ dependencies: repository: https://bjw-s.github.io/helm-charts/ version: 3.7.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2025.2.0" +appVersion: "2025.2.1" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 9421c77..dbede89 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![AppVersion: 2025.2.0](https://img.shields.io/badge/AppVersion-2025.2.0-informational?style=flat-square) +![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![AppVersion: 2025.2.1](https://img.shields.io/badge/AppVersion-2025.2.1-informational?style=flat-square) Cloudflared Tunnel @@ -27,7 +27,7 @@ Cloudflared Tunnel |-----|------|---------|-------------| | existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret | | existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.2.0"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.2.1"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 8a0e387..4ae251c 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token # -- Default image image: repository: cloudflare/cloudflared - tag: "2025.2.0" + tag: "2025.2.1" pullPolicy: IfNotPresent # -- Default resources -- 2.49.1 From c549882df9689ac82c3c8eb173cb9e33cd7548c3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 11:17:13 -0600 Subject: [PATCH 15/17] update image --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 4 ++-- charts/postgres-cluster/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index e27715a..0783274 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 4.2.0 +version: 4.2.1 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index 591b6b4..1fa29b4 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) +![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: v1.25.0](https://img.shields.io/badge/AppVersion-v1.25.0-informational?style=flat-square) Chart for cloudnative-pg cluster @@ -41,7 +41,7 @@ Chart for cloudnative-pg cluster | cluster.affinity | object | `{"enablePodAntiAffinity":true,"topologyKey":"kubernetes.io/hostname"}` | See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-AffinityConfiguration | | cluster.annotations | object | `{}` | | | cluster.enableSuperuserAccess | bool | `false` | Create secret containing credentials of superuser | -| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.4-2-bullseye"}` | Default image | +| cluster.image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/postgresql","tag":"17.4-3-bullseye"}` | Default image | | cluster.instances | int | `3` | | | cluster.logLevel | string | `"info"` | | | cluster.monitoring | object | `{"enabled":false,"podMonitor":{"enabled":true},"prometheusRule":{"enableDefaultRules":true,"enabled":false,"excludeRules":[]}}` | Enable default monitoring and alert rules | diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 3cf9696..a33f6b3 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: # -- Default image image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "17.4-2-bullseye" + tag: "17.4-3-bullseye" pullPolicy: IfNotPresent # -- The UID and GID of the postgres user inside the image -- 2.49.1 From 02bec682c28d4f268c7f02246eeadc906aba8e53 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 5 Mar 2025 17:56:08 -0600 Subject: [PATCH 16/17] update library chart --- charts/cloudflared/Chart.yaml | 4 ++-- charts/cloudflared/README.md | 4 ++-- charts/generic-device-plugin/Chart.yaml | 4 ++-- charts/generic-device-plugin/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 5c68e30..251c950 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.14.1 +version: 1.14.2 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 appVersion: "2025.2.1" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index dbede89..44210f9 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![AppVersion: 2025.2.1](https://img.shields.io/badge/AppVersion-2025.2.1-informational?style=flat-square) +![Version: 1.14.2](https://img.shields.io/badge/Version-1.14.2-informational?style=flat-square) ![AppVersion: 2025.2.1](https://img.shields.io/badge/AppVersion-2025.2.1-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.2 | ## Values diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index f4a7fa3..a9e0823 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: generic-device-plugin -version: 0.1.7 +version: 0.1.8 description: Generic Device Plugin keywords: - generic-device-plugin @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 appVersion: 0.1.7 diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index e9e2abe..28d1ae9 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square) +![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square) Generic Device Plugin @@ -19,7 +19,7 @@ Generic Device Plugin | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.2 | ## Values -- 2.49.1 From 99ed8cce53758ea8ad6d2cc0d826c70d544005dc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 23:02:05 -0500 Subject: [PATCH 17/17] change config --- .github/renovate-update-notification/Dockerfile | 2 -- .github/renovate.json => renovate.json | 0 2 files changed, 2 deletions(-) delete mode 100644 .github/renovate-update-notification/Dockerfile rename .github/renovate.json => renovate.json (100%) diff --git a/.github/renovate-update-notification/Dockerfile b/.github/renovate-update-notification/Dockerfile deleted file mode 100644 index 94bb82a..0000000 --- a/.github/renovate-update-notification/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions -FROM renovate/renovate:39 diff --git a/.github/renovate.json b/renovate.json similarity index 100% rename from .github/renovate.json rename to renovate.json -- 2.49.1