Skip to content

Commit

Permalink
Fix apiServer.extraEnv being referenced in frontend deployment (#87)
Browse files Browse the repository at this point in the history
* Fix `apiServer.extraEnv` being referenced in frontend deployment

Signed-off-by: Niklas <[email protected]>

* Bump chart version to 0.9.1

Signed-off-by: Niklas <[email protected]>

---------

Signed-off-by: Niklas <[email protected]>
  • Loading branch information
nscuro authored Jun 12, 2024
1 parent 4e737a5 commit 5fabdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dependency-track/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: dependency-track
version: 0.9.0
version: 0.9.1
type: application
appVersion: 4.11.3
description: |-
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency-track/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
env:
- name: API_BASE_URL
value: {{ .Values.frontend.apiBaseUrl | quote }}
{{- with .Values.apiServer.extraEnv }}
{{- with .Values.frontend.extraEnv }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.frontend.extraEnvFrom }}
Expand Down

0 comments on commit 5fabdb3

Please sign in to comment.