feat(helm): update volsync ( 0.11.0 → 0.16.0 )#400
Open
parsec-renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/apps/storage/volsync/app Kustomization: flux-system/volsync HelmRelease: storage/volsync
+++ kubernetes/apps/storage/volsync/app Kustomization: flux-system/volsync HelmRelease: storage/volsync
@@ -13,13 +13,13 @@
spec:
chart: volsync
sourceRef:
kind: HelmRepository
name: backube
namespace: flux-system
- version: 0.11.0
+ version: 0.12.0
dependsOn:
- name: snapshot-controller
namespace: storage
install:
remediation:
retries: 3 |
--- HelmRelease: storage/volsync Deployment: storage/volsync
+++ HelmRelease: storage/volsync Deployment: storage/volsync
@@ -25,21 +25,24 @@
app.kubernetes.io/instance: volsync
spec:
serviceAccountName: volsync
securityContext:
runAsNonRoot: true
runAsUser: 65534
+ runAsGroup: 65534
+ seccompProfile:
+ type: RuntimeDefault
containers:
- name: kube-rbac-proxy
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
- image: quay.io/brancz/kube-rbac-proxy:v0.18.0
+ image: quay.io/brancz/kube-rbac-proxy:v0.18.2
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --tls-min-version=VersionTLS12
- --v=0
@@ -59,20 +62,25 @@
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --rclone-container-image=ghcr.io/onedr0p/volsync:0.11.0
- --restic-container-image=ghcr.io/onedr0p/volsync:0.11.0
- - --rsync-container-image=quay.io/backube/volsync:0.11.0
- - --rsync-tls-container-image=quay.io/backube/volsync:0.11.0
- - --syncthing-container-image=quay.io/backube/volsync:0.11.0
+ - --rsync-container-image=quay.io/backube/volsync:0.12.0
+ - --rsync-tls-container-image=quay.io/backube/volsync:0.12.0
+ - --syncthing-container-image=quay.io/backube/volsync:0.12.0
- --scc-name=volsync-privileged-mover
command:
- /manager
image: ghcr.io/onedr0p/volsync:0.11.0
imagePullPolicy: IfNotPresent
+ env:
+ - name: VOLSYNC_NAMESPACE
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.namespace
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20 |
9282e94 to
06e011b
Compare
06e011b to
373ae0c
Compare
373ae0c to
a35d88d
Compare
a35d88d to
85c7fa7
Compare
85c7fa7 to
e8ac8dd
Compare
e8ac8dd to
7bf0d3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.0→0.16.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
backube/volsync (volsync)
v0.16.0Compare Source
Changed
Fixed
Security
v0.15.0Compare Source
Changed
provided by controller-runtime
Fixed
v0.14.0Compare Source
Changed
overridden by RCLONE_ env vars in the rclone config secret
of secrets or PVCs to their mover pod
v0.13.1Compare Source
Fixed
when
restic cat configtakes > 10 secondsChanged
v0.13.0Compare Source
Changed
Fixed
replicationdestination have the same name and are in the same
namespace
Security
v0.12.1Compare Source
Security
v0.12.0Compare Source
Changed
namespace to the mover namespace so mover jobs can use them
the end of mover tasks
follow restic recommendations
Fixed
replicationsource or replicationdestination CR name is too long
Security
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.