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