File tree Expand file tree Collapse file tree 3 files changed +5702
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5702
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ images:
8080 curatorCronjob : ghcr.io/elastisys/bitnami/elasticsearch-curator:5.8.4-debian-10-r235
8181 exporter : quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
8282 rclone :
83- image : ghcr.io/elastisys/rclone-sync:1.70.3
83+ image : ghcr.io/elastisys/rclone-sync:1.72.0
8484 tekton :
8585 controller : ghcr.io/tektoncd/github.com/tektoncd/pipeline/cmd/controller:v0.45.0
8686 remoteResolvers : ghcr.io/tektoncd/github.com/tektoncd/pipeline/cmd/resolvers:v0.45.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu:rolling as download
44RUN apt-get update && apt-get install -y curl unzip
55
66# Install rclone
7- ENV RCLONE_VERSION="v1.70.3 "
7+ ENV RCLONE_VERSION="v1.72.0 "
88RUN curl -O https://downloads.rclone.org/${RCLONE_VERSION}/rclone-${RCLONE_VERSION}-linux-amd64.zip && \
99 unzip rclone-${RCLONE_VERSION}-linux-amd64.zip && \
1010 cd rclone-*-linux-amd64 && \
You can’t perform that action at this time.
0 commit comments