Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Helm Charts to use Dgraph 24.0.4 #121

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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