Compare commits

..

1 Commits

Author SHA1 Message Date
75649b575e fix: wrong argument
All checks were successful
lint-and-test / chart-testing (push) Successful in 22s
lint-and-test / lint-helm (push) Successful in 25s
release-charts-rclone-bucket / release (push) Successful in 35s
renovate / renovate (push) Successful in 1m12s
2026-05-08 20:22:56 -05:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# rclone-bucket
![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square) ![AppVersion: v1.74.1](https://img.shields.io/badge/AppVersion-v1.74.1-informational?style=flat-square)
![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)
Rclone CronJob to replicate buckets

View File

@@ -39,7 +39,7 @@ controllers:
{{- end }}
{{- if .Values.metrics.enabled }}
- --rc
- --rc-addr==0.0.0.0:5572
- --rc-addr=0.0.0.0:5572
- --rc-enable-metrics
- --metrics-addr=0.0.0.0:5573
{{- end }}
@@ -117,7 +117,7 @@ controllers:
- --verbose
{{- if .Values.metrics.enabled }}
- --rc
- --rc-addr==0.0.0.0:5574
- --rc-addr=0.0.0.0:5574
- --rc-enable-metrics
- --metrics-addr=0.0.0.0:5575
{{- end }}