Skip to content

Commit 9b52658

Browse files
committed
Some adjustments.
1 parent 3fdcbbf commit 9b52658

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/check_charts.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

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-
3425
- name: Set up Helm
3526
uses: azure/setup-helm@v4
3627
with:
@@ -63,14 +54,14 @@ jobs:
6354
context: .
6455
file: Dockerfile
6556
push: false
66-
tags: "titiler:dev"
57+
tags: "titiler-openeo:dev"
6758

6859
- name: Create kind cluster
6960
uses: helm/[email protected]
7061
if: steps.list-changed.outputs.changed == 'true'
7162

7263
- 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
7465
if: steps.list-changed.outputs.changed == 'true'
7566

7667
- name: Run chart-testing (install)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
replicaCount: 1
22

33
image:
4-
repository: titiler
4+
repository: titiler-openeo
55
tag: dev

0 commit comments

Comments
 (0)