From c1ae12d421cdbe5958efde1f65b1b7a5e38cd6c7 Mon Sep 17 00:00:00 2001 From: meghalims Date: Tue, 15 Oct 2024 09:09:23 -0700 Subject: [PATCH] Updating Helm Charts to use Dgraph 24.0.4 --- charts/dgraph/Chart.yaml | 4 ++-- charts/dgraph/README.md | 2 +- charts/dgraph/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/dgraph/Chart.yaml b/charts/dgraph/Chart.yaml index 6c5c12dfd..99a3b0a6d 100644 --- a/charts/dgraph/Chart.yaml +++ b/charts/dgraph/Chart.yaml @@ -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 diff --git a/charts/dgraph/README.md b/charts/dgraph/README.md index 892d8f869..673a0505a 100644 --- a/charts/dgraph/README.md +++ b/charts/dgraph/README.md @@ -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` | diff --git a/charts/dgraph/values.yaml b/charts/dgraph/values.yaml index 5f3abc673..a423bac74 100644 --- a/charts/dgraph/values.yaml +++ b/charts/dgraph/values.yaml @@ -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