diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index c23905a..c9fd876 100644 --- a/charts/tandoor/Chart.yaml +++ b/charts/tandoor/Chart.yaml @@ -6,5 +6,5 @@ sources: - https://github.com/TandoorRecipes/recipes - https://gitlab.com/oecis/charts/ type: application -version: 0.1.4 -appVersion: "1.5.12" +version: 0.1.6 +appVersion: "1.5.17" diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md index e702a19..c7d280d 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -1,6 +1,6 @@ # tandoor -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.12](https://img.shields.io/badge/AppVersion-1.5.12-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.17](https://img.shields.io/badge/AppVersion-1.5.17-informational?style=flat-square) Application for managing recipes, planning meals, building shopping lists and much much more! diff --git a/charts/tandoor/templates/deployment.yaml b/charts/tandoor/templates/deployment.yaml index 6688be8..26f2fcf 100644 --- a/charts/tandoor/templates/deployment.yaml +++ b/charts/tandoor/templates/deployment.yaml @@ -63,12 +63,14 @@ spec: scheme: HTTP port: 8080 periodSeconds: 15 + initialDelaySeconds: 120 readinessProbe: httpGet: path: / scheme: HTTP port: 8080 periodSeconds: 15 + initialDelaySeconds: 120 env: - name: DB_ENGINE value: "django.db.backends.postgresql"