From 40423f8fcce76d2053018435bfb5087ef334029c Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Wed, 27 Nov 2024 11:31:38 -0800 Subject: [PATCH] Add missing override value --- charts/pcns/Chart.yaml | 2 +- charts/pcns/README.md | 6 ++++-- charts/pcns/values.yaml | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/pcns/Chart.yaml b/charts/pcns/Chart.yaml index 5d67b137..c6ae79e2 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.17 +version: 0.0.18 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 5280acbb..ba155e1c 100644 --- a/charts/pcns/README.md +++ b/charts/pcns/README.md @@ -1,6 +1,6 @@ # nr-permitconnect-navigator-service -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-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.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) PermitConnect Navigator Service @@ -28,6 +28,8 @@ Kubernetes: `>= 1.13.0` | Key | Type | Default | Description | |-----|------|---------|-------------| +| atsSecretOverride.password | string | `nil` | | +| atsSecretOverride.username | string | `nil` | | | autoscaling.behavior | object | `{"scaleDown":{"policies":[{"periodSeconds":120,"type":"Pods","value":1}],"selectPolicy":"Max","stabilizationWindowSeconds":120},"scaleUp":{"policies":[{"periodSeconds":30,"type":"Pods","value":2}],"selectPolicy":"Max","stabilizationWindowSeconds":0}}` | Behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). | | autoscaling.enabled | bool | `false` | Specifies whether the Horizontal Pod Autoscaler should be created | | autoscaling.maxReplicas | int | `16` | | @@ -81,4 +83,4 @@ Kubernetes: `>= 1.13.0` | ssoSecretOverride.username | string | `nil` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) diff --git a/charts/pcns/values.yaml b/charts/pcns/values.yaml index 4e8fc750..054dd129 100644 --- a/charts/pcns/values.yaml +++ b/charts/pcns/values.yaml @@ -199,6 +199,9 @@ oidcSecretOverride: ssoSecretOverride: username: ~ password: ~ +atsSecretOverride: + username: ~ + password: ~ # Patroni subchart configuration overrides patroni: