Skip to content

Commit fcb6b34

Browse files
Update NATS chart to 2.11.1-binary (#986)
* Update NATS chart to 2.11.1-binary * Remove stan chart from test workflow * Add stan to exclusions
1 parent ea6545e commit fcb6b34

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ct lint \
4444
--all \
4545
--chart-dirs helm/charts \
46-
--excluded-charts nats-account-server,nats-kafka,nats-operator,surveyor \
46+
--excluded-charts nats-account-server,nats-kafka,nats-operator,stan,surveyor \
4747
--validate-maintainers=false
4848
4949
- name: Check nindent levels
@@ -53,7 +53,6 @@ jobs:
5353
if find \
5454
helm/charts/nack \
5555
helm/charts/nats \
56-
helm/charts/stan \
5756
-type f \
5857
-not -name "*.md" \
5958
-not -name "*.go" \
@@ -82,4 +81,4 @@ jobs:
8281
ct install \
8382
--all \
8483
--chart-dirs helm/charts \
85-
--excluded-charts nats-account-server,nats-kafka,nats-operator,surveyor
84+
--excluded-charts nats-account-server,nats-kafka,nats-operator,stan,surveyor

helm/charts/nats/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v2
2-
appVersion: 2.11.0
2+
appVersion: 2.11.1
33
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
44
name: nats
55
keywords:
66
- nats
77
- messaging
88
- cncf
9-
version: 1.3.1
9+
version: 1.3.2
1010
home: http://github.com/nats-io/k8s
1111
maintainers:
1212
- email: info@nats.io

helm/charts/nats/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ config:
312312
container:
313313
image:
314314
repository: nats
315-
tag: 2.11.0-alpine
315+
tag: 2.11.1-binary-alpine
316316
pullPolicy:
317317
registry:
318318
# if digest is provided, it overrides tag (example: "sha256:abcdef1234567890")

0 commit comments

Comments
 (0)