Skip to content

Commit

Permalink
chore(deps): update apachepulsar/pulsar docker tag to v3.3.2 (#2087)
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| docker     | apachepulsar/pulsar | 3.3.1 | 3.3.2 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Oct 29, 2024
1 parent 2723e81 commit b3724d0
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.3.1')`
* `embedded.pulsar.docker-image` `(default is 'apachepulsar/pulsar:3.3.2')`
** 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.3.1";
return "apachepulsar/pulsar:3.3.2";
}
}

0 comments on commit b3724d0

Please sign in to comment.