From 708c7277dab1938a70a627437af85d8dcc4b9929 Mon Sep 17 00:00:00 2001 From: Spencer Huff Date: Mon, 26 Feb 2024 11:58:24 -0600 Subject: [PATCH] add comment to clarify CNAMEs for values --- charts/standard-application-stack/CHANGELOG.md | 4 ++++ charts/standard-application-stack/Chart.yaml | 2 +- charts/standard-application-stack/README.md | 4 ++-- charts/standard-application-stack/values.yaml | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/charts/standard-application-stack/CHANGELOG.md b/charts/standard-application-stack/CHANGELOG.md index 61a3d451..7379217b 100644 --- a/charts/standard-application-stack/CHANGELOG.md +++ b/charts/standard-application-stack/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v6.0.1] - 2024-02-14 +### Added +- Added comment to clarify CNAMEs for `ingress.extraHost` values. + ## [v6.0.0] - 2024-02-14 ### Removed - Remove support for hybridCloud. No longer managed as a feature-flag in the helm chart. diff --git a/charts/standard-application-stack/Chart.yaml b/charts/standard-application-stack/Chart.yaml index f8b86d9f..2b36e3c3 100644 --- a/charts/standard-application-stack/Chart.yaml +++ b/charts/standard-application-stack/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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: 6.0.0 +version: 6.0.1 dependencies: - name: redis diff --git a/charts/standard-application-stack/README.md b/charts/standard-application-stack/README.md index d01826c2..89b65a38 100644 --- a/charts/standard-application-stack/README.md +++ b/charts/standard-application-stack/README.md @@ -1,6 +1,6 @@ # standard-application-stack -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A generic chart to support most common application requirements @@ -150,7 +150,7 @@ A generic chart to support most common application requirements | ingress.blackbox.probeScheme | string | `"https"` | Scheme (http/https) for blackboxes to hit | | ingress.enabled | bool | `false` | Set to true to enable ingress record generation | | ingress.extraAnnotations | object | `{}` | Additional Ingress annotations For a full list of possible ingress annotations, please see ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md | -| ingress.extraHosts | list | `[]` | List of extra ingress hosts to setup | +| ingress.extraHosts | list | `[]` | List of extra ingress hosts to setup. The CNAMEs for these hosts must already exist, please reach out to the Infrastructure team to create them if needed. | | ingress.extraIngresses | list | `[]` | Optional: ability to construct multiple ingresses with different settings (names, cache headers, etc) This accepts all the same values as the top-level ingress. It also inherits its default values from the top-level ingress, so all differences must be overridden per-instance. | | ingress.setNoCacheHeaders | bool | `false` | Only applies for 'haproxy' ingresses; Sets no-cache headers | | ingress.setXForwardedForHeaders | bool | `false` | Only applies for 'haproxy' ingresses; Sets X-Forwarded-For headers | diff --git a/charts/standard-application-stack/values.yaml b/charts/standard-application-stack/values.yaml index 9b9301b5..1f2b090f 100644 --- a/charts/standard-application-stack/values.yaml +++ b/charts/standard-application-stack/values.yaml @@ -517,7 +517,8 @@ ingress: setNoCacheHeaders: false # -- Enable TLS configuration for the hostname defined at ingress.hostname parameter tls: true - # -- List of extra ingress hosts to setup + # -- List of extra ingress hosts to setup. + # The CNAMEs for these hosts must already exist, please reach out to the Infrastructure team to create them if needed. extraHosts: [] # extraHosts: # - name: ""