File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
25
- # - name: Check Version
26
- # run: |
27
- # current_version=$(grep '^version=' pyproject.toml | cut -f2 -d= | tr -d ' ' | tr -d '"')
28
- # app_version=$(grep 'appVersion:' deployment/k8s/charts/Chart.yaml | cut -f2 -d: | tr -d ' ')
29
- # if [[ "$current_version" != "$app_version" ]]; then
30
- # echo "❌ current version from pyproject.toml ($current_version) and appVersion from Chart.yaml ($app_version) differs";
31
- # exit 1;
32
- # fi
33
-
34
25
- name : Set up Helm
35
26
uses : azure/setup-helm@v4
36
27
with :
@@ -63,14 +54,14 @@ jobs:
63
54
context : .
64
55
file : Dockerfile
65
56
push : false
66
- tags : " titiler:dev"
57
+ tags : " titiler-openeo :dev"
67
58
68
59
- name : Create kind cluster
69
60
70
61
if : steps.list-changed.outputs.changed == 'true'
71
62
72
63
- name : Load container image in kind cluster
73
- run : kind load docker-image titiler:dev --name chart-testing
64
+ run : kind load docker-image titiler-openeo :dev --name chart-testing
74
65
if : steps.list-changed.outputs.changed == 'true'
75
66
76
67
- name : Run chart-testing (install)
Original file line number Diff line number Diff line change 1
1
replicaCount : 1
2
2
3
3
image :
4
- repository : titiler
4
+ repository : titiler-openeo
5
5
tag : dev
You can’t perform that action at this time.
0 commit comments