Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed May 13, 2022
1 parent e68516e commit e39df0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/charts/nack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
appVersion: 0.6.1
appVersion: 0.7.0
description: A Helm chart for NACK
name: nack
keywords:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/nack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###############################
jetstream:
enabled: true
image: natsio/jetstream-controller:0.6.1
image: natsio/jetstream-controller:0.7.0
pullPolicy: IfNotPresent
replicas: 1

Expand Down
10 changes: 5 additions & 5 deletions helm/charts/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# #
###############################
nats:
image: nats:2.8.0-alpine
image: nats:2.8.2-alpine
pullPolicy: IfNotPresent

# The servers name prefix, must be used for example when we want a NATS cluster
Expand Down Expand Up @@ -450,7 +450,7 @@ gateway:
# enabled, an initializer container will be used to gather
# the public ips.
bootconfig:
image: natsio/nats-boot-config:0.5.4
image: natsio/nats-boot-config:0.7.0
pullPolicy: IfNotPresent
securityContext: {}

Expand All @@ -460,7 +460,7 @@ bootconfig:
#
natsbox:
enabled: true
image: natsio/nats-box:0.10.0
image: natsio/nats-box:0.11.0
pullPolicy: IfNotPresent
securityContext: {}

Expand Down Expand Up @@ -514,15 +514,15 @@ natsbox:
# The NATS config reloader image to use.
reloader:
enabled: true
image: natsio/nats-server-config-reloader:0.6.3
image: natsio/nats-server-config-reloader:0.7.0
pullPolicy: IfNotPresent
securityContext: {}
extraConfigs: []

# Prometheus NATS Exporter configuration.
exporter:
enabled: true
image: natsio/prometheus-nats-exporter:0.9.1
image: natsio/prometheus-nats-exporter:0.9.3
pullPolicy: IfNotPresent
securityContext: {}
resources: {}
Expand Down

0 comments on commit e39df0c

Please sign in to comment.