Skip to content

Commit

Permalink
Merge pull request #7 from foomo/contentserver-v0.0.3-rc.3
Browse files Browse the repository at this point in the history
feat(contentserver): bump contentserver tag
  • Loading branch information
franklinkim authored Mar 27, 2024
2 parents 855c4ce + fa6ddfe commit 48ffdcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 48ffdcc

Please sign in to comment.