blob: b8e721cbe9504ea80d0cba7f32fe7f12436ef379 [file] [log] [blame]
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04001input: {}
2
gio9bd87ca2025-04-20 08:05:34 +04003name: "resource-renderer-controller"
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04004namespace: "rr-controller"
5
gio7fbd4ad2024-08-27 10:06:39 +04006out: {
7 images: {
8 resourceRenderer: {
9 repository: "giolekva"
gio9bd87ca2025-04-20 08:05:34 +040010 name: "resource-renderer-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 resourceRenderer: {
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/resource-renderer-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 "resource-renderer": {
34 chart: charts.resourceRenderer
35 values: {
36 installCRDs: true
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040037 image: {
gio7fbd4ad2024-08-27 10:06:39 +040038 repository: images.resourceRenderer.fullName
gio9bd87ca2025-04-20 08:05:34 +040039 tag: images.resourceRenderer.tag
gio7fbd4ad2024-08-27 10:06:39 +040040 pullPolicy: images.resourceRenderer.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}