Skip to content

fix(container): update image ghcr.io/home-operations/charts-mirror/volsync-perfectra1n ( 0.18.3 → 0.18.4 )#1214

Merged
ajgon merged 1 commit intomasterfrom
renovate/ghcr.io-home-operations-charts-mirror-volsync-perfectra1n-0.18.x
Mar 8, 2026
Merged

fix(container): update image ghcr.io/home-operations/charts-mirror/volsync-perfectra1n ( 0.18.3 → 0.18.4 )#1214
ajgon merged 1 commit intomasterfrom
renovate/ghcr.io-home-operations-charts-mirror-volsync-perfectra1n-0.18.x

Conversation

@robodexo2000
Copy link
Contributor

@robodexo2000 robodexo2000 bot commented Mar 8, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts-mirror/volsync-perfectra1n (source) patch 0.18.30.18.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@robodexo2000 robodexo2000 bot requested a review from ajgon as a code owner March 8, 2026 21:23
@robodexo2000
Copy link
Contributor Author

robodexo2000 bot commented Mar 8, 2026

--- HelmRelease: volsync-system/volsync Service: volsync-system/volsync-metrics

+++ HelmRelease: volsync-system/volsync Service: volsync-system/volsync-metrics

@@ -9,10 +9,10 @@

     app.kubernetes.io/instance: volsync
     app.kubernetes.io/managed-by: Helm
 spec:
   ports:
   - name: https
     port: 8443
-    targetPort: https
+    targetPort: 8443
   selector:
     control-plane: volsync-controller
 
--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

+++ HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

@@ -31,52 +31,27 @@

         runAsGroup: 1000
         runAsNonRoot: true
         runAsUser: 1000
         seccompProfile:
           type: RuntimeDefault
       containers:
-      - name: kube-rbac-proxy
-        securityContext:
-          allowPrivilegeEscalation: false
-          capabilities:
-            drop:
-            - ALL
-          readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.19.0
-        args:
-        - --secure-listen-address=0.0.0.0:8443
-        - --upstream=http://127.0.0.1:8080/
-        - --logtostderr=true
-        - --tls-min-version=VersionTLS12
-        - --v=0
-        - --ignore-paths=/metrics
-        ports:
-        - containerPort: 8443
-          protocol: TCP
-          name: https
-        resources:
-          limits:
-            cpu: 500m
-            memory: 128Mi
-          requests:
-            cpu: 5m
-            memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
-        - --metrics-bind-address=127.0.0.1:8080
+        - --metrics-bind-address=:8443
         - --leader-elect
         - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         - --kopia-successful-jobs-history-limit=3
         - --kopia-failed-jobs-history-limit=1
         - --scc-name=volsync-privileged-mover
+        - --metrics-require-rbac=false
         command:
         - /manager
         image: ghcr.io/perfectra1n/volsync:v0.17.10@sha256:19cf5464d70251fec98735f28eb4e5b035d37762fbd50fa7f0946eadc8df1987
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE

@robodexo2000
Copy link
Contributor Author

robodexo2000 bot commented Mar 8, 2026

--- kubernetes/apps/volsync-system/volsync Kustomization: volsync-system/volsync OCIRepository: volsync-system/volsync

+++ kubernetes/apps/volsync-system/volsync Kustomization: volsync-system/volsync OCIRepository: volsync-system/volsync

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.18.3
+    tag: 0.18.4
   url: oci://ghcr.io/home-operations/charts-mirror/volsync-perfectra1n
 

@robodexo2000 robodexo2000 bot force-pushed the renovate/ghcr.io-home-operations-charts-mirror-volsync-perfectra1n-0.18.x branch from 919ff9d to 84a7f9c Compare March 8, 2026 21:24
@ajgon ajgon merged commit 7803356 into master Mar 8, 2026
13 checks passed
@ajgon ajgon deleted the renovate/ghcr.io-home-operations-charts-mirror-volsync-perfectra1n-0.18.x branch March 8, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant