Skip to content

Commit

Permalink
NXP-32848: Update nuxeo helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Sep 16, 2024
1 parent 3a98c2e commit 8126392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/helm/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions ci/helm/values/values-nuxeo.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 8126392

Please sign in to comment.