Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GRIST] Automatic upgrade version #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9
appVersion: 1.1.18
version: 5.4.0
appVersion: 1.1.19
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.18` |
| `image.tag` | Grist's container tag | `1.2.1` |
| `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.18"
tag: "1.2.1"

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