From 1d20432c88ca95d7a76476d8f574ae907b82000a Mon Sep 17 00:00:00 2001 From: tczekajlo Date: Thu, 8 Jul 2021 08:02:47 +0200 Subject: [PATCH] Bump NGINX image to 1.20 --- charts/rasa/Chart.yaml | 7 ++++--- charts/rasa/README.md | 4 ++-- charts/rasa/values.yaml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index 54c413d..5f0fdc0 100644 --- a/charts/rasa/Chart.yaml +++ b/charts/rasa/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: 1.2.3 +version: 1.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -72,5 +72,6 @@ dependencies: annotations: # See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations artifacthub.io/changes: | - - kind: added - description: Add values schema + - kind: security + description: Bump NGINX image to 1.20 + artifacthub.io/containsSecurityUpdates: "true" diff --git a/charts/rasa/README.md b/charts/rasa/README.md index 440df24..c73e601 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -1,6 +1,6 @@ # rasa -![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) +![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an open source machine learning framework for automated text and voice-based conversations. @@ -324,7 +324,7 @@ In the [`examples/rasa`](../../examples) directory you can find more detailed ex | nginx.customConfiguration | object | `{}` | Custom configuration for Nginx sidecar | | nginx.enabled | bool | `true` | Enabled Nginx as a sidecar container | | nginx.image.name | string | `"nginx"` | Image name to use | -| nginx.image.tag | string | `"1.19"` | Image tag to use | +| nginx.image.tag | string | `"1.20"` | Image tag to use | | nginx.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default liveness probe settings | | nginx.port | int | `80` | Port number that Nginx listen on | | nginx.readinessProbe | object | Every 15s / 6 KO / 1 OK | Override default readiness probe settings | diff --git a/charts/rasa/values.yaml b/charts/rasa/values.yaml index 2ff04ee..c7a8215 100644 --- a/charts/rasa/values.yaml +++ b/charts/rasa/values.yaml @@ -550,7 +550,7 @@ nginx: name: "nginx" # -- Image tag to use - tag: "1.19" + tag: "1.20" # -- Override default liveness probe settings # @default -- Every 15s / 6 KO / 1 OK