diff --git a/opentdf.Tiltfile b/opentdf.Tiltfile index 8532f4fa..59e06dae 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")