velero update
This commit is contained in:
@@ -3527,7 +3527,7 @@ spec:
|
|||||||
value: /credentials/cloud
|
value: /credentials/cloud
|
||||||
- name: ALIBABA_CLOUD_CREDENTIALS_FILE
|
- name: ALIBABA_CLOUD_CREDENTIALS_FILE
|
||||||
value: /credentials/cloud
|
value: /credentials/cloud
|
||||||
image: velero/velero:v1.16.0
|
image: velero/velero:v1.16.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
@@ -3633,7 +3633,7 @@ spec:
|
|||||||
value: /credentials/cloud
|
value: /credentials/cloud
|
||||||
- name: ALIBABA_CLOUD_CREDENTIALS_FILE
|
- name: ALIBABA_CLOUD_CREDENTIALS_FILE
|
||||||
value: /credentials/cloud
|
value: /credentials/cloud
|
||||||
image: velero/velero:v1.16.0
|
image: velero/velero:v1.16.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: node-agent
|
name: node-agent
|
||||||
ports:
|
ports:
|
||||||
@@ -3689,7 +3689,7 @@ spec:
|
|||||||
- /velero install --crds-only --dry-run -o yaml | /tmp/kubectl apply -f -
|
- /velero install --crds-only --dry-run -o yaml | /tmp/kubectl apply -f -
|
||||||
command:
|
command:
|
||||||
- /tmp/sh
|
- /tmp/sh
|
||||||
image: velero/velero:v1.16.0
|
image: velero/velero:v1.16.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: velero
|
name: velero
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -3701,7 +3701,7 @@ spec:
|
|||||||
- cp `which sh` /tmp && cp `which kubectl` /tmp
|
- cp `which sh` /tmp && cp `which kubectl` /tmp
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
image: docker.io/bitnami/kubectl:1.32
|
image: docker.io/bitnami/kubectl:1.33
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: kubectl
|
name: kubectl
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -3728,7 +3728,7 @@ spec:
|
|||||||
config:
|
config:
|
||||||
region: home-nas
|
region: home-nas
|
||||||
s3ForcePathStyle: "true"
|
s3ForcePathStyle: "true"
|
||||||
s3Url: http://s3.home:9000
|
s3Url: http://192.168.10.1:9000
|
||||||
credential: null
|
credential: null
|
||||||
default: true
|
default: true
|
||||||
objectStorage:
|
objectStorage:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace:
|
|||||||
# enabling node-agent). Required.
|
# enabling node-agent). Required.
|
||||||
image:
|
image:
|
||||||
repository: velero/velero
|
repository: velero/velero
|
||||||
tag: v1.16.0
|
tag: v1.16.1
|
||||||
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
|
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
|
||||||
# If used, it will take precedence over the image.tag.
|
# If used, it will take precedence over the image.tag.
|
||||||
# digest:
|
# digest:
|
||||||
@@ -345,7 +345,7 @@ configuration:
|
|||||||
config:
|
config:
|
||||||
region: home-nas
|
region: home-nas
|
||||||
s3ForcePathStyle: true
|
s3ForcePathStyle: true
|
||||||
s3Url: http://s3.home:9000
|
s3Url: http://192.168.10.1:9000
|
||||||
# kmsKeyId:
|
# kmsKeyId:
|
||||||
# resourceGroup:
|
# resourceGroup:
|
||||||
# The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)
|
# The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)
|
||||||
|
|||||||
Reference in New Issue
Block a user