From 526925f79d5fba77435c876745f7e8f32f8628b3 Mon Sep 17 00:00:00 2001 From: rouja <22145127+rouja@users.noreply.github.com> Date: Sat, 13 Jul 2024 02:01:36 +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 04ad50f..4a04bb8 100644 --- a/charts/grist/Chart.yaml +++ b/charts/grist/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: grist -version: 5.3.5 -appVersion: 1.1.15 +version: 5.3.6 +appVersion: 1.1.16 diff --git a/charts/grist/README.md b/charts/grist/README.md index acdd357..39d4d9d 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.15` | +| `image.tag` | Grist's container tag | `1.1.16` | | `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 92330b1..b4868c1 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.15" + tag: "1.1.16" ## @param nameOverride Override the chart name ## @param fullnameOverride Override the full application name