Skip to content

Commit

Permalink
feat: bump nats version to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Mar 14, 2022
1 parent a1eb8b2 commit 5cdd144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
apiVersion: v2
appVersion: 2.7.3
appVersion: 2.7.4
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications
Technology.
name: nats
keywords:
- nats
- messaging
- cncf
version: 0.14.1
version: 0.14.2
home: http://github.com/nats-io/k8s
maintainers:
- name: Waldemar Quevedo
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3-alpine
image: nats:2.7.4-alpine
pullPolicy: IfNotPresent

# The servers name prefix, must be used for example when we want a NATS cluster
Expand Down

0 comments on commit 5cdd144

Please sign in to comment.