Skip to content

Commit

Permalink
fix: use localstack v2 for sqs persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox authored and smrz2001 committed Dec 4, 2023
1 parent 3b0a46d commit a029b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/src/network/cas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ pub fn localstack_stateful_set_spec(config: impl Into<CasConfig>) -> StatefulSet
}),
spec: Some(PodSpec {
containers: vec![Container {
image: Some("gresau/localstack-persist:3".to_owned()),
image: Some("gresau/localstack-persist:2".to_owned()),
image_pull_policy: Some("IfNotPresent".to_owned()),
name: "localstack".to_owned(),
ports: Some(vec![ContainerPort {
Expand Down

0 comments on commit a029b7d

Please sign in to comment.