Skip to content

Commit

Permalink
Merge pull request #2 from camptocamp/RSCHDSMP-81_fix_qwc_data_volume
Browse files Browse the repository at this point in the history
RSCHDSMP-81: remove conflicting qwc-data volume from default
  • Loading branch information
danduk82 committed Mar 28, 2023
2 parents 371677b + f861c57 commit e371afb
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 62 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ on:
- reopened
- labeled
- unlabeled
- edit
- edited
- synchronize

jobs:
build:
name: Pull request check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5

steps:
- run: python3 -m pip install --upgrade attrs
- uses: actions/checkout@v3

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- name: custom-pod
repository: https://camptocamp.github.io/helm-custom-pod/
alias: qgis
version: 0.4.3
version: 0.5.0
- name: custom-pod
repository: https://camptocamp.github.io/helm-custom-pod/
alias: qwc
version: 0.4.3
version: 0.5.0
Loading

0 comments on commit e371afb

Please sign in to comment.