From 4c164907f598025df325bbf487987bc894394d7f Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Fri, 4 Sep 2026 14:36:12 +0800 Subject: [PATCH] build: align Helm defaults with the published release tag Signed-off-by: Feng Ruohang --- helm/silo/Chart.yaml | 2 +- helm/silo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/silo/Chart.yaml b/helm/silo/Chart.yaml index fc6847b29..ba3123e00 100644 --- a/helm/silo/Chart.yaml +++ b/helm/silo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: S3-Interface Libre Object Storage name: silo version: 7.0.2 -appVersion: RELEASE.2026-09-03T00-00-00Z +appVersion: RELEASE.2026-09-03T13-18-01Z keywords: - silo - storage diff --git a/helm/silo/values.yaml b/helm/silo/values.yaml index 376ae1c07..3f702e7d2 100644 --- a/helm/silo/values.yaml +++ b/helm/silo/values.yaml @@ -15,7 +15,7 @@ clusterDomain: cluster.local ## image: repository: pgsty/silo - tag: RELEASE.2026-09-03T00-00-00Z + tag: RELEASE.2026-09-03T13-18-01Z pullPolicy: IfNotPresent imagePullSecrets: []