Skip to content

Commit ba43ad7

Browse files
Update apachepulsar/pulsar Docker tag to v3.0.1 (PlaytikaOSS#1405)
| datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | docker | apachepulsar/pulsar | 3.0.0 | 3.0.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 45d24b2 commit ba43ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-pulsar/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
==== Consumes (via `bootstrap.properties`)
1616

1717
* `embedded.pulsar.enabled` `(true|false, default is true)`
18-
* `embedded.pulsar.docker-image` `(default is 'apachepulsar/pulsar:3.0.0')`
18+
* `embedded.pulsar.docker-image` `(default is 'apachepulsar/pulsar:3.0.1')`
1919
** Image versions on https://hub.docker.com/r/apachepulsar/pulsar/tags[dockerhub]
2020
* `embedded.toxiproxy.proxies.pulsar.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-pulsar` container.
2121

embedded-pulsar/src/main/java/com/playtika/testcontainer/pulsar/PulsarProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public class PulsarProperties extends CommonContainerProperties {
1818
public String getDefaultDockerImage() {
1919
// Please don`t remove this comment.
2020
// renovate: datasource=docker
21-
return "apachepulsar/pulsar:3.0.0";
21+
return "apachepulsar/pulsar:3.0.1";
2222
}
2323
}

0 commit comments

Comments
 (0)