feat(helm): update chart volsync ( 0.17.15 ➔ 0.18.5 )#3125
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart volsync ( 0.17.15 ➔ 0.18.5 )#3125renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
qgr1-cluster-0 - kustomization--- k8s/base/volsync-system/volsync Kustomization: flux-system/volsync-system-volsync HelmRelease: volsync-system/volsync
+++ k8s/base/volsync-system/volsync Kustomization: flux-system/volsync-system-volsync HelmRelease: volsync-system/volsync
@@ -13,13 +13,13 @@
spec:
chart: volsync
sourceRef:
kind: HelmRepository
name: backube-charts
namespace: flux-system
- version: 0.17.15
+ version: 0.18.5
install:
createNamespace: true
remediation:
retries: 50
timeout: 15m
interval: 30m |
329b145 to
f0653f8
Compare
f0653f8 to
291ae11
Compare
291ae11 to
45be158
Compare
45be158 to
d3e1aee
Compare
d3e1aee to
93b9064
Compare
93b9064 to
8fda32f
Compare
8fda32f to
52dcce9
Compare
qgr1-cluster-0 - helmrelease--- 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
@@ -28,52 +28,27 @@
serviceAccountName: volsync
securityContext:
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
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.16.13
- --restic-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
- --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.16.13
imagePullPolicy: IfNotPresent
env:
- name: VOLSYNC_NAMESPACE |
52dcce9 to
3f5e405
Compare
3f5e405 to
1c4dd58
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.17.15→0.18.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.