diff --git a/charts/mint/Chart.yaml b/charts/mint/Chart.yaml index 9dd4603..2b38a47 100644 --- a/charts/mint/Chart.yaml +++ b/charts/mint/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: 3.3.1-alpha.3 +version: 3.3.1-alpha.4 # 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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/mint/templates/model-catalog.yaml b/charts/mint/templates/model-catalog.yaml index 0c9f6cb..f6f1e9c 100644 --- a/charts/mint/templates/model-catalog.yaml +++ b/charts/mint/templates/model-catalog.yaml @@ -48,7 +48,7 @@ spec: initContainers: - name: wait-for-model-catalog-endpoint image: alpine/curl - command: ["sh", "-c", "until curl -sk {{ include "mint.prefix" . }}-model-catalog-endpoint:3030/$/modelcatalog/ping; do echo waiting for model-catalog-endpoint; sleep 2; done"] + command: ["sh", "-c", "sleep 60; until curl -sk {{ include "mint.prefix" . }}-model-catalog-endpoint:3030/$/modelcatalog/ping; do echo waiting for model-catalog-endpoint; sleep 2; done"] resources: {{- toYaml .Values.resources | nindent 12 }} containers: diff --git a/charts/mint/templates/post-install-model-catalog-endpoint.yaml b/charts/mint/templates/post-install-model-catalog-endpoint.yaml index 132d570..448cf1f 100644 --- a/charts/mint/templates/post-install-model-catalog-endpoint.yaml +++ b/charts/mint/templates/post-install-model-catalog-endpoint.yaml @@ -8,7 +8,7 @@ metadata: {{- include "helm.labels" . | nindent 4 }} annotations: "helm.sh/hook": post-install - "helm.sh/hook-weight": "-5" + "helm.sh/hook-weight": "-6" "helm.sh/hook-delete-policy": hook-succeeded spec: template: