Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f42aac1
helm!: create unified chart
shimoncohen Jul 10, 2026
ebef810
helm: change auth url
shimoncohen Jul 12, 2026
ef4689b
helm: remove nginx custom log format
shimoncohen Jul 12, 2026
510e7a0
helm: add mclabels values to nginx
shimoncohen Jul 12, 2026
bd7c497
helm: remove per-team charts, publish pycsw to common registry
shimoncohen Jul 14, 2026
5ae0464
helm: move chart to helm/ root as the sole chart
shimoncohen Jul 14, 2026
5175e4f
helm: address PR review feedback on unified chart
shimoncohen Jul 20, 2026
44a71f9
chore: rename helm nginx config files
shimoncohen Jul 23, 2026
c017240
helm: update chart version
shimoncohen Jul 23, 2026
bbc53bc
helm: remove image tag from values
shimoncohen Jul 23, 2026
e8c5daf
helm: use specific version for timonwong/uwsgi-exporter
shimoncohen Jul 23, 2026
5bb906c
merge create-unified-helm-chart into remove-individual-charts
shimoncohen Jul 23, 2026
a7bfcde
helm: fix stale nginx conf refs after rename
shimoncohen Jul 23, 2026
bfc7e7d
merge create-unified-helm-chart: conf-ref rename fix
shimoncohen Jul 23, 2026
55f66f7
helm: widen cors allowedHeaders to *, drop nginx image tag, generic d…
shimoncohen Jul 29, 2026
d2a04cb
helm: bump mclabels dependency to 1.1.0
shimoncohen Jul 29, 2026
14435c3
helm: bump mclabels dependency to 1.1.0
shimoncohen Jul 30, 2026
d39fcef
Merge remote-tracking branch 'origin/create-unified-helm-chart' into …
shimoncohen Aug 5, 2026
437a382
Merge remote-tracking branch 'origin/master' into remove-individual-c…
shimoncohen Aug 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,7 @@ jobs:
build_and_push_helm:
name: publish pycsw helm to acr
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
domain:
- 3d
- dem
- raster
- pycsw
steps:
- name: Display matrix and index
run: |
echo "Running on domain ${{ matrix.domain }}"
echo "This is matrix job #${{ strategy.job-index }}"
- name: checkout repo from latest commit
uses: actions/checkout@v4

Expand All @@ -67,14 +54,14 @@ jobs:
id: build_helm_chart
uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.1
with:
context: ./helm/${{ matrix.domain }}
domain: ${{ matrix.domain }}
context: ./helm
domain: common
registry: ${{ secrets.ACR_URL }}

- name: Update Helm Package in artifacts.json
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1
with:
domain: ${{ matrix.domain }}
domain: common
type: helm
artifact_name: ${{ steps.build_helm_chart.outputs.chart }}
artifact_tag: ${{ steps.build_helm_chart.outputs.ver }}
Expand Down
File renamed without changes.
13 changes: 0 additions & 13 deletions helm/3d/Chart.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions helm/3d/config/location.conf

This file was deleted.

72 changes: 0 additions & 72 deletions helm/3d/config/mappings.py

This file was deleted.

73 changes: 0 additions & 73 deletions helm/3d/config/pycsw.cfg

This file was deleted.

38 changes: 0 additions & 38 deletions helm/3d/config/pycswWsgi.ini

This file was deleted.

10 changes: 0 additions & 10 deletions helm/3d/config/server.conf

This file was deleted.

139 changes: 0 additions & 139 deletions helm/3d/templates/_helpers.tpl

This file was deleted.

Loading
Loading