From 32d57e7e43abd9c5cfa115832e1e0bae99497aea Mon Sep 17 00:00:00 2001 From: cassandrabailey293 Date: Thu, 19 Jan 2023 10:59:32 -0700 Subject: [PATCH] version bump --- opentdf.Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentdf.Tiltfile b/opentdf.Tiltfile index 409a9706..ab1b82f4 100644 --- a/opentdf.Tiltfile +++ b/opentdf.Tiltfile @@ -11,7 +11,7 @@ min_tilt_version("0.30") EXTERNAL_URL = "http://localhost:65432" # Versions of things backend to pull (attributes, kas, etc) -BACKEND_CHART_TAG = "1.2.0" +BACKEND_CHART_TAG = "1.2.1" FRONTEND_CHART_TAG = "1.2.0" CONTAINER_REGISTRY = os.environ.get("CONTAINER_REGISTRY", "ghcr.io")