From 8126392b1745795161ae5192712d45cb0df7edd3 Mon Sep 17 00:00:00 2001 From: Kevin Leturc Date: Wed, 4 Sep 2024 09:21:25 +0200 Subject: [PATCH] NXP-32848: Update nuxeo helm chart --- ci/helm/helmfile.yaml.gotmpl | 4 ++-- ci/helm/values/values-nuxeo.yaml.gotmpl | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ci/helm/helmfile.yaml.gotmpl b/ci/helm/helmfile.yaml.gotmpl index 849f106e..9aee2bc8 100644 --- a/ci/helm/helmfile.yaml.gotmpl +++ b/ci/helm/helmfile.yaml.gotmpl @@ -15,7 +15,7 @@ repositories: # the index.yaml descriptor, see https://github.com/bitnami/charts/issues/10539 url: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami - name: nuxeo - url: https://chartmuseum.platform.dev.nuxeo.com/ + url: https://packages.nuxeo.com/repository/helm-releases-public/ helmDefaults: timeout: 600 @@ -24,7 +24,7 @@ helmDefaults: releases: - name: nuxeo chart: nuxeo/nuxeo - version: 3.0.13 + version: ~3.1.0 condition: nuxeo.enabled {{ if eq .Environment.Name "functionalTests" }} needs: diff --git a/ci/helm/values/values-nuxeo.yaml.gotmpl b/ci/helm/values/values-nuxeo.yaml.gotmpl index a3323498..9ec012de 100644 --- a/ci/helm/values/values-nuxeo.yaml.gotmpl +++ b/ci/helm/values/values-nuxeo.yaml.gotmpl @@ -15,8 +15,9 @@ service: dev.nuxeo.com/resource: service amazonS3: enabled: true - accessKeyId: {{ requiredEnv "AWS_ACCESS_KEY_ID" }} - secretAccessKey: {{ requiredEnv "AWS_SECRET_ACCESS_KEY" }} + auth: + accessKeyId: {{ requiredEnv "AWS_ACCESS_KEY_ID" }} + secretKey: {{ requiredEnv "AWS_SECRET_ACCESS_KEY" }} region: {{ requiredEnv "AWS_REGION" }} bucket: {{ requiredEnv "AWS_BUCKET" }} bucketPrefix: {{ requiredEnv "AWS_BUCKET_PREFIX" }}