File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.2.1
18
+ version : 2.3.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 2.4 .0"
24
+ appVersion : " v4.1 .0"
Original file line number Diff line number Diff line change 70
70
imagePullPolicy : {{ .Values.image.pullPolicy }}
71
71
{{- if .Values.existingSecret.enabled}}
72
72
env :
73
- - name : LISTMONK_app__admin_username
74
- valueFrom :
75
- secretKeyRef :
76
- name : {{ .Values.existingSecret.secretName }}
77
- key : {{ .Values.existingSecret.adminUsernameKey }}
78
- - name : LISTMONK_app__admin_password
79
- valueFrom :
80
- secretKeyRef :
81
- name : {{ .Values.existingSecret.secretName }}
82
- key : {{ .Values.existingSecret.adminPasswordKey }}
83
73
- name : LISTMONK_db__password
84
74
valueFrom :
85
75
secretKeyRef :
Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ existingSecret:
87
87
# Enable if you want to use an existing secret and not create one from the values in the listmonk section.
88
88
enabled : true
89
89
secretName : monk-secrets
90
- # this will overwrite the username in the adminCredentials section.
91
- adminUsernameKey : admin_username
92
- # this will overwrite the password in the adminCredentials section.
93
- adminPasswordKey : admin_password
94
90
# this will overwrite the password in the database credentials section.
95
91
databasePasswordKey : db_password
96
92
You can’t perform that action at this time.
0 commit comments