Skip to content

Commit e1b2b39

Browse files
committed
fix: downgrade to 0.31.0
Signed-off-by: Anthony Whalley <[email protected]>
1 parent ac73711 commit e1b2b39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/core-dump-handler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
registry: quay.io
55
repository: icdh/core-dump-handler
6-
tag: v8.9.0
6+
tag: agent-s3-down
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

core-dump-agent/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ inotify = "0.10"
1919
thiserror = "1.0.31"
2020

2121
[target.x86_64-unknown-linux-musl.dependencies.rust-s3]
22-
version = "0.32.3"
22+
version = "0.31.0"
2323
default-features = false
2424
features = ["tokio-rustls-tls"]
2525

2626
[target.aarch64-unknown-linux-musl.dependencies.rust-s3]
27-
version = "0.32.3"
27+
version = "0.31.0"
2828
default-features = false
2929
features = ["tokio-rustls-tls"]
3030

3131
[target.x86_64-unknown-linux-gnu.dependencies.rust-s3]
32-
version = "0.32.3"
32+
version = "0.31.0"
3333

3434
[dev-dependencies]
3535
fs_extra = "1.2"

0 commit comments

Comments
 (0)