diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 2fd7a526fb..7f945ef8da 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,5 +1,6 @@ name: orangehrm -version: 0.4.8 +version: 0.4.9 +appVersion: 3.3.3 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. keywords: - orangehrm @@ -13,7 +14,7 @@ home: https://www.orangehrm.com sources: - https://github.com/bitnami/bitnami-docker-orangehrm maintainers: -- name: Bitnami +- name: bitnami-bot email: containers@bitnami.com engine: gotpl icon: https://bitnami.com/assets/stacks/orangehrm/img/orangehrm-stack-110x117.png diff --git a/stable/orangehrm/templates/deployment.yaml b/stable/orangehrm/templates/deployment.yaml index b9a616d5ae..d30699b01f 100644 --- a/stable/orangehrm/templates/deployment.yaml +++ b/stable/orangehrm/templates/deployment.yaml @@ -54,16 +54,14 @@ spec: containerPort: 443 livenessProbe: httpGet: - path: / + path: /symfony/web/index.php port: http initialDelaySeconds: 120 - timeoutSeconds: 5 readinessProbe: httpGet: - path: / + path: /symfony/web/index.php port: http - initialDelaySeconds: 5 - timeoutSeconds: 1 + initialDelaySeconds: 30 resources: {{ toYaml .Values.resources | indent 10 }} volumeMounts: