Skip to content

Commit 9cf2ce3

Browse files
committed
Cleanup
1 parent 08c97a9 commit 9cf2ce3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

deploy/helm/tlm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

infra/tlm/modules/tlm/app/main.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
resource 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

services/chat-backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ show_missing = true
5757
default-groups = ["dev"]
5858

5959
[tlm-core]
60-
version = "v0.0.29-debug-logprobs-3"
60+
version = "v0.0.30"

0 commit comments

Comments
 (0)