diff --git a/charts/codimd/Chart.yaml b/charts/codimd/Chart.yaml index 8bbd490..ba98920 100644 --- a/charts/codimd/Chart.yaml +++ b/charts/codimd/Chart.yaml @@ -18,7 +18,7 @@ kubeVersion: ">=1.14.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.9 +version: 0.1.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/codimd/templates/deployment.yaml b/charts/codimd/templates/deployment.yaml index 226186a..5e0fe69 100644 --- a/charts/codimd/templates/deployment.yaml +++ b/charts/codimd/templates/deployment.yaml @@ -163,16 +163,16 @@ spec: successThreshold: 3 timeoutSeconds: 2 periodSeconds: 5 - livenessProbe: - failureThreshold: 3 - httpGet: - path: /status - port: 3000 - scheme: HTTP - initialDelaySeconds: 3 - periodSeconds: 5 - successThreshold: 1 - timeoutSeconds: 2 + livenessProbe: + failureThreshold: 3 + httpGet: + path: /status + port: 3000 + scheme: HTTP + initialDelaySeconds: 3 + periodSeconds: 5 + successThreshold: 1 + timeoutSeconds: 2 restartPolicy: Always {{ if .Values.codimd.imageStorePersistentVolume.enabled }} volumes: