Skip to content

Commit

Permalink
Some adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Feb 11, 2025
1 parent 3fdcbbf commit 5180a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/check_charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ jobs:
with:
fetch-depth: 0

# - name: Check Version
# run: |
# current_version=$(grep '^version=' pyproject.toml | cut -f2 -d= | tr -d ' ' | tr -d '"')
# app_version=$(grep 'appVersion:' deployment/k8s/charts/Chart.yaml | cut -f2 -d: | tr -d ' ')
# if [[ "$current_version" != "$app_version" ]]; then
# echo "❌ current version from pyproject.toml ($current_version) and appVersion from Chart.yaml ($app_version) differs";
# exit 1;
# fi

- name: Set up Helm
uses: azure/setup-helm@v4
with:
Expand Down Expand Up @@ -63,7 +54,7 @@ jobs:
context: .
file: Dockerfile
push: false
tags: "titiler:dev"
tags: "titiler-openeo:dev"

- name: Create kind cluster
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/charts/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
replicaCount: 1

image:
repository: titiler
repository: titiler-openeo
tag: dev

0 comments on commit 5180a2a

Please sign in to comment.