Skip to content

Commit

Permalink
fix: use alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent 887d7b5 commit 6ba9133
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/hariko/templates/PostInstallJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ spec:
restartPolicy: Never
containers:
- name: "{{ .Release.Name }}"
image: debian:bullseye
image: alpine:3
imagePullPolicy: IfNotPresent
args:
- bash
- /bin/sh
- -c
- |-
apk add --no-cache bash curl
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 6ba9133

Please sign in to comment.