mirror of https://github.com/renovatebot/renovate
20 lines
423 B
YAML
20 lines
423 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: minecraft
|
|
includeCRDs: false
|
|
valuesInline:
|
|
minecraftServer:
|
|
eula: true
|
|
difficulty: hard
|
|
rcon:
|
|
enabled: true
|
|
releaseName: moria
|
|
version: 3.1.3
|
|
repo: https://itzg.github.io/minecraft-server-charts
|
|
- name: redis
|
|
releaseName: redis
|
|
version: 18.12.1
|
|
repo: oci://registry-1.docker.io/bitnamicharts
|