Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 6f68327

Browse files
authored
Merge pull request #32 from nginxinc/Release-1.2.1
Helm release - 1.2.1
2 parents b21e287 + 611665e commit 6f68327

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: nginx-service-mesh
33
description: NGINX Service Mesh
4-
version: 0.2.0
5-
appVersion: 1.2.0
4+
version: 0.2.1
5+
appVersion: 1.2.1
66
kubeVersion: "1.16-0 - 1.21-0"
77
icon: https://raw.githubusercontent.com/nginxinc/nginx-service-mesh/master/helm-chart/chart-icon.png

helm-chart/configs/grafana-top-dashboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"alertThreshold": true
311311
},
312312
"percentage": false,
313-
"pluginVersion": "8.1.3",
313+
"pluginVersion": "8.1.7",
314314
"pointradius": 5,
315315
"points": false,
316316
"renderer": "flot",
@@ -405,7 +405,7 @@
405405
"alertThreshold": true
406406
},
407407
"percentage": false,
408-
"pluginVersion": "8.1.3",
408+
"pluginVersion": "8.1.7",
409409
"pointradius": 5,
410410
"points": false,
411411
"renderer": "flot",
@@ -502,7 +502,7 @@
502502
"alertThreshold": true
503503
},
504504
"percentage": false,
505-
"pluginVersion": "8.1.3",
505+
"pluginVersion": "8.1.7",
506506
"pointradius": 2,
507507
"points": false,
508508
"renderer": "flot",
@@ -596,7 +596,7 @@
596596
"alertThreshold": true
597597
},
598598
"percentage": false,
599-
"pluginVersion": "8.1.3",
599+
"pluginVersion": "8.1.7",
600600
"pointradius": 2,
601601
"points": false,
602602
"renderer": "flot",

helm-chart/templates/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
serviceAccountName: grafana
101101
containers:
102102
- name: grafana
103-
image: {{ include "grafana.image-server" . }}/grafana:8.1.3
103+
image: {{ include "grafana.image-server" . }}/grafana:8.1.7
104104
imagePullPolicy: {{ .Values.registry.imagePullPolicy }}
105105
ports:
106106
- containerPort: 3000

helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ registry:
66

77
# Tag used for pulling images from registry
88
# Affects: nginx-mesh-api, nginx-mesh-cert-reloader, nginx-mesh-init, nginx-mesh-metrics, nginx-mesh-sidecar
9-
imageTag: "1.2.0"
9+
imageTag: "1.2.1"
1010

1111
# Note: Currently only works with Google Cloud registry.
1212
# Contents of your Google Cloud JSON key file. Can be set via "--set-file registry.key=<your-key-file>.json"

0 commit comments

Comments
 (0)