Skip to content

Commit

Permalink
fix: update default solo helm chart version (#1378)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Feb 12, 2025
1 parent f4fb382 commit 5b5e276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
os:
- windows-2022
- solo-linux-medium
name: "(${{ join(matrix.os, ', ') }})"
name: "${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
- name: Harden Runner
Expand Down
4 changes: 2 additions & 2 deletions src/commands/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ export class NetworkCommand extends BaseCommand {
}

if (config.loadBalancerEnabled) {
valuesArg += ' --set "defaults.haproxy.serviceType=LoadBalancer"';
valuesArg += ' --set "defaults.envoyProxy.serviceType=LoadBalancer"';
valuesArg += ' --set "defaults.haproxy.service.type=LoadBalancer"';
valuesArg += ' --set "defaults.envoyProxy.service.type=LoadBalancer"';
}

if (config.valuesFile) {
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

export const HELM_VERSION = 'v3.14.2';
export const SOLO_CHART_VERSION = '0.43.1';
export const SOLO_CHART_VERSION = '0.44.0';
export const HEDERA_PLATFORM_VERSION = 'v0.59.0-main.x5322bdc';
export const LOCAL_HEDERA_PLATFORM_VERSION = 'v0.58.3';
export const MIRROR_NODE_VERSION = 'v0.122';
Expand Down

0 comments on commit 5b5e276

Please sign in to comment.