From 41f11952793479ca10795ce30d15cb2a8c96cbba Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 30 Jun 2020 07:58:01 +1000 Subject: [PATCH] update Seq chart to 2020 container version (#22991) Signed-off-by: Ashley Mannix --- stable/seq/Chart.yaml | 4 ++-- stable/seq/README.md | 2 +- stable/seq/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/seq/Chart.yaml b/stable/seq/Chart.yaml index 9adafc82a6..1f33d43dc3 100644 --- a/stable/seq/Chart.yaml +++ b/stable/seq/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: seq -version: 2.1.0 -appVersion: 5 +version: 2.2.0 +appVersion: 2020 description: Seq is the easiest way for development teams to capture, search and visualize structured log events! This page will walk you through the very quick setup process. keywords: - seq diff --git a/stable/seq/README.md b/stable/seq/README.md index ed66d793ea..01d6cf823e 100644 --- a/stable/seq/README.md +++ b/stable/seq/README.md @@ -46,7 +46,7 @@ The following table lists the configurable parameters of the Seq chart and their | Parameter | Description | Default | | ------------------------------------ | ----------------------------------------------------------------------------------------------------- | --------------------------------------| | `image.repository` | Image repository | `datalust/seq` | -| `image.tag` | Seq image tag. Possible values listed [here](https://hub.docker.com/r/datalust/seq/tags/). | `5` | +| `image.tag` | Seq image tag. Possible values listed [here](https://hub.docker.com/r/datalust/seq/tags/). | `2020` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `acceptEULA` | Accept EULA | `Y` | | `baseURI` | Base URL for ingress/AAD (see values.yaml) | | diff --git a/stable/seq/values.yaml b/stable/seq/values.yaml index b3ffa3bc7c..ea10c3a7a1 100644 --- a/stable/seq/values.yaml +++ b/stable/seq/values.yaml @@ -4,7 +4,7 @@ image: repository: datalust/seq - tag: 5 + tag: 2020 pullPolicy: IfNotPresent # By passing the value Y in the ACCEPT_EULA environment variable,