Compare commits

..

3 Commits

Author SHA1 Message Date
687a006a4e Merge pull request 'Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 45abfa9' (#155) from renovate/ghcr.io-squat-generic-device-plugin-latest into main
All checks were successful
lint-and-test / chart-testing (push) Successful in 14s
lint-and-test / lint-helm (push) Successful in 13s
release-charts-generic-device-plugin / release (push) Successful in 23s
renovate / renovate (push) Successful in 45s
2025-12-26 23:03:03 +00:00
b674546601 Update ghcr.io/squat/generic-device-plugin:latest Docker digest to 45abfa9
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / chart-testing (pull_request) Failing after 14s
lint-and-test / lint-helm (pull_request) Successful in 18s
2025-12-26 23:02:45 +00:00
d7331408f0 fix name
All checks were successful
lint-and-test / lint-helm (push) Successful in 9s
lint-and-test / chart-testing (push) Successful in 24s
release-charts-postgres-cluster / release (push) Successful in 24s
renovate / renovate (push) Successful in 42s
2025-12-26 17:02:18 -06:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: generic-device-plugin
version: 0.20.9
version: 0.20.10
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:2b53d255017668d70d7f59ff0b874a66c3a50922d1f8cfff182e4c55b82251a1
tag: latest@sha256:45abfa9c45aee2d8d9cc1f3d4587c4cf382b36d17b9d937e43d0c07126243037
pullPolicy: Always
# -- Domain used by devices for identifcation

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 7.4.3
version: 7.4.4
description: Cloudnative-pg Cluster
keywords:
- database

View File

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

View File

@@ -139,7 +139,7 @@ spec:
isWALArchiver: false
{{- end }}
parameters:
barmanObjectName: "{{ include "cluster.name" $ }}-{{ $objectStore.name }}-backup"
barmanObjectName: "{{ include "cluster.name" $ }}-backup-{{ $objectStore.name }}"
{{- if $objectStore.clusterName }}
serverName: "{{ $objectStore.clusterName }}-backup-{{ $objectStore.index }}"
{{- else }}