From d706c3fcb62f126d6a7ba2c8f9940d7d769b2c51 Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Mon, 16 Dec 2024 13:49:26 -0800 Subject: [PATCH] Bump helm chart version --- charts/pcns/Chart.yaml | 2 +- charts/pcns/README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/pcns/Chart.yaml b/charts/pcns/Chart.yaml index c6ae79e2..99707a0a 100644 --- a/charts/pcns/Chart.yaml +++ b/charts/pcns/Chart.yaml @@ -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. diff --git a/charts/pcns/README.md b/charts/pcns/README.md index ba155e1c..86bfff6e 100644 --- a/charts/pcns/README.md +++ b/charts/pcns/README.md @@ -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 @@ -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 |