Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3b0725a5
authored
2022-09-09 17:42:10 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Allow the oauth2-proxy image to be set, and update it from 7.2.1 to
7.3.0.
1 parent
611a2fde
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
oauth2-proxy/charts/oauth2-proxy/oauth2-proxy.yaml
oauth2-proxy/environments/default-values.yaml
oauth2-proxy/helmfile.yaml
oauth2-proxy/charts/oauth2-proxy/oauth2-proxy.yaml
View file @
3b0725a
...
...
@@ -31,7 +31,7 @@ spec:
spec
:
containers
:
-
name
:
oauth2-proxy
image
:
"
quay.io/oauth2-proxy/oauth2-proxy:v7.2.1"
image
:
oauth2-proxy
imagePullPolicy
:
"
IfNotPresent"
envFrom
:
-
configMapRef
:
...
...
oauth2-proxy/environments/default-values.yaml
View file @
3b0725a
oauth2_proxy
:
enabled
:
true
namespace
:
default
image
:
quay.io/oauth2-proxy/oauth2-proxy:v7.3.0
name
:
"
"
config
:
OAUTH2_PROXY_UPSTREAMS
:
"
"
...
...
oauth2-proxy/helmfile.yaml
View file @
3b0725a
...
...
@@ -9,7 +9,9 @@ releases:
condition
:
oauth2_proxy.enabled
values
:
-
nameSuffix
:
-{{ $.Values.oauth2_proxy.name }}
-
{{
.Values.oauth2_proxy.config | toYaml | nindent 8
}}
images
:
-
name
:
oauth2-proxy
newName
:
{{
$.Values.oauth2_proxy.image | quote
}}
jsonPatches
:
-
target
:
version
:
v1
...
...
Please
register
or
sign in
to post a comment