Compare commits
2 Commits
tubearchiv
...
tubearchiv
Author | SHA1 | Date | |
---|---|---|---|
d8e6ac1d7b | |||
03d0cab454 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tubearchivist
|
name: tubearchivist
|
||||||
version: 0.0.1
|
version: 0.0.3
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/tubearchivist/tubearchivist
|
- https://github.com/tubearchivist/tubearchivist
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
||||||
@@ -10,6 +10,6 @@ dependencies:
|
|||||||
version: 18.19.2
|
version: 18.19.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
version: 19.5.12
|
version: 19.21.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
appVersion: v0.4.6
|
appVersion: v0.4.6
|
||||||
|
@@ -36,7 +36,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: TA_PORT
|
- name: TA_PORT
|
||||||
value: {{ .Values.service.http.port }}
|
value: {{ .Values.service.http.port | quote }}
|
||||||
{{- range $k,$v := .Values.deployment.env }}
|
{{- range $k,$v := .Values.deployment.env }}
|
||||||
- name: {{ $k }}
|
- name: {{ $k }}
|
||||||
value: {{ $v | quote }}
|
value: {{ $v | quote }}
|
||||||
|
Reference in New Issue
Block a user