Files
truecharts/charts/system/volsync/values.yaml
T
TrueCharts Bot fd62d53c44 chore(helm): update image quay.io/backube/volsync 0.12.1 → 0.13.0 (#37682)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/backube/volsync](https://redirect.github.com/backube/volsync)
| minor | `2dd1ef4` -> `80c2d89` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>backube/volsync (quay.io/backube/volsync)</summary>

###
[`v0.13.0`](https://redirect.github.com/backube/volsync/blob/HEAD/CHANGELOG.md#0130)

[Compare
Source](https://redirect.github.com/backube/volsync/compare/v0.12.1...v0.13.0)

##### Changed

- Restic updated to v0.18.0
- Syncthing updated to v1.29.7

##### Fixed

- Fix restic cache PVC name collision if replicationsource and
  replicationdestination have the same name and are in the same
  namespace

##### Security

- kube-rbac-proxy upgraded to v0.19.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-28 12:39:05 +00:00

469 lines
9.9 KiB
YAML

image:
repository: quay.io/backube/volsync
pullPolicy: IfNotPresent
tag: 0.13.0@sha256:80c2d896d6bea7fad4f3843a8ffa69aa3f1c6e675f679f2f72c66664834e90ed
proxyImage:
repository: quay.io/brancz/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.19.1@sha256:9f21034731c7c3228611b9d40807f3230ce8ed2b286b913bf2d1e760d8d866fc
manageCRDs: true
manageVSCCRD: true
workload:
main:
replicas: 1
strategy: RollingUpdate
podSpec:
containers:
main:
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --rclone-container-image={{ printf "%s:%s" .Values.image.repository .Values.image.tag }}
- --restic-container-image={{ printf "%s:%s" .Values.image.repository .Values.image.tag }}
- --rsync-container-image={{ printf "%s:%s" .Values.image.repository .Values.image.tag }}
- --rsync-tls-container-image={{ printf "%s:%s" .Values.image.repository .Values.image.tag }}
- --syncthing-container-image={{ printf "%s:%s" .Values.image.repository .Values.image.tag }}
- --scc-name=volsync-privileged-mover
command:
- /manager
probes:
liveness:
path: "/healthz"
readiness:
path: "/readyz"
startup:
path: "/readyz"
kube-rbac-proxy:
enabled: true
imageSelector: proxyImage
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --proxy-endpoints-port=8888
- "--tls-min-version=VersionTLS12"
- --v=0
- --ignore-paths=/metrics
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
probes:
liveness:
type: https
port: 8888
path: /healthz
readiness:
type: https
port: 8888
path: /healthz
startup:
type: https
port: 8888
path: /healthz
# -- Options for all pods
# Can be overruled per pod
podOptions:
automountServiceAccountToken: true
metrics:
main:
enabled: true
type: servicemonitor
endpoints:
- port: metrics
path: /metrics
scheme: https
tlsConfig:
insecureSkipVerify: true
targetSelector: metrics
# -- Options for the main traefik service, where the entrypoints traffic comes from
# from.
service:
main:
ports:
main:
port: 8081
targetPort: 8081
protocol: http
metrics:
enabled: true
type: ClusterIP
ports:
metrics:
enabled: true
port: 8443
targetPort: 8443
protocol: https
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
primary: true
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
main:
enabled: true
primary: true
clusterWide: false
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
cluster:
enabled: true
primary: false
clusterWide: true
allServiceAccounts: true
rules:
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- patch
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- events.k8s.io
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- populator.storage.k8s.io
resources:
- volumepopulators
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- security.openshift.io
resources:
- securitycontextconstraints
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- security.openshift.io
resourceNames:
- volsync-privileged-mover
resources:
- securitycontextconstraints
verbs:
- use
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
verbs:
- get
- list
- watch
- apiGroups:
- volsync.backube
resources:
- replicationdestinations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
resources:
- replicationdestinations/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
resources:
- replicationdestinations/status
verbs:
- get
- patch
- update
- apiGroups:
- volsync.backube
resources:
- replicationsources
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
resources:
- replicationsources/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
resources:
- replicationsources/status
verbs:
- get
- patch
- update
configmap:
# Some included dashboards, which can be enabled when prefered
dashboard-volsync:
enabled: true
labels:
grafana_dashboard: "1"
data:
dashboard_volsync.json: >-
{{ .Files.Get "dashboard_volsync.json" | indent 8 }}