Skip to content

Commit 7783e98

Browse files
committed
chore: bump rclone to v1.72.0 (#2885)
1 parent 1ddc462 commit 7783e98

File tree

3 files changed

+5702
-2
lines changed

3 files changed

+5702
-2
lines changed

helmfile.d/lists/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

images/rclone-sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:rolling as download
44
RUN 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"
88
RUN 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 && \

0 commit comments

Comments
 (0)