Skip to content

Commit

Permalink
Merge pull request #122 from dgraph-io/megha/release-chart-v24.0.5
Browse files Browse the repository at this point in the history
Updating Charts to use Dgraph v24.0.5
  • Loading branch information
meghalims authored Nov 12, 2024
2 parents da015ba + f06c163 commit ee8901f
Show file tree
Hide file tree
Showing 4 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.4
appVersion: v24.0.4
version: 24.0.5
appVersion: v24.0.5
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.4` |
| `image.tag` | Container image tag | `v24.0.5` |
| `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.4
tag: v24.0.5
## 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
Binary file added dgraph-24.0.4.tgz
Binary file not shown.

0 comments on commit ee8901f

Please sign in to comment.