Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/charts/nack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nack
version: 0.29.0
appVersion: "0.18.2"
version: 0.29.1
appVersion: "0.19.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to bump to "0.19.1" now.

description: A Helm chart for NACK - NAts Controller for Kubernetes
keywords:
- nats
Expand Down
8 changes: 8 additions & 0 deletions helm/charts/nack/crds/crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,14 @@ spec:
description: When true, enables direct access to messages from the origin stream.
type: boolean
default: false
allowMsgTtl:
description: When true, allows header initiated per-message TTLs. If disabled, then the `NATS-TTL` header will be ignored.
type: boolean
default: false
subjectDeleteMarkerTtl:
description: Enables and sets a duration for adding server markers for delete, purge and max age limits.
type: string
default: ''
Comment on lines +235 to +242
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This should fix the warnings that we are seeing lately.

consumerLimits:
type: object
properties:
Expand Down