added repo

This commit is contained in:
Your Name
2026-08-26 03:39:42 +05:30
parent 45c25a95af
commit b8575bb8b9
6889 changed files with 1217125 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
dependencies:
- name: rancher
repository: https://releases.rancher.com/server-charts/latest
version: 2.8.1
digest: sha256:9071a96ee74a93570c90c221fdf1eda144dda7af381fb1527ff0e675237e9b71
generated: "2025-02-12T12:22:51.338+01:00"
+8
View File
@@ -0,0 +1,8 @@
apiVersion: v2
description: rancher
name: rancher
version: 1.0.0
dependencies:
- name: rancher
version: 2.8.1
repository: 'https://releases.rancher.com/server-charts/latest'
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
name: "bootstrap-secret"
namespace: "cattle-system"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
"helm.sh/resource-policy": keep
type: Opaque
data:
bootstrapPassword: {{ .Values.bootstrapPassword | b64enc | quote }}