Skip to content

Commit 6582921

Browse files
committed
fix: added common chart to app-full
1 parent 32cb246 commit 6582921

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

charts/app-full/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
dependencies:
2+
- name: common
3+
repository: file://../common
4+
version: 1.0.0
25
- name: app-starter
36
repository: file://../app-starter
47
version: 1.3.0
@@ -8,5 +11,5 @@ dependencies:
811
- name: platform-extensions
912
repository: file://../platform-extensions
1013
version: 1.5.0
11-
digest: sha256:c87e710a044ec1ac039da4ae80e9017423d86a41daca47950e37463a2ee61752
12-
generated: "2026-01-31T14:40:50.225924-08:00"
14+
digest: sha256:ea4806739ec22073eff8a2c3d2c5a5c7974d540cc257302724985936d28ac543
15+
generated: "2026-01-31T14:46:57.686248-08:00"

charts/app-full/Chart.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,23 @@ annotations:
2626
artifacthub.io/category: integration-delivery
2727

2828
dependencies:
29+
# Common library - required by all subcharts for shared helpers
30+
- name: common
31+
version: "1.0.0"
32+
repository: "file://../common"
33+
34+
# Core workload chart - always enabled
2935
- name: app-starter
3036
version: "1.3.0"
3137
repository: "file://../app-starter"
32-
condition: app-starter.enabled
3338

39+
# Namespace-scoped resources - optional
3440
- name: app-extensions
3541
version: "1.2.1"
3642
repository: "file://../app-extensions"
3743
condition: app-extensions.enabled
3844

45+
# Cluster-scoped resources - optional
3946
- name: platform-extensions
4047
version: "1.5.0"
4148
repository: "file://../platform-extensions"

charts/app-full/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# This section is always processed (core application workload)
2121

2222
app-starter:
23+
enabled: true
2324
# ---------------------------------------------------------------------------
2425
# Basic Configuration
2526
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)