Skip to content

Commit f55bf77

Browse files
committed
Try using openssl instead of minica in pebble-helm-chart
1 parent 082145d commit f55bf77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ jobs:
248248
# reach the ACME client in our autohttps pod.
249249
- name: Install local ACME server
250250
run: |
251-
helm install pebble --repo https://hub.jupyter.org/helm-chart/ pebble --values dev-config-pebble.yaml
251+
git clone -b openssl https://github.com/manics/pebble-helm-chart.git
252+
helm install pebble ./pebble-helm-chartpebble --values dev-config-pebble.yaml
252253
253254
# Build our images if needed and update values.yaml with the tags
254255
- name: Install and run chartpress

0 commit comments

Comments
 (0)