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

Commit c605618

Browse files
author
Pamme
authored
Merge pull request #68 from nginxinc/release-1.4.1
Helm release - 1.4.1
2 parents 263f119 + 7ee8afd commit c605618

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: helm-chart/Chart.yaml

+2-2
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.4.0
5-
appVersion: 1.4.0
4+
version: 0.4.1
5+
appVersion: 1.4.1
66
kubeVersion: ">= 1.18-0"
77
icon: https://raw.githubusercontent.com/nginxinc/nginx-service-mesh/master/helm-chart/chart-icon.png

Diff for: helm-chart/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"imageTag": {
309309
"description": "Tag used for pulling images from registry. ",
310310
"type": "string",
311-
"default": "1.4.0"
311+
"default": "1.4.1"
312312
},
313313
"key": {
314314
"description": "Contents of your Google Cloud JSON key file",

Diff for: helm-chart/values.yaml

+1-1
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.4.0"
9+
imageTag: "1.4.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)