Skip to content

Commit b3a95ab

Browse files
Bump natsio/jetstream-controller from 0.20.1 to 0.21.1 in /helm/charts/nack (#1097)
* Bump natsio/jetstream-controller in /helm/charts/nack Bumps natsio/jetstream-controller from 0.20.1 to 0.21.1. --- updated-dependencies: - dependency-name: natsio/jetstream-controller dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [nack helm] bump chart to version: 0.31.0 appVersion: 0.21.1 (with CRDs) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent ba64f91 commit b3a95ab

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

helm/charts/nack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: nack
3-
version: 0.30.0
4-
appVersion: 0.20.1
3+
version: 0.31.0
4+
appVersion: 0.21.1
55
description: A Helm chart for NACK - NAts Controller for Kubernetes
66
keywords:
77
- nats

helm/charts/nack/crds/crds.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ spec:
562562
- byStartSequence
563563
# Requires optStartTime
564564
- byStartTime
565+
- lastPerSubject
565566
default: all
566567
optStartSeq:
567568
type: integer
@@ -648,6 +649,10 @@ spec:
648649
inactiveThreshold:
649650
description: The idle time an Ephemeral Consumer allows before it is removed.
650651
type: string
652+
pauseUntil:
653+
description: RFC3339 timestamp until which the consumer should be paused.
654+
type: string
655+
default: ''
651656
priorityPolicy:
652657
description: Priority policy for consumer (pinned_client, overflow, prioritized, or none).
653658
type: string
@@ -1179,6 +1184,10 @@ spec:
11791184
ttl:
11801185
description: The time expiry for keys.
11811186
type: string
1187+
limitMarkerTtl:
1188+
description: LimitMarkerTTL is how long the bucket keeps markers when
1189+
keys are removed by the TTL setting, 0 meaning markers are not supported
1190+
type: integer
11821191
maxBytes:
11831192
description: The maximum size of the KV Store in bytes.
11841193
type: integer

helm/charts/nack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jetstream:
77
enabled: true
88
image:
99
repository: natsio/jetstream-controller
10-
tag: 0.20.1
10+
tag: 0.21.1
1111
pullPolicy: IfNotPresent
1212
# registry: docker.io
1313

0 commit comments

Comments
 (0)