Skip to content

Commit

Permalink
Merge pull request #128 from IBM/agent-s3-down
Browse files Browse the repository at this point in the history
fix: downgrade to 0.31.0
  • Loading branch information
No9 authored Jan 26, 2023
2 parents fad9352 + e1b2b39 commit 1e43fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/core-dump-handler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
registry: quay.io
repository: icdh/core-dump-handler
tag: v8.9.0
tag: agent-s3-down
pullPolicy: Always
pullSecrets: []
request_mem: "64Mi"
Expand Down
6 changes: 3 additions & 3 deletions core-dump-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ inotify = "0.10"
thiserror = "1.0.31"

[target.x86_64-unknown-linux-musl.dependencies.rust-s3]
version = "0.32.3"
version = "0.31.0"
default-features = false
features = ["tokio-rustls-tls"]

[target.aarch64-unknown-linux-musl.dependencies.rust-s3]
version = "0.32.3"
version = "0.31.0"
default-features = false
features = ["tokio-rustls-tls"]

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

[dev-dependencies]
fs_extra = "1.2"

0 comments on commit 1e43fef

Please sign in to comment.