From 385064ec78797fc36601f9b1daa0d4c993047152 Mon Sep 17 00:00:00 2001 From: Brandon White Date: Fri, 19 Jul 2024 09:25:25 -0600 Subject: [PATCH] Remove OPENSSL_ALLOW_PROXY_CERTS as it is deprecated. Close rucio#173 --- charts/rucio-server/Chart.yaml | 2 +- charts/rucio-server/templates/deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/rucio-server/Chart.yaml b/charts/rucio-server/Chart.yaml index a9e693e..98e6a5b 100644 --- a/charts/rucio-server/Chart.yaml +++ b/charts/rucio-server/Chart.yaml @@ -1,5 +1,5 @@ name: rucio-server -version: 34.0.3 +version: 34.0.4 apiVersion: v1 description: A Helm chart to deploy servers for Rucio keywords: diff --git a/charts/rucio-server/templates/deployment.yaml b/charts/rucio-server/templates/deployment.yaml index b8a05b1..6bc3ee7 100644 --- a/charts/rucio-server/templates/deployment.yaml +++ b/charts/rucio-server/templates/deployment.yaml @@ -232,8 +232,6 @@ spec: value: "True" - name: RUCIO_HEALTH_CHECK_PORT value: "444" - - name: OPENSSL_ALLOW_PROXY_CERTS - value: "1" {{- else }} - name: RUCIO_ENABLE_SSL value: "False"