Skip to content

Commit ee8901f

Browse files
authored
Merge pull request #122 from dgraph-io/megha/release-chart-v24.0.5
Updating Charts to use Dgraph v24.0.5
2 parents da015ba + f06c163 commit ee8901f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/dgraph/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: dgraph
3-
version: 24.0.4
4-
appVersion: v24.0.4
3+
version: 24.0.5
4+
appVersion: v24.0.5
55
description: Dgraph is a horizontally scalable and distributed graph database, providing ACID transactions, consistent replication and linearizable reads.
66
keywords:
77
- dgraph

charts/dgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following table lists the configurable parameters of the `dgraph` chart and
6161
| ---------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------- |
6262
| `image.registry` | Container registry name | `docker.io` |
6363
| `image.repository` | Container image name | `dgraph/dgraph` |
64-
| `image.tag` | Container image tag | `v24.0.4` |
64+
| `image.tag` | Container image tag | `v24.0.5` |
6565
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
6666
| `nameOverride` | Deployment name override (will append the release name) | `nil` |
6767
| `namespaceOverride` | Deployment namespace override if specified. | `nil` |

charts/dgraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
image: &image
1111
registry: docker.io
1212
repository: dgraph/dgraph
13-
tag: v24.0.4
13+
tag: v24.0.5
1414
## Specify a imagePullPolicy
1515
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1616
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

dgraph-24.0.4.tgz

35 KB
Binary file not shown.

0 commit comments

Comments
 (0)