diff --git a/levoai/levoai-satellite/Chart.yaml b/levoai/levoai-satellite/Chart.yaml index 2ee35c2..81571cf 100644 --- a/levoai/levoai-satellite/Chart.yaml +++ b/levoai/levoai-satellite/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.2.466 +appVersion: 0.2.467 dependencies: - condition: global.useRabbitmq name: rabbitmq @@ -7,10 +7,10 @@ dependencies: version: 12.4.2 - name: satellite repository: file://dependencies/satellite - version: 0.2.466 + version: 0.2.467 - name: tagger repository: file://dependencies/tagger - version: 0.2.466 + version: 0.2.467 - condition: global.levoai_config_override.api_rule_evaluation.enabled name: levoai-ion repository: file://dependencies/ion @@ -34,4 +34,4 @@ description: The Levoai Satellite Service, which receives observations from the filters et al. name: levoai-satellite type: application -version: 0.2.466 +version: 0.2.467 diff --git a/levoai/levoai-satellite/charts/satellite/Chart.yaml b/levoai/levoai-satellite/charts/satellite/Chart.yaml index 9383b51..397ec45 100644 --- a/levoai/levoai-satellite/charts/satellite/Chart.yaml +++ b/levoai/levoai-satellite/charts/satellite/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.2.466 +appVersion: 0.2.467 description: A Helm chart for Levoai's HTTP receiver of observations name: satellite type: application -version: 0.2.466 +version: 0.2.467 diff --git a/levoai/levoai-satellite/charts/tagger/Chart.yaml b/levoai/levoai-satellite/charts/tagger/Chart.yaml index 7a16b0d..85c83b1 100644 --- a/levoai/levoai-satellite/charts/tagger/Chart.yaml +++ b/levoai/levoai-satellite/charts/tagger/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.2.466 +appVersion: 0.2.467 description: A Helm chart for Levoai's Schema Type Tagger name: tagger type: application -version: 0.2.466 +version: 0.2.467 diff --git a/levoai/levoai-satellite/charts/tagger/templates/deployment.yaml b/levoai/levoai-satellite/charts/tagger/templates/deployment.yaml index aaae0f4..f862676 100644 --- a/levoai/levoai-satellite/charts/tagger/templates/deployment.yaml +++ b/levoai/levoai-satellite/charts/tagger/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: initContainers: - name: wait-for-rabbitmq image: {{ .Values.global.busyboxImage }} - command: [ 'sh', '-c', 'until wget -qO- http://levoai:levoailevoai@levoai-rabbitmq:15672/api/health/checks/local-alarms &> /dev/null; do echo waiting for rabbitmq; sleep 2; done;' ] + command: [ 'sh', '-c', 'until wget -qO- http://levoai:levoailevoai@levoai-rabbitmq:15672/api/health/checks/virtual-hosts &> /dev/null; do echo waiting for rabbitmq; sleep 2; done;' ] {{- end }} containers: - name: {{ .Chart.Name }}