Skip to content

Commit

Permalink
Routine Helm chart version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Dec 19, 2024
1 parent 8ee81ae commit 8c498f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ At this time, only the latest version of NR PermitConnect Navigator Service is s

| Version | Supported |
| ------- | ------------------ |
| 0.4.0 | :white_check_mark: |
| < 0.4.x | :x: |
| 0.5.0 | :white_check_mark: |
| < 0.5.x | :x: |

## Reporting a Bug

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nr-permitting-navigator-service-app",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"private": true,
"description": "PermitConnect Navigator Service ",
Expand Down
4 changes: 2 additions & 2 deletions charts/pcns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nr-permitconnect-navigator-service
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.19
version: 0.0.20
kubeVersion: ">= 1.13.0"
description: PermitConnect Navigator Service
# A chart can be either an 'application' or a 'library' chart.
Expand Down Expand Up @@ -38,6 +38,6 @@ maintainers:
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.4.0"
appVersion: "0.5.0"
deprecated: false
annotations: {}
2 changes: 1 addition & 1 deletion charts/pcns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nr-permitconnect-navigator-service

![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)

PermitConnect Navigator Service

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nr-permitting-navigator-service-frontend",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"private": true,
"description": "",
Expand Down

0 comments on commit 8c498f5

Please sign in to comment.