File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
charts/azimuth-llm/templates/test Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 46
46
- name : Install Helm
47
47
uses : azure/setup-helm@v4
48
48
49
+ - name : Run base chart templating with default values
50
+ run : helm template ci-test charts/azimuth-llm
51
+
49
52
- name : Set up chart testing
50
53
uses : helm/chart-testing-action@v2
51
54
62
65
# we need to pull these published images and load them into the kind cluster
63
66
# with the tag correct tag.
64
67
- name : Load tagged container images into kind cluster
65
- run : ./kind-images.sh ${{ github.event.pull_request.head.sha }} ${{ env.CLUSTER_NAME }}
68
+ run : ./kind-images.sh $(git rev-parse --short $ {{ github.event.pull_request.head.sha }}) ${{ env.CLUSTER_NAME }}
66
69
working-directory : web-apps
67
70
68
- - name : Add Helm repos for dependencies
69
- run : |
70
- helm repo add stakater https://stakater.github.io/stakater-charts
71
-
72
71
# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
73
72
# Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
74
73
# own helm install/test process.
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : gradio-client-test
13
- image : ghcr.io/stackhpc/azimuth-llm-chat-interface:{{ .Values.ui.image.version }}
13
+ {{- /*
14
+ Use the chat image since we know this contains the gradio_client package
15
+ */}}
16
+ image : {{ printf "ghcr.io/stackhpc/azimuth-llm-chat-ui:%s" (default .Chart.AppVersion .Values.ui.image.tag) }}
14
17
imagePullPolicy : IfNotPresent
15
18
command :
16
19
- python
You can’t perform that action at this time.
0 commit comments