File tree Expand file tree Collapse file tree 4 files changed +23
-22
lines changed
argo-cd-git-ops/manifests/airflow
argo-cd-git-ops/applications Expand file tree Collapse file tree 4 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ spec:
2020 # In terms of forking the repository, this should not be a problem since the DAGs are the same.
2121 # You can still change this locally and point to the fork in case of any changes to DAGs.
2222 #
23- # TODO(@maltesander): Adapt branch to main / 25.7.0
23+ # TODO(@maltesander): In a Stackable release, this branch should point to the release-YY.MM branch!
2424 dagsGitSync :
2525 - repo : https://github.com/stackabletech/demos/
26- branch : spike/argocd-demo
26+ branch : main
2727 gitFolder : " demos/argo-cd-git-ops/dags"
2828 depth : 2
2929 volumes :
Original file line number Diff line number Diff line change 77 - argocd
88 - git ops
99 - airflow
10- - job- scheduling
10+ - job scheduling
1111 - git sync
1212 - kubernetes executor
1313 - sealed secrets
1414 manifests :
1515 # ###############################
1616 # projects
1717 # ###############################
18- - plainYaml : demos/argo-cd-git-ops/projects/airflow.yaml
19- - plainYaml : demos/argo-cd-git-ops/projects/minio.yaml
18+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ demos/argo-cd-git-ops/projects/airflow.yaml
19+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ demos/argo-cd-git-ops/projects/minio.yaml
2020 # ###############################
2121 # prerequisites
2222 # ###############################
23- - plainYaml : demos/argo-cd-git-ops/applications/airflow-postgres.yaml
24- - plainYaml : demos/argo-cd-git-ops/applications/minio.yaml
23+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ demos/argo-cd-git-ops/applications/airflow-postgres.yaml
24+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ demos/argo-cd-git-ops/applications/minio.yaml
2525 # ###############################
2626 # products
2727 # ###############################
28- - plainYaml : demos/argo-cd-git-ops/applications/airflow.yaml
28+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ demos/argo-cd-git-ops/applications/airflow.yaml
2929 supportedNamespaces :
3030 - argo-cd
3131 resourceRequests :
32- cpu : 2401m
33- memory : 9010Mi
34- pvc : 24Gi
32+ cpu : 15000m
33+ memory : 15Gi
34+ pvc : 15Gi
3535 parameters :
3636 - name : customGitUrl
3737 description : The URL to the Git repository (this can be adapted in case of forking the repository) to demonstrate syncing via Argo and Git.
3838 default : https://github.com/stackabletech/demos/
3939 - name : customGitBranch
4040 description : The Branch in the Git repository (this can be adapted in case of forking the repository) to demonstrate syncing via Argo and Git.
41- default : spike/argocd-demo
41+ default : main
4242 airflow-scheduled-job :
4343 description : Activate a simple Airflow DAG to run continuously at a set interval
4444 stackableStack : airflow
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ spec:
1414 releaseName : sealed-secrets-controller
1515 valuesObject :
1616 secretName : sealed-secrets-key
17- # TODO: This should be parameterized with customGitUrl and customGitBranch parameters.
17+ # TODO(@maltesander) : This should be parameterized with customGitUrl and customGitBranch parameters.
1818 # Currently these parameters are defined in the demo-v2.yaml and are
1919 # not picked up in the stack - What to do?
20- # TODO: adapt to main / 25.7
20+ # TODO(@maltesander): Must be adapted in case of release!
2121 - repoURL : https://github.com/stackabletech/demos/
22- targetRevision : spike/argocd-demo
22+ targetRevision : main
2323 path : stacks/argo-cd-git-ops/secrets/
2424 destination :
2525 server : https://kubernetes.default.svc
Original file line number Diff line number Diff line change @@ -13,28 +13,29 @@ stacks:
1313 # ###############################
1414 # bootstrap argo
1515 # ###############################
16- - helmChart : stacks/_templates/argo-cd.yaml
16+ - helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/ stacks/_templates/argo-cd.yaml
1717 # ###############################
1818 # prerequisites
1919 # ###############################
20- - plainYaml : stacks/argo-cd-git-ops/applications/sealed-secrets.yaml
20+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ stacks/argo-cd-git-ops/applications/sealed-secrets.yaml
2121 # ###############################
2222 # project - operators
2323 # ###############################
24- - plainYaml : stacks/argo-cd-git-ops/projects/stackable-operators.yaml
24+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ stacks/argo-cd-git-ops/projects/stackable-operators.yaml
2525 # ###############################
2626 # applicationset - operators
2727 # ###############################
28- - plainYaml : stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml
28+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/ stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml
2929 supportedNamespaces :
3030 - argo-cd
3131 resourceRequests :
32- memory : 10000Mi
33- cpu : 8000m
34- pvc : 20Gi
32+ memory : 5000Mi
33+ cpu : 5000m
34+ pvc : 5Gi
3535 parameters :
3636 - name : stackableReleaseVersion
3737 description : The Stackable release to be installed via Argo. This replaces the demo `stackableRelease` parameter.
38+ # TODO(@maltesander): Must be adapted in case of release !
3839 default : 0.0.0-dev
3940 - name : argocdAdminPassword
4041 description : Password of the ArgoCD admin user.
You can’t perform that action at this time.
0 commit comments