From f55bf778e4ce7706933375d88369731495a48932 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 18 Jan 2025 20:12:09 +0000 Subject: [PATCH] Try using openssl instead of minica in pebble-helm-chart --- .github/workflows/test-chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index c2abdfbfb1..5655e5ba20 100644 --- a/.github/workflows/test-chart.yaml +++ b/.github/workflows/test-chart.yaml @@ -248,7 +248,8 @@ jobs: # reach the ACME client in our autohttps pod. - name: Install local ACME server run: | - helm install pebble --repo https://hub.jupyter.org/helm-chart/ pebble --values dev-config-pebble.yaml + git clone -b openssl https://github.com/manics/pebble-helm-chart.git + helm install pebble ./pebble-helm-chartpebble --values dev-config-pebble.yaml # Build our images if needed and update values.yaml with the tags - name: Install and run chartpress