Skip to content

Commit f19e236

Browse files
bump dgraph and ratel chart versions (#117)
* bump dgraph and ratel chart versions * bump dgraph version to v23.1.0
1 parent 3552e27 commit f19e236

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 0.2.2
4-
appVersion: v23.0.1
3+
version: 0.3.0
4+
appVersion: v23.1.0
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 | `v23.0.1` |
64+
| `image.tag` | Container image tag | `v23.1.0` |
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: v23.0.1
13+
tag: v23.1.0
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

charts/ratel/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v21.12.0"
24+
appVersion: "v23.1.0"

0 commit comments

Comments
 (0)