Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded-aerospike/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca

* `embedded.aerospike.enabled` `(true|false, default is 'true')`
* `embedded.aerospike.reuseContainer` `(true|false, default is 'false')`
* `embedded.aerospike.dockerImage` `(default is set to 'aerospike/aerospike-server:7.2.0.6')`
* `embedded.aerospike.dockerImage` `(default is set to 'aerospike/aerospike-server:8.1.0.1')`
** You can pick wanted version on https://hub.docker.com/_/aerospike/tags[dockerhub]
* `embedded.aerospike.featureKey` `(base64 of a feature-key-file https://aerospike.com/docs/server/operations/configure/feature-key, default is null) is only required for the EE image`
* `embedded.aerospike.waitTimeoutInSeconds` `(default is 60 seconds)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class AerospikeProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "aerospike/aerospike-server:7.2.0.6";
return "aerospike/aerospike-server:8.1.0.1";
}
}
Loading