radicle-explorer: bump to fadd61, helm chart 0.1.1

This commit is contained in:
ace
2026-01-09 22:14:58 +03:00
parent f14fa7f243
commit fc220d955f
12 changed files with 509 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{{- if .Values.configAsCode.enabled }}
kind: ConfigMap
apiVersion: v1
metadata:
name: {{ include "radicle-explorer.fullname" . }}-config
labels:
app.kubernetes.io/name: {{ include "radicle-explorer.name" . }}
helm.sh/chart: {{ include "radicle-explorer.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
data:
default.json: |
{{- toYaml .Values.configAsCode.config | fromYaml | toPrettyJson | nindent 4 }}
{{- end }}