Compare commits

...

4 Commits

Author SHA1 Message Date
4ff3ebc847 chore(deps): update dependency cloudnative-pg/cloudnative-pg to v1.29.1
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 19s
lint-and-test / chart-testing (pull_request) Successful in 3m3s
2026-05-12 00:03:32 +00:00
2a63573d24 Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 7f3d4b6' (#205) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 31s
renovate / renovate (push) Successful in 36s
release-charts-generic-device-plugin / release (push) Successful in 57s
lint-and-test / chart-testing (push) Successful in 2m55s
2026-05-12 00:02:43 +00:00
92cb9cdc4f chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 7f3d4b6
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Failing after 31s
lint-and-test / chart-testing (pull_request) Successful in 5m12s
2026-05-12 00:02:30 +00:00
ed43f11723 fix: change ports
All checks were successful
lint-and-test / lint-helm (push) Successful in 23s
release-charts-rclone-bucket / release (push) Successful in 23s
lint-and-test / chart-testing (push) Successful in 59s
renovate / renovate (push) Successful in 2m18s
2026-05-08 21:21:31 -05:00
6 changed files with 11 additions and 17 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 7.12.1 version: 7.12.2
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database
@@ -12,4 +12,4 @@ 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
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg # renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
appVersion: v1.29.0 appVersion: v1.29.1

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: rclone-bucket name: rclone-bucket
version: 0.11.2 version: 0.11.3
description: Rclone CronJob to replicate buckets description: Rclone CronJob to replicate buckets
keywords: keywords:
- rclone-bucket - rclone-bucket

View File

@@ -1,6 +1,6 @@
# rclone-bucket # rclone-bucket
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![AppVersion: v1.74.1](https://img.shields.io/badge/AppVersion-v1.74.1-informational?style=flat-square) ![Version: 0.11.3](https://img.shields.io/badge/Version-0.11.3-informational?style=flat-square) ![AppVersion: v1.74.1](https://img.shields.io/badge/AppVersion-v1.74.1-informational?style=flat-square)
Rclone CronJob to replicate buckets Rclone CronJob to replicate buckets

View File

@@ -41,7 +41,7 @@ controllers:
- --rc - --rc
- --rc-addr=0.0.0.0:5572 - --rc-addr=0.0.0.0:5572
- --rc-enable-metrics - --rc-enable-metrics
- --metrics-addr=0.0.0.0:5573 - --rc-no-auth
{{- end }} {{- end }}
- --verbose - --verbose
env: env:
@@ -117,9 +117,9 @@ controllers:
- --verbose - --verbose
{{- if .Values.metrics.enabled }} {{- if .Values.metrics.enabled }}
- --rc - --rc
- --rc-addr=0.0.0.0:5574 - --rc-addr=0.0.0.0:5573
- --rc-enable-metrics - --rc-enable-metrics
- --metrics-addr=0.0.0.0:5575 - --rc-no-auth
{{- end }} {{- end }}
env: env:
- name: RCLONE_CONFIG_DEST_TYPE - name: RCLONE_CONFIG_DEST_TYPE
@@ -160,14 +160,8 @@ service:
port: 5572 port: 5572
targetPort: 5572 targetPort: 5572
rc-prune: rc-prune:
port: 5574
targetPort: 5574
metrics-sync:
port: 5573 port: 5573
targetPort: 5573 targetPort: 5573
metrics-prune:
port: 5575
targetPort: 5575
serviceMonitor: serviceMonitor:
main: main:
selector: selector:
@@ -176,11 +170,11 @@ serviceMonitor:
app.kubernetes.io/instance: {{ .Release.Namespace }} app.kubernetes.io/instance: {{ .Release.Namespace }}
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}' serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
endpoints: endpoints:
- port: metrics-sync - port: rc-sync
interval: 10s interval: 10s
scrapeTimeout: 5s scrapeTimeout: 5s
path: /metrics path: /metrics
- port: metrics-prune - port: rc-prune
interval: 10s interval: 10s
scrapeTimeout: 5s scrapeTimeout: 5s
path: /metrics path: /metrics