Skip to content

Commit

Permalink
HPCC4J-558 Github Actions: Outdated HPCC Version (#662)
Browse files Browse the repository at this point in the history
- Changed Helm command to use Helm HPCC version instead of latest

Signed-off-by: James McMullan [email protected]

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu authored Nov 27, 2023
1 parent babf482 commit 1246b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/httpsUnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo -e "certificates:\n enabled: true\ndafilesrv:\n - name: rowservice\n disabled: false\n application: stream\n service:\n servicePort: 7600\n visibility: global" > values.yaml
helm repo add hpcc https://hpcc-systems.github.io/helm-chart
helm repo update
helm install myhpcc hpcc/hpcc --set global.image.version=latest -f values.yaml
helm install myhpcc hpcc/hpcc -f values.yaml
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1246b39

Please sign in to comment.