Skip to content

Commit

Permalink
Merge pull request #223 from MinaFoundation/pm-1802-default-image-gss
Browse files Browse the repository at this point in the history
PM-1802 - Update default GSS image tag
  • Loading branch information
johnmarcou authored Jun 25, 2024
2 parents 259752e + d8301b8 commit 18937c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpt-survey-summarizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion gpt-survey-summarizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18937c8

Please sign in to comment.