From fbc66b80b1f30f2d881c22ac84312e20966980bd Mon Sep 17 00:00:00 2001 From: Tobias Knapp <Tobias-Knapp@web.de> Date: Tue, 2 Aug 2022 20:38:07 +0200 Subject: [PATCH] Fixed small TYPO (#1118) * Fixed small TYPO * Version increment Co-authored-by: Goeran Poehner <goeran.poehner@gmail.com> --- charts/redis/Chart.yaml | 2 +- charts/redis/README.md | 4 ++-- charts/redis/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index b584bd9f..52c4f609 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.5.5 +version: 0.5.6 # This is the version number of the application being deployed. appVersion: "7.0.4" diff --git a/charts/redis/README.md b/charts/redis/README.md index b366eb85..e678b0b3 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # Redis -   +   ## Changelog @@ -120,7 +120,7 @@ helm uninstall my-release | podDisruptionBudget.minAvailable | int | `nil` | Minimum number of pods that must be available after eviction | | podDisruptionBudget.maxUnavailable | int | `nil` | Maximum number of pods that can be unavailable after eviction | -## Service paramters +## Service parameters | Key | Type | Default | Description | |-----|------|---------|-------------| diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index 308d7f51..bef580eb 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -11,4 +11,5 @@ | 0.5.3 | 7.0.2 | Added headless service for redis and sentinel port | | 0.5.4 | 7.0.3 | Upgraded to Redis 7.0.3 | | 0.5.5 | 7.0.4 | Upgraded to Redis 7.0.4 | +| 0.5.6 | 7.0.4 | Fixed typo in README.md | | | | | -- GitLab