Skip to content

Commit

Permalink
chore(deps): update apachepulsar/pulsar docker tag to v3.3.0
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| docker     | apachepulsar/pulsar | 3.2.2 | 3.3.0 |
  • Loading branch information
renovate-bot authored and Fameing committed Jun 11, 2024
1 parent b19bb54 commit 2d5a3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-pulsar/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
==== Consumes (via `bootstrap.properties`)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class PulsarProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "apachepulsar/pulsar:3.2.2";
return "apachepulsar/pulsar:3.3.0";
}
}

0 comments on commit 2d5a3c9

Please sign in to comment.