From 6d62e6cbadb49d37ffea26f363cd8e96565a43d7 Mon Sep 17 00:00:00 2001 From: rouja <22145127+rouja@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:07:14 +0000 Subject: [PATCH] [GRIST] Automatic upgrade version --- charts/grist/Chart.yaml | 4 ++-- charts/grist/README.md | 2 +- charts/grist/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/grist/Chart.yaml b/charts/grist/Chart.yaml index 4a04bb8..a9e11ce 100644 --- a/charts/grist/Chart.yaml +++ b/charts/grist/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: grist -version: 5.3.6 -appVersion: 1.1.16 +version: 5.3.7 +appVersion: 1.1.17 diff --git a/charts/grist/README.md b/charts/grist/README.md index 39d4d9d..2ea2de2 100644 --- a/charts/grist/README.md +++ b/charts/grist/README.md @@ -12,7 +12,7 @@ helm repo update | Name | Description | Value | | ----------------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | | `image.repository` | Repository to use to pull Grist's container image | `gristlabs/grist` | -| `image.tag` | Grist's container tag | `1.1.16` | +| `image.tag` | Grist's container tag | `1.1.17` | | `image.pullPolicy` | Container image pull policy | `IfNotPresent` | | `image.credentials.username` | Username for container registry authentication | | | `image.credentials.password` | Password for container registry authentication | | diff --git a/charts/grist/values.yaml b/charts/grist/values.yaml index b4868c1..5e0c46b 100644 --- a/charts/grist/values.yaml +++ b/charts/grist/values.yaml @@ -19,7 +19,7 @@ image: # registry: "gitlab.com" # username: "user" # password: "pass" - tag: "1.1.16" + tag: "1.1.17" ## @param nameOverride Override the chart name ## @param fullnameOverride Override the full application name