Skip to content

Commit

Permalink
Try fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
sievdokymov-virtru committed Jan 23, 2024
1 parent 8bc2dc2 commit e15e98a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions opentdf.Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ min_tilt_version("0.31")
EXTERNAL_URL = "http://localhost:65432"

# Versions of things backend to pull (attributes, kas, etc)
BACKEND_CHART_TAG = os.environ.get("BACKEND_LATEST_VERSION", "0.0.0-sha-02d27b5")
# BACKEND_CHART_TAG = os.environ.get("BACKEND_LATEST_VERSION", "0.0.0-sha-02d27b5")
BACKEND_CHART_TAG = "0.0.0-sha-02d27b5"
FRONTEND_CHART_TAG = os.environ.get("FRONTEND_LATEST_VERSION", "1.5.0")

# to be able to switch between Python and Go versions
Expand Down Expand Up @@ -102,9 +103,6 @@ def backend(values=[], set={}, resource_deps=[]):
}
set_values.update(set)

print("see the set_values")
print(set_values)

update_settings(k8s_upsert_timeout_secs=1200)
helm_resource(
"backend",
Expand Down

0 comments on commit e15e98a

Please sign in to comment.