From 245ab24a1fd1562ba83b76003510a6daebb29ce5 Mon Sep 17 00:00:00 2001 From: meghalims Date: Tue, 10 Sep 2024 15:35:36 -0700 Subject: [PATCH] Updating Dgraph Charts to 24.0.2 --- 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 b52867002..6c5c12dfd 100644 --- a/charts/dgraph/Chart.yaml +++ b/charts/dgraph/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: dgraph -version: 0.3.0 -appVersion: v23.1.0 +version: 24.0.2 +appVersion: v24.0.2 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 e4e64ca1e..892d8f869 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 | `v23.1.0` | +| `image.tag` | Container image tag | `v24.0.2` | | `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 6dec6193a..5f3abc673 100644 --- a/charts/dgraph/values.yaml +++ b/charts/dgraph/values.yaml @@ -10,7 +10,7 @@ image: &image registry: docker.io repository: dgraph/dgraph - tag: v23.1.0 + tag: v24.0.2 ## 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