diff --git a/Chart.yaml b/Chart.yaml index d7d390a..109f279 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.29 +version: 0.1.30 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/templates/shutdown.yaml b/templates/shutdown.yaml index b7f64d0..1ffe076 100644 --- a/templates/shutdown.yaml +++ b/templates/shutdown.yaml @@ -17,4 +17,4 @@ spec: - name: k8s image: bitnami/kubectl imagePullPolicy: IfNotPresent - command: ["/bin/sh","-c", "kubectl patch statefulset octopus -p '{\"spec\": {\"replicas\": 0}}'; until kubectl get pod octopus-0 2>&1 >/dev/null; do sleep 10; done"] \ No newline at end of file + command: ["/bin/sh","-c", "kubectl patch statefulset octopus -p '{\"spec\": {\"replicas\": 0}}'; while kubectl get pod octopus-0 2>&1 >/dev/null; echo \"sleeping...\"; do sleep 10; done"] \ No newline at end of file