Skip to content

Commit

Permalink
Merge pull request #1988 from GiganticMinecraft/mod_downloader
Browse files Browse the repository at this point in the history
mod_downloader
  • Loading branch information
outductor authored Jun 24, 2024
2 parents 4c54e9b + 433431b commit e2b28a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- "-c"
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}"'
- name: mod-downloader
image: ghcr.io/giganticminecraft/mod-downloader:sha-ac8ba5c
image: ghcr.io/giganticminecraft/mod-downloader:sha-1c475f6
env:
- name: MINIO_ENDPOINT
value: seichi-private-plugin-blackhole-minio.minio:9000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- "-c"
- 'wget -O /root/jmx-exporter-download/jmx-exporter-javaagent.jar "${JMX_EXPORTER_URL}"'
- name: mod-downloader
image: ghcr.io/giganticminecraft/mod-downloader:sha-ac8ba5c
image: ghcr.io/giganticminecraft/mod-downloader:sha-1c475f6
env:
- name: MINIO_ENDPOINT
value: seichi-private-plugin-blackhole-minio.minio:9000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- "-c"
- "rm -rf /data/plugins/*.jar"
- name: mod-downloader
image: ghcr.io/giganticminecraft/mod-downloader:sha-ac8ba5c
image: ghcr.io/giganticminecraft/mod-downloader:sha-1c475f6
env:
- name: MINIO_ENDPOINT
value: seichi-private-plugin-blackhole-minio.minio:9000
Expand Down

0 comments on commit e2b28a0

Please sign in to comment.