From 51692421eb43d18cd3d8beff45ab683c87eec16a Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Thu, 1 Jul 2021 12:29:47 -0700 Subject: [PATCH 1/2] Release v0.8.2 --- helm/charts/nats/Chart.yaml | 2 +- helm/charts/nats/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/charts/nats/Chart.yaml b/helm/charts/nats/Chart.yaml index 5dd68226..71d3d6de 100644 --- a/helm/charts/nats/Chart.yaml +++ b/helm/charts/nats/Chart.yaml @@ -6,7 +6,7 @@ keywords: - nats - messaging - cncf -version: 0.8.0 +version: 0.8.2 home: http://github.com/nats-io/k8s maintainers: - name: Waldemar Quevedo diff --git a/helm/charts/nats/values.yaml b/helm/charts/nats/values.yaml index dcf988fe..a3bec740 100644 --- a/helm/charts/nats/values.yaml +++ b/helm/charts/nats/values.yaml @@ -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. @@ -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: {} From f4e4bd64cbf06bae55d7ff288d4c2cd7d0d9fd2c Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Thu, 1 Jul 2021 12:40:26 -0700 Subject: [PATCH 2/2] Update index Signed-off-by: Waldemar Quevedo --- helm/charts/index.yaml | 23 +++++++++++++++++++++++ helm/charts/nats/Chart.yaml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/helm/charts/index.yaml b/helm/charts/index.yaml index 75db9bde..d43420fe 100644 --- a/helm/charts/index.yaml +++ b/helm/charts/index.yaml @@ -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" diff --git a/helm/charts/nats/Chart.yaml b/helm/charts/nats/Chart.yaml index 71d3d6de..2032dd6b 100644 --- a/helm/charts/nats/Chart.yaml +++ b/helm/charts/nats/Chart.yaml @@ -1,5 +1,5 @@ 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: