From b8ebc9537a30d60afb7289ce49356c87c3d155a4 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Tue, 30 Jan 2024 15:05:51 -0500 Subject: [PATCH] fix skaffold minio image (#4413) --- kustomize/overlays/kotsstore/minio/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/overlays/kotsstore/minio/statefulset.yaml b/kustomize/overlays/kotsstore/minio/statefulset.yaml index 68f27ee872..b004a16218 100644 --- a/kustomize/overlays/kotsstore/minio/statefulset.yaml +++ b/kustomize/overlays/kotsstore/minio/statefulset.yaml @@ -38,7 +38,7 @@ spec: name: kotsadm-minio - name: MINIO_BROWSER value: "on" - image: kotsadm/minio:0.20231220.010002 + image: kotsadm/minio:0.20231220.010002-r2 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3