From 9d4eb1e502e31d56a7d0acbf2720f96c4387df03 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 3 Oct 2022 11:24:15 +0300 Subject: [PATCH 1/2] [WIFI-10581] Add: postgresql-client in Dockerfile Signed-off-by: Dmitry Dunaev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c166b3..08194c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,7 +104,7 @@ RUN mkdir -p "$OWPROV_ROOT" "$OWPROV_CONFIG" && \ RUN apt-get update && apt-get install --no-install-recommends -y \ librdkafka++1 gosu gettext ca-certificates bash jq curl wget \ - libmariadb-dev-compat libpq5 unixodbc + libmariadb-dev-compat libpq5 unixodbc postgresql-client COPY readiness_check /readiness_check COPY test_scripts/curl/cli /cli From 5abe7a9909442a2d054d352d7107ead2119c494d Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 3 Oct 2022 12:11:10 +0300 Subject: [PATCH 2/2] [WIFI-10581] Fix: Helm image to main Signed-off-by: Dmitry Dunaev --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index bd93b93..5a7b135 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -9,7 +9,7 @@ fullnameOverride: "" images: owprov: repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owprov - tag: v2.7.0-RC4 + tag: main pullPolicy: Always # regcred: # registry: tip-tip-wlan-cloud-ucentral.jfrog.io