From d8301b8cf6e622a1c31d6ccc84a97d97ba51b23c Mon Sep 17 00:00:00 2001 From: John Marcou Date: Tue, 25 Jun 2024 11:16:28 -0400 Subject: [PATCH] PM-1802 - Update default GSS image tag --- gpt-survey-summarizer/README.md | 2 +- gpt-survey-summarizer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt-survey-summarizer/README.md b/gpt-survey-summarizer/README.md index 06756841..f40e868b 100644 --- a/gpt-survey-summarizer/README.md +++ b/gpt-survey-summarizer/README.md @@ -81,7 +81,7 @@ helmfile status | fullnameOverride | string | `""` | The full release name override | | image.pullPolicy | string | `"IfNotPresent"` | The pullPolicy used when pulling the image | | image.repository | string | `"673156464838.dkr.ecr.us-west-2.amazonaws.com/gpt-survey-summarizer"` | The repository of the image | -| image.tag | string | `""` | The tag of the iamge. Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"0.3.2"` | The tag of the iamge. Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | The secrets used to pull the image | | nameOverride | string | `""` | The release name override | | nodeSelector | object | `{}` | Node selector labels | diff --git a/gpt-survey-summarizer/values.yaml b/gpt-survey-summarizer/values.yaml index 5746aa03..29c2d1e9 100644 --- a/gpt-survey-summarizer/values.yaml +++ b/gpt-survey-summarizer/values.yaml @@ -64,7 +64,7 @@ image: # -- The pullPolicy used when pulling the image pullPolicy: IfNotPresent # -- The tag of the iamge. Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "0.3.2" bot: # -- The number of pods to be deployed for bot