From 31b59b3e914051b34519b8c78370fb28f6ffd7cb Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 15 Dec 2022 15:09:15 +0200 Subject: [PATCH] revert default image tag back to latest --- charts/dremio_v2/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dremio_v2/values.yaml b/charts/dremio_v2/values.yaml index ce684a1b..4d84af65 100644 --- a/charts/dremio_v2/values.yaml +++ b/charts/dremio_v2/values.yaml @@ -14,7 +14,7 @@ # automatically during redeployments and may negatively impact # the cluster. image: dremio/dremio-oss -imageTag: 20.0.0 +imageTag: latest # Global image registry # make sure to add slash in the end of URL @@ -502,4 +502,4 @@ telemetry: # metrics: # - name: jobs # reporter: -# type: jmx \ No newline at end of file +# type: jmx