From ac32177d7b4df65e23a5ac6d4044fec577471236 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Thu, 31 Oct 2024 08:40:39 +0100 Subject: [PATCH] fix: Fix numeric user id --- Dockerfile | 2 +- charts/cloudian-exporter/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a614fdb..73bc107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ FROM alpine COPY --from=builder /app/cloudian-exporter / RUN adduser -D cloudian-exporter && chmod +x /cloudian-exporter -USER cloudian-exporter +USER 1001 EXPOSE 8080 ENTRYPOINT ["/cloudian-exporter"] \ No newline at end of file diff --git a/charts/cloudian-exporter/Chart.yaml b/charts/cloudian-exporter/Chart.yaml index f8ba1fc..ec0b72c 100644 --- a/charts/cloudian-exporter/Chart.yaml +++ b/charts/cloudian-exporter/Chart.yaml @@ -3,7 +3,7 @@ name: cloudian-exporter description: A Helm chart for cloudian-exporter type: application version: 0.1.2 -appVersion: "0.1.0" +appVersion: "0.1.1" keywords: - cloudian - s3