Skip to content

Commit

Permalink
[performance-monitor] Remove duplicated env from deployment template (#…
Browse files Browse the repository at this point in the history
…379)

Co-authored-by: Jozef Volak <[email protected]>
  • Loading branch information
Jozefiel and Jozef Volak authored Jun 13, 2024
1 parent 3e26833 commit 8b0bfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/performance-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: performance-monitor
description: FRINX Performance Monitor chart for FRINX-machine
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 0.1.1
version: 0.1.2
appVersion: "6.0.0"
dependencies:
- condition: postgresql.enabled
Expand All @@ -24,7 +24,7 @@ annotations:
image: frinx/performance-monitor:6.0.0
artifacthub.io/changes: |
- kind: fixed
description: Removed latest tag from helm values
description: Remove duplicated env vars in deployment template
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/378
url: https://github.com/FRINXio/helm-charts/pull/379
4 changes: 0 additions & 4 deletions charts/performance-monitor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- range $key, $val := .Values.env }}
- name: {{ $key | quote }}
value: {{ $val | quote }}
{{- end }}
# TODO
# - name: "POSTGRES_DB_SCHEMA"
# value: {{ .Values.dbPersistence.POSTGRES_DB_SCHEMA | quote }}
Expand Down

0 comments on commit 8b0bfe2

Please sign in to comment.