Skip to content

Tags: vertica/kafka-scheduler-chart

Tags

0.1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow timezone to be selected for the logging output (#5)

The timezone for the logger can now be selected using the helm chart
parameter 'timezone'. As logging employs log4j, ensure you use a
Java-friendly timezone ID. Refer to this site for available IDs:
https://docs.oracle.com/middleware/1221/wcs/tag-ref/MISC/TimeZones.html

For example, to use time from Halifax, you would run: 
```
helm install k vertica-charts/kafka-scheduler-chart --set timezone="America/Halifax"
```

0.1.7

Unverified

No user is associated with the committer email.
Prepare for 0.1.7 release

Signed-off-by: Matt Spilchen <matt.spilchen@microfocus.com>

0.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow a password to be supplied for the truststore (#3)

This adds a new helm chart parameter to allow you to specify a password
for the truststore.

This also fixes a bug where the extra JVM opts were not included if
specified.

0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to initializer for truststore only deployments (#2)

Previous fix wasn't complete as I forgot to update the initializer pod.
I am also fixing the VKCONFIG_JVM_OPTS, which didn't have correct
spacing.

0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow only truststore to be set (#1)

Previously when setting up tls you had to specify both the keystore and
truststore. Now, either one can be specified.

0.1.3

Unverified

This user has not yet uploaded their public signing key.
Bump chart version

0.1.2

Unverified

This user has not yet uploaded their public signing key.
Fix tls deployment

0.1.1

Unverified

This user has not yet uploaded their public signing key.
Improve OpenShift UI for chart

0.1.0

Unverified

This user has not yet uploaded their public signing key.
First drop