From 91978851ae69901da4cfce730e1e0ee560c6a518 Mon Sep 17 00:00:00 2001 From: avouacr Date: Fri, 28 Jun 2024 16:23:07 +0000 Subject: [PATCH] feat(label-studio): improve s3 creds injection (maybe) --- charts/label-studio/Chart.yaml | 2 +- charts/label-studio/templates/secret-s3.yaml | 2 +- charts/label-studio/templates/statefulset.yaml | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/label-studio/Chart.yaml b/charts/label-studio/Chart.yaml index daa1fb4..95d780f 100644 --- a/charts/label-studio/Chart.yaml +++ b/charts/label-studio/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.2 +version: 2.1.3 dependencies: - name: library-chart diff --git a/charts/label-studio/templates/secret-s3.yaml b/charts/label-studio/templates/secret-s3.yaml index 1412f15..b1b0120 100644 --- a/charts/label-studio/templates/secret-s3.yaml +++ b/charts/label-studio/templates/secret-s3.yaml @@ -1 +1 @@ -{{ include "library-chart.secretS3" . }} \ No newline at end of file +{{ include "library-chart.secretS3" . }} diff --git a/charts/label-studio/templates/statefulset.yaml b/charts/label-studio/templates/statefulset.yaml index d3d96ea..de500b1 100644 --- a/charts/label-studio/templates/statefulset.yaml +++ b/charts/label-studio/templates/statefulset.yaml @@ -46,10 +46,8 @@ spec: value: {{ .Values.security.username }} - name: LABEL_STUDIO_PASSWORD value: {{ .Values.security.password }} - - name: S3_ENDPOINT + - name: AWS_ENDPOINT_URL value: "https://{{ .Values.s3.endpoint }}" - - name: S3-region - value: {{ .Values.s3.defaultRegion }} ports: - name: http containerPort: 8080