Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(contentserver): bump contentserver tag #7

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/contentserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/contentserver/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/contentserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down