From b2b73f7a17b550487f6fcd75620cbbed615a142c Mon Sep 17 00:00:00 2001 From: anwilkie <47449873+anwilkie@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:49:57 +0000 Subject: [PATCH] disable load balancer (#342) * disable load balancer * auto patch increment --------- Co-authored-by: ras-rm-pr-bot --- _infra/helm/collection-instrument/Chart.yaml | 4 ++-- _infra/helm/collection-instrument/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_infra/helm/collection-instrument/Chart.yaml b/_infra/helm/collection-instrument/Chart.yaml index 26504fee..117b75a3 100644 --- a/_infra/helm/collection-instrument/Chart.yaml +++ b/_infra/helm/collection-instrument/Chart.yaml @@ -14,9 +14,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 3.0.37 +version: 3.0.38 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 3.0.37 +appVersion: 3.0.38 diff --git a/_infra/helm/collection-instrument/values.yaml b/_infra/helm/collection-instrument/values.yaml index 7e9d1c6f..682fc3d4 100644 --- a/_infra/helm/collection-instrument/values.yaml +++ b/_infra/helm/collection-instrument/values.yaml @@ -60,4 +60,4 @@ gcp: loadBalancer: ipAddress: 10.110.128.13 - enabled: true \ No newline at end of file + enabled: false \ No newline at end of file