diff --git a/common/zarf.yaml b/common/zarf.yaml index 9432af9..9ad90f5 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -20,14 +20,14 @@ components: path: name description: The name of the tenant - name: minio-operator - version: v6.0.2 + version: v6.0.4 url: https://github.com/minio/operator.git gitPath: helm/operator namespace: minio-operator valuesFiles: - ../values/common-values.yaml - name: minio-tenant - version: v6.0.2 + version: v6.0.4 url: https://github.com/minio/operator.git gitPath: helm/tenant/ namespace: minio diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 96fe7f6..e11717f 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -4,7 +4,7 @@ operator: image: repository: registry1.dso.mil/ironbank/opensource/minio/operator - tag: v6.0.2 + tag: v6.0.4 sidecarImage: repository: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar tag: v6.0.2 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 4734de5..be6b004 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,7 +4,7 @@ operator: image: repository: quay.io/minio/operator - tag: v6.0.2 + tag: v6.0.4 sidecarImage: repository: quay.io/minio/operator-sidecar tag: v6.0.2 diff --git a/zarf.yaml b/zarf.yaml index a4083b3..4c5cbe4 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -36,7 +36,7 @@ components: valuesFiles: - values/upstream-tenant-values.yaml images: - - quay.io/minio/operator:v6.0.2 + - quay.io/minio/operator:v6.0.4 - minio/mc:RELEASE.2024-08-13T05-33-17Z - quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z - quay.io/minio/operator-sidecar:v6.0.2 @@ -62,7 +62,7 @@ components: valuesFiles: - values/registry1-tenant-values.yaml images: - - registry1.dso.mil/ironbank/opensource/minio/operator:v6.0.2 + - registry1.dso.mil/ironbank/opensource/minio/operator:v6.0.4 - registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2 - registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-13T05-33-17Z - registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z