Skip to content

Commit 0428805

Browse files
authored
Merge pull request kroxylicious#1798 from kroxylicious/renovate/localstack-localstack-4.x
chore(deps): update localstack/localstack docker tag to v4.1.1
2 parents 2e5c7d4 + 2485ba3 commit 0428805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kroxylicious-kms-provider-aws-kms-test-support/src/main/java/io/kroxylicious/kms/provider/aws/kms/AwsKmsTestKmsFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class AwsKmsTestKmsFacade extends AbstractAwsKmsTestKmsFacade {
2020
private static final Logger LOG = LoggerFactory.getLogger(AwsKmsTestKmsFacade.class);
21-
private static final DockerImageName LOCALSTACK_IMAGE = DockerImageName.parse("localstack/localstack:4.1.0");
21+
private static final DockerImageName LOCALSTACK_IMAGE = DockerImageName.parse("localstack/localstack:4.1.1");
2222
private LocalStackContainer localStackContainer;
2323

2424
@Override

kroxylicious-systemtests/src/main/resources/helm_localstack_overrides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Helm Overrides File for localstack used by the system tests.
88
image:
9-
tag: 4.1.0
9+
tag: 4.1.1
1010
enableStartupScripts: true
1111
startupScriptContent: |
1212
#!/bin/bash

0 commit comments

Comments
 (0)