Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart volsync ( 0.10.0 → 0.11.0 ) #1216

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Nov 8, 2024

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.10.0 -> 0.11.0

Release Notes

backube/volsync (volsync)

v0.11.0

Compare Source

Changed
  • Restic updated to v0.17.0
  • Syncthing updated to v1.27.12
Added
  • moverAffinity added to spec to allow for specifying the podAffinity assigned
    to a VolSync mover pod
  • cleanupTempPVC option added for direct users to allow for deleting the
    dynamically provisioned destination PVC after a completed replication.
  • cleanupCachePVC option for restic to allow for deleting the cache PVC
    after a completed replication.
  • enableFileDeletion restic option to allow for restoring to an existing
    PVC (for example running multiple restores) and delete files that do
    not exist in the backup being restored.

Configuration

📅 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.


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

This PR has been generated by Renovate Bot.

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | volsync | 0.10.0 | 0.11.0 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Nov 8, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 8, 2024

--- kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

+++ kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

@@ -1,24 +0,0 @@

----
-apiVersion: helm.toolkit.fluxcd.io/v2
-kind: HelmRelease
-metadata:
-  labels:
-    app.kubernetes.io/name: coredns
-    kustomize.toolkit.fluxcd.io/name: coredns
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: coredns
-  namespace: kube-system
-spec:
-  chart:
-    spec:
-      chart: coredns
-      sourceRef:
-        kind: HelmRepository
-        name: coredns
-        namespace: flux-system
-      version: 1.33.0
-  interval: 30m
-  valuesFrom:
-  - kind: ConfigMap
-    name: coredns-values-g69g5fgg7b
-
--- kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns ConfigMap: kube-system/coredns-values-g69g5fgg7b

+++ kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns ConfigMap: kube-system/coredns-values-g69g5fgg7b

@@ -1,71 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    ---
-    fullnameOverride: coredns
-    replicaCount: 3
-    k8sAppLabelOverride: kube-dns
-    serviceAccount:
-      create: true
-    service:
-      name: kube-dns
-      clusterIP: 10.96.0.10
-    servers:
-      - zones:
-          - zone: .
-            scheme: dns://
-            use_tcp: true
-        port: 53
-        plugins:
-          - name: errors
-          - name: health
-            configBlock: |-
-              lameduck 5s
-          - name: ready
-          - name: log
-            configBlock: |-
-              class error
-          - name: prometheus
-            parameters: 0.0.0.0:9153
-          - name: kubernetes
-            parameters: cluster.local in-addr.arpa ip6.arpa
-            configBlock: |-
-              pods insecure
-              fallthrough in-addr.arpa ip6.arpa
-          - name: forward
-            parameters: . /etc/resolv.conf
-          - name: cache
-            parameters: 30
-          - name: loop
-          - name: reload
-          - name: loadbalance
-    affinity:
-      nodeAffinity:
-        requiredDuringSchedulingIgnoredDuringExecution:
-          nodeSelectorTerms:
-            - matchExpressions:
-                - key: node-role.kubernetes.io/control-plane
-                  operator: Exists
-    tolerations:
-      - key: CriticalAddonsOnly
-        operator: Exists
-      - key: node-role.kubernetes.io/control-plane
-        operator: Exists
-        effect: NoSchedule
-    topologySpreadConstraints:
-      - maxSkew: 1
-        topologyKey: kubernetes.io/hostname
-        whenUnsatisfiable: DoNotSchedule
-        labelSelector:
-          matchLabels:
-            app.kubernetes.io/instance: coredns
-kind: ConfigMap
-metadata:
-  labels:
-    app.kubernetes.io/name: coredns
-    kustomize.toolkit.fluxcd.io/name: coredns
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: coredns-values-g69g5fgg7b
-  namespace: kube-system
-
--- kubernetes/main/flux Kustomization: flux-system/cluster HelmRepository: flux-system/coredns

+++ kubernetes/main/flux Kustomization: flux-system/cluster HelmRepository: flux-system/coredns

@@ -1,13 +0,0 @@

----
-apiVersion: source.toolkit.fluxcd.io/v1
-kind: HelmRepository
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: cluster
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: coredns
-  namespace: flux-system
-spec:
-  interval: 2h
-  url: https://coredns.github.io/helm
-
--- kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/coredns

+++ kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/coredns

@@ -1,30 +0,0 @@

----
-apiVersion: kustomize.toolkit.fluxcd.io/v1
-kind: Kustomization
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: cluster-apps
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: coredns
-  namespace: flux-system
-spec:
-  commonMetadata:
-    labels:
-      app.kubernetes.io/name: coredns
-  decryption:
-    provider: sops
-    secretRef:
-      name: sops-age
-  interval: 10m
-  path: ./kubernetes/main/apps/kube-system/coredns/app
-  postBuild:
-    substituteFrom:
-    - kind: ConfigMap
-      name: cluster-settings
-  prune: true
-  sourceRef:
-    kind: GitRepository
-    name: home-ops-kubernetes
-  targetNamespace: kube-system
-  wait: true
-
--- kubernetes/main/apps/system/volsync/app Kustomization: flux-system/volsync HelmRelease: system/volsync

+++ kubernetes/main/apps/system/volsync/app Kustomization: flux-system/volsync HelmRelease: system/volsync

@@ -14,13 +14,13 @@

       chart: volsync
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.10.0
+      version: 0.11.0
   interval: 30m
   values:
     manageCRDs: true
     metrics:
       disableAuth: true
       enabled: true

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 8, 2024

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

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

@@ -33,13 +33,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.17.1
+        image: quay.io/brancz/kube-rbac-proxy:v0.18.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
@@ -57,21 +57,21 @@

             memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
-        - --rclone-container-image=quay.io/backube/volsync:0.10.0
-        - --restic-container-image=quay.io/backube/volsync:0.10.0
-        - --rsync-container-image=quay.io/backube/volsync:0.10.0
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.10.0
-        - --syncthing-container-image=quay.io/backube/volsync:0.10.0
+        - --rclone-container-image=quay.io/backube/volsync:0.11.0
+        - --restic-container-image=quay.io/backube/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
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.10.0
+        image: quay.io/backube/volsync:0.11.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
--- HelmRelease: kube-system/coredns ServiceAccount: kube-system/coredns

+++ HelmRelease: kube-system/coredns ServiceAccount: kube-system/coredns

@@ -1,14 +0,0 @@

----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
-  name: coredns
-  namespace: kube-system
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-
--- HelmRelease: kube-system/coredns ConfigMap: kube-system/coredns

+++ HelmRelease: kube-system/coredns ConfigMap: kube-system/coredns

@@ -1,36 +0,0 @@

----
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: coredns
-  namespace: kube-system
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-data:
-  Corefile: |-
-    dns://.:53 {
-        errors
-        health {
-            lameduck 5s
-        }
-        ready
-        log {
-            class error
-        }
-        prometheus 0.0.0.0:9153
-        kubernetes cluster.local in-addr.arpa ip6.arpa {
-            pods insecure
-            fallthrough in-addr.arpa ip6.arpa
-        }
-        forward . /etc/resolv.conf
-        cache 30
-        loop
-        reload
-        loadbalance
-    }
-
--- HelmRelease: kube-system/coredns ClusterRole: kube-system/coredns

+++ HelmRelease: kube-system/coredns ClusterRole: kube-system/coredns

@@ -1,31 +0,0 @@

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
-  name: coredns
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-rules:
-- apiGroups:
-  - ''
-  resources:
-  - endpoints
-  - services
-  - pods
-  - namespaces
-  verbs:
-  - list
-  - watch
-- apiGroups:
-  - discovery.k8s.io
-  resources:
-  - endpointslices
-  verbs:
-  - list
-  - watch
-
--- HelmRelease: kube-system/coredns ClusterRoleBinding: kube-system/coredns

+++ HelmRelease: kube-system/coredns ClusterRoleBinding: kube-system/coredns

@@ -1,21 +0,0 @@

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
-  name: coredns
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-roleRef:
-  apiGroup: rbac.authorization.k8s.io
-  kind: ClusterRole
-  name: coredns
-subjects:
-- kind: ServiceAccount
-  name: coredns
-  namespace: kube-system
-
--- HelmRelease: kube-system/coredns Service: kube-system/kube-dns

+++ HelmRelease: kube-system/coredns Service: kube-system/kube-dns

@@ -1,28 +0,0 @@

----
-apiVersion: v1
-kind: Service
-metadata:
-  name: kube-dns
-  namespace: kube-system
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-spec:
-  selector:
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    app.kubernetes.io/name: coredns
-  clusterIP: 10.96.0.10
-  ports:
-  - name: udp-53
-    port: 53
-    protocol: UDP
-  - name: tcp-53
-    port: 53
-    protocol: TCP
-  type: ClusterIP
-
--- HelmRelease: kube-system/coredns Deployment: kube-system/coredns

+++ HelmRelease: kube-system/coredns Deployment: kube-system/coredns

@@ -1,117 +0,0 @@

----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: coredns
-  namespace: kube-system
-  labels:
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/instance: coredns
-    k8s-app: kube-dns
-    kubernetes.io/cluster-service: 'true'
-    kubernetes.io/name: CoreDNS
-    app.kubernetes.io/name: coredns
-spec:
-  replicas: 3
-  strategy:
-    type: RollingUpdate
-    rollingUpdate:
-      maxUnavailable: 1
-      maxSurge: 25%
-  selector:
-    matchLabels:
-      app.kubernetes.io/instance: coredns
-      k8s-app: kube-dns
-      app.kubernetes.io/name: coredns
-  template:
-    metadata:
-      labels:
-        k8s-app: kube-dns
-        app.kubernetes.io/name: coredns
-        app.kubernetes.io/instance: coredns
-      annotations:
-        scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly",
-          "operator":"Exists"}]'
-    spec:
-      terminationGracePeriodSeconds: 30
-      serviceAccountName: coredns
-      dnsPolicy: Default
-      affinity:
-        nodeAffinity:
-          requiredDuringSchedulingIgnoredDuringExecution:
-            nodeSelectorTerms:
-            - matchExpressions:
-              - key: node-role.kubernetes.io/control-plane
-                operator: Exists
-      topologySpreadConstraints:
-      - labelSelector:
-          matchLabels:
-            app.kubernetes.io/instance: coredns
-        maxSkew: 1
-        topologyKey: kubernetes.io/hostname
-        whenUnsatisfiable: DoNotSchedule
-      tolerations:
-      - key: CriticalAddonsOnly
-        operator: Exists
-      - effect: NoSchedule
-        key: node-role.kubernetes.io/control-plane
-        operator: Exists
-      containers:
-      - name: coredns
-        image: coredns/coredns:1.11.3
-        imagePullPolicy: IfNotPresent
-        args:
-        - -conf
-        - /etc/coredns/Corefile
-        volumeMounts:
-        - name: config-volume
-          mountPath: /etc/coredns
-        resources:
-          limits:
-            cpu: 100m
-            memory: 128Mi
-          requests:
-            cpu: 100m
-            memory: 128Mi
-        ports:
-        - containerPort: 53
-          name: udp-53
-          protocol: UDP
-        - containerPort: 53
-          name: tcp-53
-          protocol: TCP
-        - containerPort: 9153
-          name: tcp-9153
-          protocol: TCP
-        livenessProbe:
-          httpGet:
-            path: /health
-            port: 8080
-            scheme: HTTP
-          initialDelaySeconds: 60
-          periodSeconds: 10
-          timeoutSeconds: 5
-          successThreshold: 1
-          failureThreshold: 5
-        readinessProbe:
-          httpGet:
-            path: /ready
-            port: 8181
-            scheme: HTTP
-          initialDelaySeconds: 30
-          periodSeconds: 10
-          timeoutSeconds: 5
-          successThreshold: 1
-          failureThreshold: 5
-        securityContext:
-          capabilities:
-            add:
-            - NET_BIND_SERVICE
-      volumes:
-      - name: config-volume
-        configMap:
-          name: coredns
-          items:
-          - key: Corefile
-            path: Corefile
-

@kireque kireque merged commit 8b2744a into main Nov 9, 2024
20 checks passed
@kireque kireque deleted the renovate/main-volsync-0.x branch November 9, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant