Skip to content

Commit

Permalink
disable load balancer (#342)
Browse files Browse the repository at this point in the history
* disable load balancer

* auto patch increment

---------

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
anwilkie and ras-rm-pr-bot authored Nov 8, 2024
1 parent e5f77a4 commit b2b73f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _infra/helm/collection-instrument/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion _infra/helm/collection-instrument/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ gcp:

loadBalancer:
ipAddress: 10.110.128.13
enabled: true
enabled: false

0 comments on commit b2b73f7

Please sign in to comment.