Skip to content

Commit ea4020e

Browse files
authored
Merge pull request #72 from jordanopensource/task/release_monk_chart_version_2.3.0
[monk]: upgrade to app version v4.1.0
2 parents 4618101 + 1cac7ce commit ea4020e

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

charts/monk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.2.1
18+
version: 2.3.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.4.0"
24+
appVersion: "v4.1.0"

charts/monk/templates/deployment.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@ spec:
7070
imagePullPolicy: {{ .Values.image.pullPolicy }}
7171
{{- if .Values.existingSecret.enabled}}
7272
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 }}
8373
- name: LISTMONK_db__password
8474
valueFrom:
8575
secretKeyRef:

charts/monk/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ existingSecret:
8787
# Enable if you want to use an existing secret and not create one from the values in the listmonk section.
8888
enabled: true
8989
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
9490
# this will overwrite the password in the database credentials section.
9591
databasePasswordKey: db_password
9692

0 commit comments

Comments
 (0)