Skip to content

Commit

Permalink
Merge pull request #263 from nats-io/release/v0.8.2
Browse files Browse the repository at this point in the history
Release/v0.8.2
  • Loading branch information
wallyqs authored Jul 1, 2021
2 parents 7b53569 + f4e4bd6 commit ea25062
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions helm/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,29 @@ entries:
- https://github.com/nats-io/k8s/releases/download/v0.7.2/nats-operator-0.7.4.tgz
version: 0.7.4
nats:
- apiVersion: v2
appVersion: 2.3.1
created: "2021-07-01T12:38:06.324485-07:00"
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed
Communications Technology.
digest: 6140acbe49801072c05fb0b99c5e9f69a201a8c1b3d80d2a102dc61c4df6ceed
home: http://github.com/nats-io/k8s
icon: https://nats.io/img/nats-icon-color.png
keywords:
- nats
- messaging
- cncf
maintainers:
- email: wally@nats.io
name: Waldemar Quevedo
- email: colin@nats.io
name: Colin Sullivan
- email: jaime@nats.io
name: Jaime Piña
name: nats
urls:
- https://github.com/nats-io/k8s/releases/download/v0.8.2/nats-0.8.2.tgz
version: 0.8.2
- apiVersion: v2
appVersion: 2.2.3
created: "2021-05-11T10:24:20.873855-07:00"
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
appVersion: "2.2.6"
appVersion: "2.3.1"
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
name: nats
keywords:
- nats
- messaging
- cncf
version: 0.8.0
version: 0.8.2
home: http://github.com/nats-io/k8s
maintainers:
- name: Waldemar Quevedo
Expand Down
8 changes: 4 additions & 4 deletions helm/charts/nats/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Add labels to all the deployed resources
commonLabels: {}

###############################
# #
# NATS Server Configuration #
# #
###############################
nats:
image: nats:2.2.6-alpine3.13
image: nats:2.3.1-alpine
pullPolicy: IfNotPresent

# Toggle whether to enable external access.
Expand Down Expand Up @@ -396,3 +393,6 @@ appProtocol:
# Cluster Domain configured on the kubelets
# https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
k8sClusterDomain: cluster.local

# Add labels to all the deployed resources
commonLabels: {}

0 comments on commit ea25062

Please sign in to comment.