Skip to content
Snippets Groups Projects
Commit d5d8588a authored by Goeran Poehner's avatar Goeran Poehner
Browse files

Updated latest features to old chart versions

parent 007bab2c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.6.3
version: 0.2.23
appVersion: "10.9.3"
appVersion: "10.5.17"
......@@ -8,6 +8,7 @@
| 0.2.20 | 10.5.15 | Upgraded MariaDB to 10.5.15 |
| 0.2.21 | 10.5.16 | Upgraded MariaDB to 10.5.16 |
| 0.2.22 | 10.5.17 | Upgraded MariaDB to 10.5.17 |
| 0.2.23 | 10.5.17 | Implemented support for custom inline init scripts and image.registry option |
| 0.3.1 | 10.6.5 | Implemented startupProbe support |
| 0.3.2 | 10.6.5 | Implemented support for extra secrets and advanced configuration capabilites |
| 0.3.3 | 10.6.5 | Implemented support for extra containers |
......
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.5.2
version: 0.3.17
appVersion: "6.0.1"
appVersion: "4.4.17"
......@@ -19,6 +19,7 @@
| 0.3.14 | 4.4.14 | Upgraded to MongoDB 4.4.14 |
| 0.3.15 | 4.4.15 | Upgraded to MongoDB 4.4.15 |
| 0.3.16 | 4.4.16 | Upgraded to MongoDB 4.4.16 |
| 0.3.17 | 4.4.17 | Upgraded to MongoDB 4.4.17 |
| 0.4.1 | 5.0.5 | Implemented startupProbe support |
| 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 |
| 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites |
......
......@@ -95,7 +95,7 @@ spec:
command:
- /bin/sh
- -c
- mongosh --eval "db.adminCommand('ping')"
- mongo --eval "db.adminCommand('ping')"
{{- with .Values.startupProbe }}
initialDelaySeconds: {{ .initialDelaySeconds }}
timeoutSeconds: {{ .timeoutSeconds }}
......@@ -115,7 +115,7 @@ spec:
command:
- /bin/sh
- -c
- mongosh --eval "db.adminCommand('ping')"
- mongo --eval "db.adminCommand('ping')"
{{- with .Values.livenessProbe }}
initialDelaySeconds: {{ .initialDelaySeconds }}
timeoutSeconds: {{ .timeoutSeconds }}
......@@ -135,7 +135,7 @@ spec:
command:
- /bin/sh
- -c
- mongosh --eval "db.adminCommand('ping')"
- mongo --eval "db.adminCommand('ping')"
{{- with .Values.readinessProbe }}
initialDelaySeconds: {{ .initialDelaySeconds }}
timeoutSeconds: {{ .timeoutSeconds }}
......
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.3.13
version: 0.2.22
appVersion: "14.5"
appVersion: "13.8"
......@@ -8,6 +8,7 @@
| 0.2.19 | 13.6 | Upgraded to Postgres 13.6 |
| 0.2.20 | 13.7 | Upgraded to Postgres 13.7 |
| 0.2.21 | 13.8 | Upgraded to Postgres 13.8 |
| 0.2.22 | 13.8 | Implemented support for custom inline init scripts and image.registry option |
| 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 |
| 0.3.5 | 14.1 | Updated readme and release notes |
| 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment