velero update

This commit is contained in:
Philip Haupt
2025-07-16 21:32:39 +02:00
parent 7307152d01
commit 715d28f04b
2 changed files with 7 additions and 7 deletions

View File

@@ -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:

View File

@@ -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 clusters subscription. (Azure only)