Skip to content

Commit

Permalink
✨ Added umbrella chart
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm authored and sergei-maertens committed Dec 17, 2024
1 parent a7c31e0 commit 4d237af
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/GPP-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: openzaak
repository: https://maykinmedia.github.io/charts/
version: 1.5.2
- 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
digest: sha256:8d3cf32850cd8ceb4546db74153f95de41d1227a2ac814aedc0bad0f6b46133a
generated: "2024-12-11T16:07:09.782692508+01:00"
26 changes: 26 additions & 0 deletions charts/GPP-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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.2
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
Loading

0 comments on commit 4d237af

Please sign in to comment.