Skip to content

Commit

Permalink
Merge pull request #121 from dgraph-io/megha/update-chart-version-24.0.4
Browse files Browse the repository at this point in the history
Updating Helm Charts to use Dgraph 24.0.4
  • Loading branch information
meghalims authored Oct 15, 2024
2 parents 9c456b0 + c1ae12d commit d22372d
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: 24.0.2
appVersion: v24.0.2
version: 24.0.4
appVersion: v24.0.4
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 | `v24.0.2` |
| `image.tag` | Container image tag | `v24.0.4` |
| `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: v24.0.2
tag: v24.0.4
## 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 d22372d

Please sign in to comment.