Skip to content

Commit 8907e6f

Browse files
authored
Merge pull request #126 from dgraph-io/25preview
release v25.0.0-preview6
2 parents 412ee1e + 8a9119e commit 8907e6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.4
4-
appVersion: v24.1.4
3+
version: 25.0.0-preview6
4+
appVersion: v25.0.0-preview6
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/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.1.4
13+
tag: v25.0.0-preview6
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

0 commit comments

Comments
 (0)