Skip to content

Commit

Permalink
Merge pull request #120 from dgraph-io/megha/update-chart-version
Browse files Browse the repository at this point in the history
Updating Dgraph Charts to 24.0.2
  • Loading branch information
meghalims authored Sep 11, 2024
2 parents 9bd0251 + 245ab24 commit 9c456b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/dgraph/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: dgraph
version: 0.3.0
appVersion: v23.1.0
version: 24.0.2
appVersion: v24.0.2
description: Dgraph is a horizontally scalable and distributed graph database, providing ACID transactions, consistent replication and linearizable reads.
keywords:
- dgraph
Expand Down
2 changes: 1 addition & 1 deletion charts/dgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the `dgraph` chart and
| ---------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------- |
| `image.registry` | Container registry name | `docker.io` |
| `image.repository` | Container image name | `dgraph/dgraph` |
| `image.tag` | Container image tag | `v23.1.0` |
| `image.tag` | Container image tag | `v24.0.2` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Deployment name override (will append the release name) | `nil` |
| `namespaceOverride` | Deployment namespace override if specified. | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/dgraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
image: &image
registry: docker.io
repository: dgraph/dgraph
tag: v23.1.0
tag: v24.0.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 9c456b0

Please sign in to comment.