From 19c987be7dd1c3e50811e957c93c496efd6ff57a Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 30 Dec 2024 10:24:43 +0000 Subject: [PATCH] ci(bot-auto-bump): bump magicleaps image tags for alpha to snapshot-d586405-linux-amd64 --- .../helm-pkg/magicleaps/values.alpha.yaml | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/magicleaps/helm-pkg/magicleaps/values.alpha.yaml b/magicleaps/helm-pkg/magicleaps/values.alpha.yaml index 87c20383..c7760e80 100644 --- a/magicleaps/helm-pkg/magicleaps/values.alpha.yaml +++ b/magicleaps/helm-pkg/magicleaps/values.alpha.yaml @@ -1,5 +1,5 @@ -imagePullSecrets: - - name: docker-secret +imagePullSecrets: +- name: docker-secret backend: enabled: true name: magicleaps-backend @@ -7,7 +7,7 @@ backend: repository: docker.io/zhenyus name: magicleaps imagePullPolicy: IfNotPresent - tag: "backend-snapshot-5e9dea2-linux-amd64" + tag: backend-snapshot-d586405-linux-amd64 extraEnv: {} port: 8081 ingress: @@ -31,19 +31,17 @@ backend: config: mongo: db: magicleaps_alpha - host: 'mongo-mongodb.magicleaps-alpha.svc.cluster.local' + host: mongo-mongodb.magicleaps-alpha.svc.cluster.local port: 27017 email: - user: 'your@freeleaps.com' - password: 'your-password' - superAdmin: 'your@email.com' + user: your@freeleaps.com + password: your-password + superAdmin: your@email.com twilio: accountSid: '' authToken: '' log: - level: 'INFO' - - + level: INFO frontend: enabled: true name: magicleaps-frontend @@ -51,12 +49,12 @@ frontend: repository: docker.io/zhenyus name: magicleaps imagePullPolicy: IfNotPresent - tag: "frontend-snapshot-5e9dea2-linux-amd64" + tag: frontend-snapshot-d586405-linux-amd64 extraEnv: {} port: 80 ingress: annotations: {} - host: 'magicleaps-alpha.wearelsp.com' + host: magicleaps-alpha.wearelsp.com nodeSelector: {} affinity: {} replicaCount: 1 @@ -71,4 +69,4 @@ frontend: readinessProbe: httpGet: path: / - port: 80 \ No newline at end of file + port: 80