File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -21,4 +21,9 @@ version: 0.1.0
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# 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"
Original file line number Diff line number Diff line change
1
+ {{- range .Values.extraDeploy }}
2
+ ---
3
+ {{ include "common.tplvalues.render" (dict "value" . "context" $) }}
4
+ {{- end }}
5
+
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ service:
19
19
ingress :
20
20
className : " "
21
21
hostname : " "
22
- tlsSecretName : " ndslabs-tls"
22
+ tlsSecretName : ndslabs-tls
23
23
24
-
24
+ extraDeploy : []
You can’t perform that action at this time.
0 commit comments