Skip to content

Commit 94aac15

Browse files
committed
chore: update helm values
Signed-off-by: Sanjay Babu <sanjaytkbabu@gmail.com>
1 parent 1c290b2 commit 94aac15

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/tests/unit/utils/templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ describe('permit note notification templates', () => {
365365

366366
expect(html).toContain('Dear John Doe');
367367
expect(html).toContain('<b>Project ID: ACT-123</b>');
368-
expect(html).toContain('Special Use Permit<a>');
368+
expect(html).toContain('Special Use Permit</a>');
369369
expect(html).toContain('submitted on January 1, 2025');
370370
expect(html).toContain('You can now track your application progress here');
371371
expect(html).toContain('/e/housing/project/PROJ-456#PERMIT-789');

charts/pcns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: nr-permitconnect-navigator-service
33
# This is the chart version. This version number should be incremented each time you make changes
44
# to the chart and its templates, including the app version.
55
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6-
version: 0.0.36
6+
version: 0.0.37
77
kubeVersion: ">= 1.13.0"
88
description: PermitConnect Navigator Service
99
# A chart can be either an 'application' or a 'library' chart.

charts/pcns/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nr-permitconnect-navigator-service
22

3-
![Version: 0.0.36](https://img.shields.io/badge/Version-0.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square)
3+
![Version: 0.0.37](https://img.shields.io/badge/Version-0.0.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square)
44

55
PermitConnect Navigator Service
66

@@ -96,4 +96,4 @@ Kubernetes: `>= 1.13.0`
9696
| ssoSecretOverride.username | string | `nil` | |
9797

9898
----------------------------------------------
99-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
99+
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 commit comments

Comments
 (0)