diff --git a/staging/velero/Chart.yaml b/staging/velero/Chart.yaml index 8a4acb9985..253db86e2e 100755 --- a/staging/velero/Chart.yaml +++ b/staging/velero/Chart.yaml @@ -16,4 +16,4 @@ name: velero sources: - https://github.com/heptio/velero tillerVersion: '>=2.10.0' -version: 2.2.10 +version: 2.2.11 diff --git a/staging/velero/templates/miniobackend.yaml b/staging/velero/templates/miniobackend.yaml index d46bb7d895..ab373e7937 100644 --- a/staging/velero/templates/miniobackend.yaml +++ b/staging/velero/templates/miniobackend.yaml @@ -126,7 +126,7 @@ spec: serviceAccountName: minio-operator-sa containers: - name: minio-operator - image: minio/k8s-operator:1.0.1 + image: minio/k8s-operator:1.0.6 command: ["minio-operator"] args: - "-logtostderr=true"