blob: 659a9508478616d39d67976e7877f0d251901af3 [file] [log] [blame]
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04001input: {}
2
gio9bd87ca2025-04-20 08:05:34 +04003name: "fluxcd-reconciler"
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04004namespace: "fluxcd-reconciler"
5
gio7fbd4ad2024-08-27 10:06:39 +04006out: {
7 images: {
8 fluxcdReconciler: {
9 repository: "giolekva"
gio9bd87ca2025-04-20 08:05:34 +040010 name: "fluxcd-reconciler"
11 tag: "latest"
gio7fbd4ad2024-08-27 10:06:39 +040012 pullPolicy: "Always"
13 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040014 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040015
gio7fbd4ad2024-08-27 10:06:39 +040016 charts: {
17 fluxcdReconciler: {
gio9bd87ca2025-04-20 08:05:34 +040018 kind: "GitRepository"
gio7fbd4ad2024-08-27 10:06:39 +040019 address: "https://code.v1.dodo.cloud/helm-charts"
gio9bd87ca2025-04-20 08:05:34 +040020 branch: "main"
21 path: "charts/fluxcd-reconciler"
gio7fbd4ad2024-08-27 10:06:39 +040022 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040023 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040024
gio7fbd4ad2024-08-27 10:06:39 +040025 helm: {
26 "fluxcd-reconciler": {
27 chart: charts.fluxcdReconciler
28 values: {
29 image: {
30 repository: images.fluxcdReconciler.fullName
gio9bd87ca2025-04-20 08:05:34 +040031 tag: images.fluxcdReconciler.tag
gio7fbd4ad2024-08-27 10:06:39 +040032 pullPolicy: images.fluxcdReconciler.pullPolicy
33 }
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040034 }
35 }
36 }
37}