Skip to content

Commit

Permalink
fix: Fix numeric user id
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Oct 31, 2024
1 parent ffeaebb commit ac32177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion charts/cloudian-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac32177

Please sign in to comment.