Skip to content

Commit 94baf74

Browse files
authored
Merge pull request #300 from fidelity/update-fluxcd
feat: change docker user to 1000
2 parents 2533953 + 111f298 commit 94baf74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH="${TARGETARCH}" GO111MODULE=on go buil
3333
FROM gcr.io/distroless/static:latest
3434
WORKDIR /
3535
COPY --from=builder /workspace/bin/ /usr/local/bin/
36-
USER nobody
36+
USER 1000
3737
ENTRYPOINT ["/usr/local/bin/kraan-controller"]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.15
1+
v0.3.16

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
description: A Helm chart for kraan controller
33
name: kraan-controller
44
type: application
5-
appVersion: v0.3.15
6-
version: v0.3.15
5+
appVersion: v0.3.16
6+
version: v0.3.16

0 commit comments

Comments
 (0)