Skip to content

ci(chart): new app version #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ WORKDIR /
COPY manager manager
USER 65532:65532

ENTRYPOINT ["/manager"]
# 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.2.0
appVersion: v0.2.2
description: OAUTH2 proxy kubernetes controller
home: https://github.com/DoodleScheduling/k8soauth2-proxy-controller
maintainers:
Expand All @@ -13,4 +13,4 @@ keywords:
name: k8soauth2-proxy-controller
sources:
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
version: 0.2.0
version: 0.2.2
2 changes: 1 addition & 1 deletion config/base/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.2.1
newTag: v0.2.2