Skip to content

Commit

Permalink
Try using openssl instead of minica in pebble-helm-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jan 18, 2025
1 parent 082145d commit f55bf77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f55bf77

Please sign in to comment.