diff --git a/charts/contentserver/Chart.yaml b/charts/contentserver/Chart.yaml index 5fa1c4b..25b00d7 100644 --- a/charts/contentserver/Chart.yaml +++ b/charts/contentserver/Chart.yaml @@ -17,5 +17,5 @@ annotations: - name: Image Source url: https://github.com/foomo/contentserver -version: 0.0.3-rc.2 -appVersion: 1.11.0-rc.10 +version: 0.0.3-rc.3 +appVersion: 1.11.0-rc.11 diff --git a/charts/contentserver/README.md b/charts/contentserver/README.md index 3b7b927..cd52127 100644 --- a/charts/contentserver/README.md +++ b/charts/contentserver/README.md @@ -1,6 +1,6 @@ # contentserver -![Version: 0.0.3-rc.2](https://img.shields.io/badge/Version-0.0.3--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0-rc.10](https://img.shields.io/badge/AppVersion-1.11.0--rc.10-informational?style=flat-square) +![Version: 0.0.3-rc.3](https://img.shields.io/badge/Version-0.0.3--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0-rc.11](https://img.shields.io/badge/AppVersion-1.11.0--rc.11-informational?style=flat-square) Helm chart for the foomo Content Server. @@ -40,7 +40,7 @@ Helm chart for the foomo Content Server. | contentserver.hostAliases | list | `[]` | Host aliases to add | | contentserver.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy | | contentserver.image.repository | string | `"foomo/contentserver"` | The image repository | -| contentserver.image.tag | string | `"1.11.0-rc.10"` | The image tag | +| contentserver.image.tag | string | `"1.11.0-rc.11"` | The image tag | | contentserver.imagePullSecrets | list | `[]` | Image pull secrets | | contentserver.livenessProbe | object | `{"httpGet":{"path":"/healthz/liveness","port":9400}}` | Liveness probe settings for pods. | | contentserver.maxUnavailable | string | `nil` | Pod Disruption Budget maxUnavailable | diff --git a/charts/contentserver/values.yaml b/charts/contentserver/values.yaml index 57d844e..aa7a872 100644 --- a/charts/contentserver/values.yaml +++ b/charts/contentserver/values.yaml @@ -65,7 +65,7 @@ contentserver: # -- The image pull policy pullPolicy: IfNotPresent # -- The image tag - tag: 1.11.0-rc.10 + tag: 1.11.0-rc.11 # -- Always roll your deployment roll: false # -- Number of replicas