We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082145d commit f55bf77Copy full SHA for f55bf77
.github/workflows/test-chart.yaml
@@ -248,7 +248,8 @@ jobs:
248
# reach the ACME client in our autohttps pod.
249
- name: Install local ACME server
250
run: |
251
- 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
252
+ helm install pebble ./pebble-helm-chartpebble --values dev-config-pebble.yaml
253
254
# Build our images if needed and update values.yaml with the tags
255
- name: Install and run chartpress
0 commit comments