Skip to content

Commit b2d0903

Browse files
committed
feat: support for extraDeploy
1 parent 9232dac commit b2d0903

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

chart/Chart.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 2.2.5
5+
digest: sha256:8f229670218d567d03eb34c14c3a1ea3612bd2339058ce67348c5bcc0dd556b5
6+
generated: "2025-05-01T14:07:58.540687-05:00"

chart/Chart.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.16.0"
24+
appVersion: "0.1.0"
25+
26+
dependencies:
27+
- name: common
28+
version: ~2.2.0
29+
repository: "https://charts.bitnami.com/bitnami"

chart/templates/extra-list.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{{- range .Values.extraDeploy }}
2+
---
3+
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
4+
{{- end }}
5+

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ service:
1919
ingress:
2020
className: ""
2121
hostname: ""
22-
tlsSecretName: "ndslabs-tls"
22+
tlsSecretName: ndslabs-tls
2323

24-
24+
extraDeploy: []

0 commit comments

Comments
 (0)