Skip to content

Commit

Permalink
set user env in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Jun 15, 2022
1 parent 4e6af75 commit 112d979
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ WORKDIR /
COPY --from=builder /workspace/manager .
USER nonroot:nonroot

# User env is required by opentelemetry-go
ENV USER=k8soauth2-proxy-controller

ENTRYPOINT ["/manager"]
4 changes: 2 additions & 2 deletions chart/k8soauth2-proxy-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.1.0
appVersion: v0.1.1
description: OAUTH2 proxy kubernetes controller
home: https://github.com/DoodleScheduling/k8soauth2-proxy-controller
keywords:
Expand All @@ -10,4 +10,4 @@ keywords:
name: k8soauth2-proxy-controller
sources:
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
version: 0.1.3
version: 0.1.4
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- deployment.yaml
images:
- name: ghcr.io/doodlescheduling/k8soauth2-proxy-controller
newTag: v0.1.0
newTag: v0.1.1

0 comments on commit 112d979

Please sign in to comment.