File tree 3 files changed +3
-3
lines changed
kctf-operator/pkg/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
serviceAccountName : kctf-operator
17
17
containers :
18
18
- name : kctf-operator
19
- image : gcr.io/kctf-docker/kctf-operator@sha256:62e32413c6dc0202918ae834fd5298f7074c05b4700cf49aefc1a18bb4ad2833
19
+ image : gcr.io/kctf-docker/kctf-operator@sha256:ef79e76158b7255ac408ce785c664b4e3ca6490d590a71f6e28c805d6a9f6c73
20
20
command :
21
21
- kctf-operator
22
22
imagePullPolicy : Always
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:20.04
2
2
RUN apt-get update && apt-get install -y wget fuse
3
- RUN wget -q https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.29.0 /gcsfuse_0.29.0_amd64 .deb && dpkg -i gcsfuse_0.29.0_amd64 .deb
3
+ RUN wget -q https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.35.1 /gcsfuse_0.35.1_amd64 .deb && dpkg -i gcsfuse_0.35.1_amd64 .deb
4
4
RUN mkdir -p /mnt/disks/gcs
5
5
CMD test -f /config/gcs_bucket &&\
6
6
gcsfuse --foreground --debug_fuse --debug_gcs --stat-cache-ttl 0 -type-cache-ttl 0 -o allow_other -o nonempty --file-mode 0777 --dir-mode 0777 --uid 1000 --gid 1000 "$(cat /config/gcs_bucket)" /mnt/disks/gcs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package resources
6
6
// .. vv ........................... vv ..
7
7
8
8
const DOCKER_CERTBOT_IMAGE = "gcr.io/kctf-docker/certbot@sha256:b300d156df46be2615822f4f086b94a19f5101690948a9135be57aadd501ccf6"
9
- const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:2f10b98e1a011e3eebb9470d486033cc88d2b8c5cdac425b48b40866861d5194 "
9
+ const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:fecd90f412a624b36e76a15c5dfb6648f357dc9cc523b77fa58ad97b3d37a5c9 "
10
10
11
11
// .. ^^ ........................... ^^ ..
12
12
// == || These are set by automation || ==
You can’t perform that action at this time.
0 commit comments