Skip to content

Tags: rrva/pulsar-helm-chart

Tags

pulsar-2.7.13

Toggle pulsar-2.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove completed init jobs using ttl (apache#235)

* feat: added ttlSecondsAfterFinished configuration to delete completed jobs

* added comments for clarification

pulsar-2.7.12

Toggle pulsar-2.7.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve Zookeeper "ruok" probes: use TLS port when TLS is enabled, sp…

…ecify "-q 1" for nc (apache#223)

- NOTICE: we are no more using "bin/pulsar-zookeeper-ruok.sh" from the apachepulsar/pulsar docker image. The probe script is part of the chart.

* Pass "-q 1" to netcat (nc) to fix issue with Zookeeper ruok probe

- see apache/pulsar#14088

* Send ruok to TLS port when TLS is enabled

* Bump chart version

pulsar-2.7.11

Toggle pulsar-2.7.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make PodSecurityPolicy name unique in k8s cluster when rbac.limit_to_…

…namespace is true (apache#224)

- allows having multiple Pulsar clusters in different K8S namespaces but having the same helm release name
  - PodSecurityPolicy is a cluster-level-resource and name would collide without this change

pulsar-2.7.10

Toggle pulsar-2.7.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add custom labels to all k8s objects in chart (apache#201)

pulsar-2.7.9

Toggle pulsar-2.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix chart releaser command which uses docker image (apache#199)

pulsar-2.7.8

Toggle pulsar-2.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to run extra commands in the initialization jobs e.g. to …

…quit istio sidecars (apache#181)

pulsar-2.7.7

Toggle pulsar-2.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to Pulsar 2.7.4 (apache#189)

* Bump to Pulsar 2.7.4

* update

* update

pulsar-2.7.6

Toggle pulsar-2.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Security] Workaround for CVE-2021-44228 Log4J RCE when Log4J >= 2.10…

….0 (apache#186)

* [Security] Workaround for CVE-2021-44228 Log4J RCE when Log4J >= 2.10.0

- prevents the exploit by disabling message pattern lookups

* Bump the chart version

pulsar-2.7.5

Toggle pulsar-2.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes apache#173 Support both Role Binding and Cluster Role Binding d…

…ependi… (apache#174)

* Fixes apache#173 Support both Role Binding and Cluster Role Binding depending on rbac.limit_to_namespace

* Rev version

* Get Role/Cluster the right way around

pulsar-2.7.4

Toggle pulsar-2.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Missing fix for apache#152. Bookie Service also needs the prefix on t…

…he port name (apache#172)

Fixes apache#158 (This is the second PR - see also apache#162)

### Motivation

* All non-standard port-names need a proper protocol prefix to support Istio
 https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection
 
### Modifications

Add the prefix value before `bookie`