Skip to content

Commit 9d9e96b

Browse files
authored
ci(chart): new app version (#21)
* ci(chart): new app version * fix: define required user env * ci: bump version
1 parent 24f7fd9 commit 9d9e96b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Dockerfile.release

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ WORKDIR /
55
COPY manager manager
66
USER 65532:65532
77

8-
ENTRYPOINT ["/manager"]
8+
# User env is required by opentelemetry-go
9+
ENV USER=k8soauth2-proxy-controller
10+
11+
ENTRYPOINT ["/manager"]

chart/k8soauth2-proxy-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v0.2.0
2+
appVersion: v0.2.2
33
description: OAUTH2 proxy kubernetes controller
44
home: https://github.com/DoodleScheduling/k8soauth2-proxy-controller
55
maintainers:
@@ -13,4 +13,4 @@ keywords:
1313
name: k8soauth2-proxy-controller
1414
sources:
1515
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
16-
version: 0.2.0
16+
version: 0.2.2

config/base/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
- deployment.yaml
55
images:
66
- name: ghcr.io/doodlescheduling/k8soauth2-proxy-controller
7-
newTag: v0.2.1
7+
newTag: v0.2.2

0 commit comments

Comments
 (0)