blob: 886f3182d4af882f6dd8c1344f3b4b2049d975ca [file] [log] [blame]
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04001input: {}
2
gio9bd87ca2025-04-20 08:05:34 +04003name: "headscale-controller"
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04004namespace: "core-headscale"
5
gio7fbd4ad2024-08-27 10:06:39 +04006out: {
7 images: {
8 headscaleController: {
9 repository: "giolekva"
gio9bd87ca2025-04-20 08:05:34 +040010 name: "headscale-controller"
11 tag: "latest"
gio7fbd4ad2024-08-27 10:06:39 +040012 pullPolicy: "Always"
13 }
14 kubeRBACProxy: {
gio9bd87ca2025-04-20 08:05:34 +040015 registry: "gcr.io"
gio7fbd4ad2024-08-27 10:06:39 +040016 repository: "kubebuilder"
gio9bd87ca2025-04-20 08:05:34 +040017 name: "kube-rbac-proxy"
18 tag: "v0.13.0"
gio7fbd4ad2024-08-27 10:06:39 +040019 pullPolicy: "IfNotPresent"
20 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040021 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040022
gio7fbd4ad2024-08-27 10:06:39 +040023 charts: {
24 headscaleController: {
gio9bd87ca2025-04-20 08:05:34 +040025 kind: "GitRepository"
gio7fbd4ad2024-08-27 10:06:39 +040026 address: "https://code.v1.dodo.cloud/helm-charts"
gio9bd87ca2025-04-20 08:05:34 +040027 branch: "main"
28 path: "charts/headscale-controller"
gio7fbd4ad2024-08-27 10:06:39 +040029 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040030 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040031
gio7fbd4ad2024-08-27 10:06:39 +040032 helm: {
33 "headscale-controller": {
34 chart: charts.headscaleController
35 values: {
36 installCRDs: true
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040037 image: {
gio7fbd4ad2024-08-27 10:06:39 +040038 repository: images.headscaleController.fullName
gio9bd87ca2025-04-20 08:05:34 +040039 tag: images.headscaleController.tag
gio7fbd4ad2024-08-27 10:06:39 +040040 pullPolicy: images.headscaleController.pullPolicy
41 }
42 kubeRBACProxy: {
43 image: {
44 repository: images.kubeRBACProxy.fullName
gio9bd87ca2025-04-20 08:05:34 +040045 tag: images.kubeRBACProxy.tag
gio7fbd4ad2024-08-27 10:06:39 +040046 pullPolicy: images.kubeRBACProxy.pullPolicy
47 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040048 }
49 }
50 }
51 }
52}