Skip to content

Commit

Permalink
fix: add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent 4694c9e commit 94de8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hariko/templates/PostInstallJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- /bin/sh
- -c
- |-
apk add --no-cache bash curl
apk add --no-cache bash curl openssl
curl -LSfs https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm repo add misskey-dev https://misskey-dev.github.io/0key.dev/
helm repo update
Expand Down

0 comments on commit 94de8e3

Please sign in to comment.