Skip to content

Commit 9db620f

Browse files
committed
minor changes
1 parent c6ec1a3 commit 9db620f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/values-overrides/examples/azure_example_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ graphistryResources:
2020

2121

2222
global:
23-
tag: v2.39.28-admin
23+
tag: v2.45.11
2424
provisioner: disk.csi.azure.com
2525
containerregistry:
2626
name:

charts/values-overrides/examples/cluster/global-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global: ## global settings for all charts
2-
tag: v2.42.4
2+
tag: v2.45.11
33
ENABLE_CLUSTER_MODE: true
44
ENABLE_OPEN_TELEMETRY: true
55

charts/values-overrides/examples/gke/gke_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ cuda:
213213
version: "11.8" #cuda version
214214

215215
global: ## global settings for all charts
216-
tag: v2.42.4
216+
tag: v2.45.11
217217
logs: #change log levels
218218
LogLevel: DEBUG #log level for the application
219219
GraphistryLogLevel: DEBUG #log level for graphistry

charts/values-overrides/examples/k3s/k3s_example_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ global: ## global settings for all charts
295295
user: graphistry #db user
296296
port: 5432 #port for postgres service to listen on
297297
host: postgres #hostname for postgres
298-
tag: v2.42.4
298+
tag: v2.45.11
299299

300300
imagePullPolicy: Always #image pull policy could also be Always
301301
restartPolicy: Always #restart policy

0 commit comments

Comments
 (0)