Apps of Apps #2

Open
allanger wants to merge 1 commits from argo-apps-updated into argo-apps-main
7 changed files with 106 additions and 2 deletions

View File

@ -1,6 +1,16 @@
harts: {}
charts:
- name: vpa
repo_name: fairwinds-stable
version: 1.6.0
- name: goldilocks
repo_name: fairwinds-stable
version: 6.5.0
repos: {}
repos:
- name: stable
url: https://charts.helm.sh/stable
- name: fairwinds-stable
url: https://charts.fairwinds.com/stable
destinations:
- name: default

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vpa
namespace: argo-system
spec:
destination:
namespace: vpa-system
server: https://kubernetes.default.svc
project: default
source:
chart: vpa
helm:
valueFiles:
- ./values/common/values.yaml
path: ./vendor/vpa
repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo
targetRevision: argo-apps-main

View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: goldilocks
namespace: argo-system
spec:
destination:
namespace: vpa-system
server: https://kubernetes.default.svc
project: default
source:
helm:
releaseName: goldilocks
path: ./vendor/goldilocks
repoURL: ssh://git@git.badhouseplants.net/allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vpa
namespace: argo-system
spec:
destination:
namespace: vpa-system
server: https://kubernetes.default.svc
project: default
source:
helm:
releaseName: vpa
valueFiles:
- ../../values/vpa.common.yaml
path: ./vendor/vpa
repoURL: ssh://git@git.badhouseplants.net/allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

View File

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: goldilocks
namespace: argo-system
spec:
destination:
namespace: vpa-system
server: https://kubernetes.default.svc
project: services
source:
chart: goldilocks
path: ./vendor/goldilocks
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

View File

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vpa
namespace: argo-system
spec:
destination:
namespace: vpa-system
server: https://kubernetes.default.svc
project: services
source:
chart: vpa
helm:
valueFiles:
- ./values/common/values.yaml
path: ./vendor/vpa
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

3
values/vpa.common.yaml Normal file
View File

@ -0,0 +1,3 @@
updater:
enabled: true