Skip to content

Commit

Permalink
bugfix: use localstack v2 for sqs persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Dec 1, 2023
1 parent 3b0a46d commit f567c11
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 f567c11

Please sign in to comment.