mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update Seq chart to 2020 container version (#22991)
Signed-off-by: Ashley Mannix <ashleymannix@live.com.au>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) | |
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user