From a29d4b2d106a672c8f4ed10a31e23627979b4465 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Mon, 2 Sep 2024 10:21:07 +0300 Subject: [PATCH] [v3iod] Change locator command to sh (for alpine support) (#1035) --- stable/v3iod/Chart.yaml | 8 +++----- stable/v3iod/templates/v3io-locator-deployment.yaml | 2 +- stable/v3iod/values.yaml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/stable/v3iod/Chart.yaml b/stable/v3iod/Chart.yaml index 1eae3c5c7..5c709d721 100644 --- a/stable/v3iod/Chart.yaml +++ b/stable/v3iod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.17.0 +version: 0.18.0 appVersion: ">=1.9.4" name: v3iod description: v3io daemon @@ -8,7 +8,5 @@ icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png sources: - https://github.com/v3io/v3iod maintainers: - - name: Igor Makhlin - email: igorm@iguazio.com - - name: Eran Duchan - email: erand@iguazio.com + - name: Iguazio + email: support@iguazio.com diff --git a/stable/v3iod/templates/v3io-locator-deployment.yaml b/stable/v3iod/templates/v3io-locator-deployment.yaml index a774c6521..dd899abff 100644 --- a/stable/v3iod/templates/v3io-locator-deployment.yaml +++ b/stable/v3iod/templates/v3io-locator-deployment.yaml @@ -30,7 +30,7 @@ spec: - name: rest-locator image: {{ .Values.locator.image.repository }}:{{ .Values.locator.image.tag }} imagePullPolicy: {{ .Values.locator.image.pullPolicy | quote }} - command: ["/bin/bash", "-c"] + command: ["/bin/sh", "-c"] args: - locatorctl --namespace=$CURRENT_NAMESPACE ports: diff --git a/stable/v3iod/values.yaml b/stable/v3iod/values.yaml index b78e75b78..3ce90a85b 100644 --- a/stable/v3iod/values.yaml +++ b/stable/v3iod/values.yaml @@ -141,7 +141,7 @@ daymanV3ioConfig: locator: image: repository: iguaziodocker/locator - tag: 3.0.0 + tag: 5.0.0 pullPolicy: IfNotPresent resources: