Skip to content

Commit

Permalink
Merge pull request #220 from bcgov/chore/helm-bump
Browse files Browse the repository at this point in the history
Bump helm chart version
  • Loading branch information
kyle1morel authored Dec 16, 2024
2 parents 6c7f79d + d706c3f commit 83dd98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.18
version: 0.0.19
kubeVersion: ">= 1.13.0"
description: PermitConnect Navigator Service
# A chart can be either an 'application' or a 'library' chart.
Expand Down
5 changes: 2 additions & 3 deletions 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.18](https://img.shields.io/badge/Version-0.0.18-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.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)

PermitConnect Navigator Service

Expand Down Expand Up @@ -62,8 +62,7 @@ Kubernetes: `>= 1.13.0`
| podAnnotations | object | `{}` | Annotations for app pods |
| podSecurityContext | object | `{}` | Privilege and access control settings |
| replicaCount | int | `2` | Number of pod replicas running in the deployment |
| resources.limits.cpu | string | `"200m"` | Limit Peak CPU (in millicores ex. 1000m) |
| resources.limits.memory | string | `"256Mi"` | Limit Peak Memory (in gigabytes Gi or megabytes Mi ex. 2Gi) |
| resources.requests | object | `{"cpu":"10m","memory":"128Mi"}` | Limit Peak Memory (in gigabytes Gi or megabytes Mi ex. 2Gi) memory: 256Mi |
| resources.requests.cpu | string | `"10m"` | Requested CPU (in millicores ex. 500m) |
| resources.requests.memory | string | `"128Mi"` | Requested Memory (in gigabytes Gi or megabytes Mi ex. 500Mi) |
| route.annotations | object | `{}` | Annotations to add to the route |
Expand Down

0 comments on commit 83dd98d

Please sign in to comment.