Update palworld.yaml

This commit is contained in:
2026-02-20 06:20:11 +00:00
parent c332e79258
commit 93fce5373f

View File

@@ -8,7 +8,12 @@ spec:
source: source:
chart: palworld chart: palworld
repoURL: https://charts.sebastian-muthwill.de repoURL: https://charts.sebastian-muthwill.de
targetRevision: 0.12.2 # 최신 버전에 따라 다를 수 있음 targetRevision: 0.12.2
helm:
# 인증서 오류가 발생하므로 검사를 건너뛰도록 설정합니다.
parameters:
- name: "insecureSkipVerify"
value: "true"
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: palworld namespace: palworld