Skip to content

Commit

Permalink
fix opnsense-backup cronjob alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
lltr committed Sep 25, 2024
1 parent 5a55554 commit 4188e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/opnsense-backup/app/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: bash-script-container
image: ghcr.io/onedr0p/alpine:3.19.1@sha256:3fbc581cb0fe29830376161ae026e2a765dcc11e1747477fe9ebf155720b8638
image: alpine:3.19.4
command: ["/bin/sh", "-c"]
args: ["/scripts/script.sh && ls -l /backups"]
volumeMounts:
Expand Down

0 comments on commit 4188e02

Please sign in to comment.