Skip to content

Commit 41d9e62

Browse files
feat: add owner-info dependency to helm charts (#16)
Ref: https://github.com/sapcc/helm-charts/pkgs/container/helm-charts%2Fowner-info
1 parent 195bc79 commit 41d9e62

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

charts/network-operator/Chart.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ type: application
55
version: 0.1.0
66
appVersion: "0.1.0"
77
icon: "https://example.com/icon.png"
8+
dependencies:
9+
# See: https://github.com/sapcc/helm-charts/pkgs/container/helm-charts%2Fowner-info
10+
- name: owner-info
11+
repository: oci://ghcr.io/sapcc/helm-charts
12+
version: 1.0.0

charts/network-operator/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,13 @@ certmanager:
7474
# [NETWORK POLICIES]: To enable NetworkPolicies set true
7575
networkPolicy:
7676
enable: false
77+
78+
owner-info:
79+
helm-chart-url: "https://github.com/ironcore-dev/network-operator/charts/network-operator"
80+
maintainers:
81+
- "felix.kaestner@sap.com"
82+
- "andreas.fritzler@sap.com"
83+
- "sebastian.wagner02@sap.com"
84+
- "enric.pujol@sap.com"
85+
support-group: "network-api"
86+
enabled: true

0 commit comments

Comments
 (0)