Skip to content

Commit

Permalink
Bump NGINX image to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo committed Jul 8, 2021
1 parent 50ceb8e commit 1d20432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions charts/rasa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/rasa/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/rasa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d20432

Please sign in to comment.