Skip to content
Snippets Groups Projects
Unverified Commit 6bc734f8 authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Added startup probe #826 (#827)

parent 7127b068
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.2.17
version: 0.3.1
appVersion: "10.5.13"
appVersion: "10.6.5"
# MariaDB
![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.13](https://img.shields.io/badge/AppVersion-10.5.13-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.5](https://img.shields.io/badge/AppVersion-10.6.5-informational?style=flat-square)
## Changelog
......
......@@ -3,4 +3,5 @@
| Chart version | App version | Change description |
| :------------ | :---------- | :----------------- |
| 0.2.17 | 10.5.13 | Implemented startupProbe support |
| 0.3.1 | 10.6.5 | Implemented startupProbe support |
| | | |
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.2.14
version: 0.3.8
appVersion: "4.2.14"
appVersion: "4.4.11"
# MongoDB
![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.14](https://img.shields.io/badge/AppVersion-4.2.14-informational?style=flat-square)
![Version: 0.3.84](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.11](https://img.shields.io/badge/AppVersion-4.4.11-informational?style=flat-square)
## Changelog
......@@ -40,7 +40,7 @@ helm install my-release groundhog2k/mongodb
To uninstall/delete the `my-release` deployment:
```bash
$ helm uninstall my-release
helm uninstall my-release
```
## Common parameters
......
......@@ -3,4 +3,5 @@
| Chart version | App version | Change description |
| :------------ | :---------- | :----------------- |
| 0.2.14 | 4.2.14 | Implemented startupProbe support |
| 0.3.8 | 4.4.11 | Implemented startupProbe support |
| | | |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment