Skip to content

Commit 9e9e57b

Browse files
authored
fix-rcloneImage (#4717)
1 parent ff54094 commit 9e9e57b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/tidb-lightning/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dataSource:
2828
# pvcName: tidb-cluster-scheduled-backup
2929
# backupName: scheduled-backup-20190822-041004
3030
remote:
31-
rcloneImage: rclone/rclone:1.55.1
31+
rcloneImage: rclone/rclone:1.57.0
3232
storageClassName: local-storage
3333
storage: 100Gi
3434
secretName: cloud-storage-secret

images/tidb-backup-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pingcap/alpine-glibc:alpine-3.14.3-gcompat
22
ARG TARGETARCH
3-
ARG RCLONE_VERSION=v1.51.0
3+
ARG RCLONE_VERSION=v1.57.0
44
ARG SHUSH_VERSION=v1.4.0
55
ARG TOOLKIT_VERSION=v6.1.0
66
RUN apk update && apk add ca-certificates wget unzip bind-tools --no-cache && rm -rf /var/cache/apk/*

images/tidb-backup-manager/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pingcap/alpine-glibc:alpine-3.14.3-gcompat
22
ARG TARGETARCH=amd64
3-
ARG RCLONE_VERSION=v1.51.0
3+
ARG RCLONE_VERSION=v1.57.0
44
ARG SHUSH_VERSION=v1.4.0
55
ARG TOOLKIT_VERSION=v6.1.0
66
RUN apk update && apk add ca-certificates wget unzip bind-tools --no-cache && rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)