From ea607e954df35da7f931e62219727f130d5a1afa Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 17 Feb 2025 22:55:38 +0000 Subject: [PATCH] ci(bump): bump backend image version for prod to 1.0.0 --- magicleaps/helm-pkg/magicleaps/values.prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magicleaps/helm-pkg/magicleaps/values.prod.yaml b/magicleaps/helm-pkg/magicleaps/values.prod.yaml index 99f6f8b6..cf95853c 100644 --- a/magicleaps/helm-pkg/magicleaps/values.prod.yaml +++ b/magicleaps/helm-pkg/magicleaps/values.prod.yaml @@ -60,8 +60,8 @@ frontend: backend: replicas: 1 image: - registry: null - repository: sunzhenyucn + registry: docker.io + repository: null name: magicleaps-backend tag: 1.0.0 imagePullPolicy: IfNotPresent