Skip to content

Commit

Permalink
[GRIST] Automatic upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Sep 12, 2024
1 parent 95383ac commit 7b8f3a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/grist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: grist
version: 5.3.8
appVersion: 1.1.17
version: 5.3.9
appVersion: 1.1.18
2 changes: 1 addition & 1 deletion charts/grist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17` |
| `image.tag` | Grist's container tag | `1.1.18` |
| `image.pullPolicy` | Container image pull policy | `IfNotPresent` |
| `image.credentials.username` | Username for container registry authentication | |
| `image.credentials.password` | Password for container registry authentication | |
Expand Down
2 changes: 1 addition & 1 deletion charts/grist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:
# registry: "gitlab.com"
# username: "user"
# password: "pass"
tag: "1.1.17"
tag: "1.1.18"

## @param nameOverride Override the chart name
## @param fullnameOverride Override the full application name
Expand Down

0 comments on commit 7b8f3a7

Please sign in to comment.