Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renaming the repo from argocd to argocd-apps #41

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Guidelines for each Argo CD app directory

1. Use [sync waves](https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/) if they have extenral secrets, persistent volumes, or database requirements. This ensures no apps run into order of operations issues and we can ensure statefulness of core unique components. If the app is quite large, consider putting the CRDs in their own sync wave as we've done for the [kube-prometheus-stack app](https://github.com/small-hack/argocd/blob/e88fe6184c46c96d8446422ae51e936bfe9ba8fc/kube-prometheus-stack/argocd_prometheus_app.yaml#L8).
1. Use [sync waves](https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/) if they have extenral secrets, persistent volumes, or database requirements. This ensures no apps run into order of operations issues and we can ensure statefulness of core unique components. If the app is quite large, consider putting the CRDs in their own sync wave as we've done for the [kube-prometheus-stack app](https://github.com/small-hack/argocd-apps/blob/e88fe6184c46c96d8446422ae51e936bfe9ba8fc/kube-prometheus-stack/argocd_prometheus_app.yaml#L8).

2. Add a basic description of what the app is, and how it works in the `README.md` of the root app directory. Be sure any sync waves are documented and explain why they're necessary. Please also feature a screenshot or two of what the app looks like deployed in the web interface. Remove any IP addresses or other sensitive info first. Also, add a shorter blurb in a table in the repo root `README.md` under the rough category under [All Apps](#all-apps).

Expand Down
2 changes: 1 addition & 1 deletion argocd/argocd_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
valueFiles:
- $values/argocd/values/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion bitwarden-external-secrets/argo-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
destination:
server: "https://kubernetes.default.svc"
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: bitwarden-external-secrets/deployment/
syncPolicy:
syncOptions:
Expand Down
2 changes: 1 addition & 1 deletion harbor/argo-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
valueFiles:
- $values/harbor/values/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
project: default
Expand Down
2 changes: 1 addition & 1 deletion k8up/k8up_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
valueFiles:
- $values/k8up/helm_values/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
destination:
Expand Down
4 changes: 2 additions & 2 deletions keycloak/argo-keycloak-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: keycloak
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: keycloak/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
valueFiles:
- $values/keycloak/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion kube-prometheus-stack/argocd_prometheus_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
valueFiles:
- $values/kube-prometheus-stack/values/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/disks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/disks/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/kubevirt-cdi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/cdi/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/kubevirt-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/manager/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/kubevirt-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/operator/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/machine-sizes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/machine-sizes/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/argo-apps/okd-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/okd-console/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/debain12-vm-with-nodeport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/virtual-machines/debian12/nodeport/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/debian12-vm-with-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/virtual-machines/debian12/loadbalancer/
destination:
server: "https://kubernetes.default.svc"
Expand Down
2 changes: 1 addition & 1 deletion kubevirt/windows10-vm-with-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
project: kubevirt
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: kubevirt/virtual-machines/windows10/
destination:
server: "https://kubernetes.default.svc"
Expand Down
6 changes: 3 additions & 3 deletions kyverno/kyverno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# server: "https://kubernetes.default.svc"
# namespace: kyverno
# source:
# repoURL: https://github.com/small-hack/argocd.git
# repoURL: https://github.com/small-hack/argocd-apps.git
# path: kyverno/manifests/persistence/
# syncPolicy:
# syncOptions:
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
valueFiles:
- $values/kyverno/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand All @@ -98,7 +98,7 @@ spec:
# server: "https://kubernetes.default.svc"
# namespace: kyverno
# source:
# repoURL: https://github.com/small-hack/argocd.git
# repoURL: https://github.com/small-hack/argocd-apps.git
# path: kyverno/manifests/k8up_backups/
# syncPolicy:
# syncOptions:
Expand Down
2 changes: 1 addition & 1 deletion longhorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
server: 'https://kubernetes.default.svc'
source:
path: longhorn
repoURL: 'https://github.com/small-hack/argocd.git'
repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: HEAD
sources: []
project: default
Expand Down
2 changes: 1 addition & 1 deletion longhorn/helm/longhorn-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# releaseName: longhorn
# valueFiles:
# - $values/longhorn/values.yaml
# - repoURL: 'https://github.com/small-hack/argocd.git'
# - repoURL: 'https://github.com/small-hack/argocd-apps.git'
# targetRevision: main
# ref: values
# project: default
Expand Down
4 changes: 2 additions & 2 deletions mailu/mailu_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: mailu
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: mailu/manifests/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
valueFiles:
- $values/mailu/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
destination:
Expand Down
6 changes: 3 additions & 3 deletions mastodon/mastodon_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: mastodon
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: mastodon/manifests/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -163,7 +163,7 @@ spec:
valueFiles:
- $values/mastodon/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
destination:
Expand All @@ -190,7 +190,7 @@ spec:
# server: "https://kubernetes.default.svc"
# namespace: mastodon
# source:
# repoURL: https://github.com/small-hack/argocd.git
# repoURL: https://github.com/small-hack/argocd-apps.git
# path: mastodon/manifests/migrate-job/
# syncPolicy:
# syncOptions:
Expand Down
6 changes: 3 additions & 3 deletions matrix/matrix_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: matrix
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: matrix/manifests/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
valueFiles:
- $values/matrix/values/postgres/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
valueFiles:
- $values/matrix/values/matrix/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down
6 changes: 3 additions & 3 deletions netmaker/netmaker-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: netmaker
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: netmaker/manifests/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -72,9 +72,9 @@ spec:
targetRevision: 0.7.9
helm:
valueFiles:
- $values/netmaker/values/values.yaml
- $values/netmaker/values/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
server: 'https://kubernetes.default.svc'
source:
path: nextcloud/
repoURL: 'https://github.com/small-hack/argocd.git'
repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
sources: []
project: default
Expand Down
8 changes: 4 additions & 4 deletions nextcloud/nextcloud_argocd_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: nextcloud
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: nextcloud/manifests/persistence/
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -70,9 +70,9 @@ spec:
targetRevision: 3.5.19
helm:
valueFiles:
- $values/nextcloud/values.yaml
- $values/nextcloud/values.yaml
# our values.yaml file locally
- repoURL: 'https://github.com/small-hack/argocd.git'
- repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
ref: values
syncPolicy:
Expand All @@ -98,7 +98,7 @@ spec:
server: "https://kubernetes.default.svc"
namespace: nextcloud
source:
repoURL: https://github.com/small-hack/argocd.git
repoURL: https://github.com/small-hack/argocd-apps.git
path: nextcloud/manifests/k8up_backups/
syncPolicy:
syncOptions:
Expand Down
Loading
Loading