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 526beaf commit d2a805eCopy full SHA for d2a805e
apps/ephemeris/values.yaml
@@ -63,7 +63,7 @@ controllers:
63
- /bin/sh
64
- -c
65
- |
66
- apk add --no-cache aws-cli imagemagick netpbm
+ apk add --no-cache aws-cli imagemagick netpbm tzdata
67
magick /app/output/png/ephemeris_$(date +%F).png -colors 2 -depth 1 -strip pbm:- | ppmtobmp -bpp 1 > /tmp/ephemeris.bmp
68
aws s3 --endpoint-url https://s3.mcswain.dev cp /tmp/ephemeris.bmp s3://ephemeris/ephemeris.bmp
69
aws s3 --endpoint-url https://s3.mcswain.dev cp /app/output/png/ephemeris_$(date +%F).png s3://ephemeris/
0 commit comments