Skip to content

Commit

Permalink
fix: pin localstack image that doesn't try to delete its store
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Nov 7, 2023
1 parent f63b808 commit c3b8e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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("localstack/localstack".to_owned()),
image: Some("localstack/localstack@sha256:539f4145f9b3610d11b292457e657b7fd6ad0f7c93e206620056424faacf68b5".to_owned()),
image_pull_policy: Some("IfNotPresent".to_owned()),
name: "localstack".to_owned(),
ports: Some(vec![ContainerPort {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Request {
"spec": {
"containers": [
{
"image": "localstack/localstack",
"image": "localstack/localstack@sha256:539f4145f9b3610d11b292457e657b7fd6ad0f7c93e206620056424faacf68b5",
"imagePullPolicy": "IfNotPresent",
"name": "localstack",
"ports": [
Expand Down

0 comments on commit c3b8e22

Please sign in to comment.