File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
infra/tlm/modules/tlm/app Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.44
18+ version : 0.1.45
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11resource helm_release "this" {
22 name = local. release_name
33 namespace = local. namespace
4- chart = " ../../../../deploy/helm/tlm"
5- # chart = "tlm"
6- # repository = "oci://cleanlabtlm.azurecr.io/tlm"
4+ chart = " tlm"
5+ repository = " oci://cleanlabtlm.azurecr.io/tlm"
76
8- # version = var.app_version
7+ version = var. app_version
98
109 repository_username = var. image_pull_username
1110 repository_password = var. image_pull_password
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ show_missing = true
5757default-groups = [" dev" ]
5858
5959[tlm-core ]
60- version = " v0.0.29-debug-logprobs-3 "
60+ version = " v0.0.30 "
You can’t perform that action at this time.
0 commit comments