Skip to content

Commit

Permalink
Merge pull request #3 from GPP-Woo/feature/add-umbrella-chart
Browse files Browse the repository at this point in the history
Add umbrella chart
  • Loading branch information
felixcicatt authored Dec 17, 2024
2 parents a7c31e0 + 86ddf3c commit d30a02f
Show file tree
Hide file tree
Showing 4 changed files with 1,533 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/GPP-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dependencies:
- name: openzaak
repository: https://maykinmedia.github.io/charts/
version: 1.5.3
- name: gpp-app
repository: https://GPP-Woo.github.io/charts
version: 0.1.0
- name: gpp-publicatiebank
repository: https://GPP-Woo.github.io/charts
version: 1.0.0
- name: gpp-burgerportaal
repository: https://GPP-Woo.github.io/charts
version: 0.1.0
digest: sha256:1ae71913d9431200e9266b25273b95c754070d5e79be63d0f68938f758c45ddd
generated: "2024-12-17T15:19:23.903385058+01:00"
31 changes: 31 additions & 0 deletions charts/GPP-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: v2
name: gpp-stack
description: An umbrella chart for the GPP stack

type: application

# Chart version
version: 0.1.0

appVersion: "0.1.0"

dependencies:
- name: openzaak
version: 1.5.3
repository: https://maykinmedia.github.io/charts/
condition: openzaak.enabled

- name: gpp-app
version: 0.1.0
repository: https://GPP-Woo.github.io/charts
condition: gpp-app.enabled

- name: gpp-publicatiebank
version: 1.0.0
repository: https://GPP-Woo.github.io/charts
condition: gpp-publicatiebank.enabled

- name: gpp-burgerportaal
version: 0.1.0
repository: https://GPP-Woo.github.io/charts
condition: gpp-burgerportaal.enabled
Loading

0 comments on commit d30a02f

Please sign in to comment.