From 715d28f04b83dfe57e448dd29a38dee5696caa2a Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 16 Jul 2025 21:32:39 +0200 Subject: [PATCH] velero update --- velero/main.yaml | 10 +++++----- velero/src/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/velero/main.yaml b/velero/main.yaml index a6c6d49..e30179d 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3527,7 +3527,7 @@ spec: value: /credentials/cloud - name: ALIBABA_CLOUD_CREDENTIALS_FILE value: /credentials/cloud - image: velero/velero:v1.16.0 + image: velero/velero:v1.16.1 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5 @@ -3633,7 +3633,7 @@ spec: value: /credentials/cloud - name: ALIBABA_CLOUD_CREDENTIALS_FILE value: /credentials/cloud - image: velero/velero:v1.16.0 + image: velero/velero:v1.16.1 imagePullPolicy: IfNotPresent name: node-agent ports: @@ -3689,7 +3689,7 @@ spec: - /velero install --crds-only --dry-run -o yaml | /tmp/kubectl apply -f - command: - /tmp/sh - image: velero/velero:v1.16.0 + image: velero/velero:v1.16.1 imagePullPolicy: IfNotPresent name: velero volumeMounts: @@ -3701,7 +3701,7 @@ spec: - cp `which sh` /tmp && cp `which kubectl` /tmp command: - /bin/sh - image: docker.io/bitnami/kubectl:1.32 + image: docker.io/bitnami/kubectl:1.33 imagePullPolicy: IfNotPresent name: kubectl volumeMounts: @@ -3728,7 +3728,7 @@ spec: config: region: home-nas s3ForcePathStyle: "true" - s3Url: http://s3.home:9000 + s3Url: http://192.168.10.1:9000 credential: null default: true objectStorage: diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 4e9be88..e338f4f 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -33,7 +33,7 @@ namespace: # enabling node-agent). Required. image: repository: velero/velero - tag: v1.16.0 + tag: v1.16.1 # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. # If used, it will take precedence over the image.tag. # digest: @@ -345,7 +345,7 @@ configuration: config: region: home-nas s3ForcePathStyle: true - s3Url: http://s3.home:9000 + s3Url: http://192.168.10.1:9000 # kmsKeyId: # resourceGroup: # The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)