From dc57a94416be5e5dacd35a92469382b9a0887365 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 3 Oct 2022 11:22:14 +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 d4662ad..c9e800e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ RUN mkdir -p "$OWSEC_ROOT" "$OWSEC_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 6ae42fe206eebe40610be2f5e7c39759c4751fa9 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 3 Oct 2022 12:11:37 +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 002fa4c..8310374 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -9,7 +9,7 @@ fullnameOverride: "" images: owsec: repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owsec - tag: v2.7.0-RC3 + tag: main pullPolicy: Always # regcred: # registry: tip-tip-wlan-cloud-ucentral.jfrog.io