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

Commit

Permalink
Merge pull request #68 from nginxinc/release-1.4.1
Browse files Browse the repository at this point in the history
Helm release - 1.4.1
  • Loading branch information
Pamme authored May 26, 2022
2 parents 263f119 + 7ee8afd commit c605618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nginx-service-mesh
description: NGINX Service Mesh
version: 0.4.0
appVersion: 1.4.0
version: 0.4.1
appVersion: 1.4.1
kubeVersion: ">= 1.18-0"
icon: https://github.com/nginxinc/nginx-service-mesh/master/helm-chart/chart-icon.png
2 changes: 1 addition & 1 deletion helm-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"imageTag": {
"description": "Tag used for pulling images from registry. ",
"type": "string",
"default": "1.4.0"
"default": "1.4.1"
},
"key": {
"description": "Contents of your Google Cloud JSON key file",
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ registry:

# Tag used for pulling images from registry
# Affects: nginx-mesh-api, nginx-mesh-cert-reloader, nginx-mesh-init, nginx-mesh-metrics, nginx-mesh-sidecar
imageTag: "1.4.0"
imageTag: "1.4.1"

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

0 comments on commit c605618

Please sign in to comment.