Skip to content

Commit 82f0ff1

Browse files
Merge pull request #184 from superstreamlabs/qa
Qa
2 parents 22c42c1 + ecf5d8d commit 82f0ff1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

charts/superstream/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
autoScalerVersion: "1.1.401"
77
artifacthub.io/changes: |-
88
- kind: changed
9-
description: Bump Superstream-Autoscaler to 1.1.401
9+
description: Bump Nats to 2.10.25
1010
name: superstream
1111
description: Superstream Official Helm chart
1212
home: https://superstream.ai
@@ -30,7 +30,7 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: 0.6.5
33+
version: 0.7.0
3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -39,6 +39,6 @@ appVersion: "1.1.401"
3939
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
4040
dependencies:
4141
- name: nats
42-
version: 1.2.4
42+
version: 1.2.10
4343
- name: telegraf
4444
version: 1.8.55

charts/superstream/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.10.20
2+
appVersion: 2.10.25
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.2.4
9+
version: 1.2.10
1010
home: http://github.com/nats-io/k8s
1111
maintainers:
1212

charts/superstream/charts/nats/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ config:
316316
container:
317317
image:
318318
repository: nats
319-
tag: 2.10.20-alpine
319+
tag: 2.10.25-alpine
320320
pullPolicy:
321321
registry:
322322

@@ -368,7 +368,7 @@ reloader:
368368
enabled: true
369369
image:
370370
repository: natsio/nats-server-config-reloader
371-
tag: 0.15.1
371+
tag: 0.16.1
372372
pullPolicy:
373373
registry:
374374

@@ -398,7 +398,7 @@ promExporter:
398398
enabled: true
399399
image:
400400
repository: natsio/prometheus-nats-exporter
401-
tag: 0.15.0
401+
tag: 0.16.0
402402
pullPolicy:
403403
registry:
404404

@@ -589,7 +589,7 @@ natsBox:
589589
container:
590590
image:
591591
repository: natsio/nats-box
592-
tag: 0.14.3
592+
tag: 0.16.0
593593
pullPolicy:
594594
registry:
595595

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.5
1+
0.7.0

0 commit comments

Comments
 (0)