Commit Graph

17 Commits

Author SHA1 Message Date
f9a8dca060 chore: change max workflows to string (#16)
WOODPECKER_MAX_WORKFLOWS shows no value in the pods environment, trying
as a string instead

Reviewed-on: #16
2026-03-03 23:14:05 +11:00
46e11dd05e chore: increase agents to 3 (#15)
- increase woodpecker agents to 3 for parallel jobs

Reviewed-on: #15
2026-03-03 23:02:15 +11:00
244d1b5baa fix: remove revision for pooler (#14)
- artifact from migrating yaml from k8s to argocd

Reviewed-on: #14
2026-03-03 22:50:45 +11:00
dbd8914013 feat: migrate woodpecker to argocd (#13)
- move woodpecker helm chart deployment to argocd
- move cnpg resources
- move vault resources

Reviewed-on: #13
2026-03-03 22:24:17 +11:00
68d872e36f feat: speed up pre-commit (#12)
- move kubeconform job to makefile
- add CI job to run make kubeconform

Reviewed-on: #12
2026-03-02 23:08:04 +11:00
be9d485bfe feat: testing jfrog-container-registry (#11)
- trialing jfrog container registry

Reviewed-on: #11
2026-03-02 23:07:47 +11:00
0daa026f01 feat: add pre-commit workflow (#10)
- enforce pre-commit is run for all pull-requests

Reviewed-on: #10
2026-03-02 00:19:04 +11:00
72a892eb14 feat: add pre-commit configuration (#9)
- add pre-commit-config
- add yamllint config
- add ci/validate-* custom scripts
  - verify no secrets added
  - verify clusters with kustomize and kubeconform
  - verify apps with kustomize and kubeconform

Reviewed-on: #9
2026-03-02 00:09:21 +11:00
ebb47348fe fix: resolve issues with helm deployments (#8)
- remove helm-patch files that are unused
- change platform namespaces allowed to *-system
- change chart name

Reviewed-on: #8
2026-03-01 18:55:47 +11:00
4809dad90f chore: update managed applications (#7)
- ensure reloader is included in directory list
- remove untracked projects

Reviewed-on: #7
2026-03-01 17:18:54 +11:00
e873935634 feat: add reloader (#6)
- deploy reloader via helm
- only watch configmaps, secrets are reloaded by vso

Reviewed-on: #6
2026-03-01 16:34:01 +11:00
c52af7eb11 fix: helm-charts in overlay only (#5)
weird issues with kustomize not being able to merge helm-charts between
base/overlays

- move the helm-charts to the overlay only

Reviewed-on: #5
2026-03-01 16:01:32 +11:00
ce261f66c0 chore: rename apps (#4)
- rename apps from cluster-app to project-app

Reviewed-on: #4
2026-03-01 15:16:34 +11:00
c23fb413f8 chore: enable helm (#3)
- enable helm for argocd

Reviewed-on: #3
2026-03-01 15:11:09 +11:00
9094cea77d fix: patches must contain path: (#2)
- update the patches for reflector-system to include the path field

Reviewed-on: #2
2026-03-01 14:46:28 +11:00
4ebdfbaff4 feat: add root-app for au-syd1 (#1)
enable argocd to self-deploy using the app of apps method

- add root-application deployed from bootstrap process

Reviewed-on: #1
2026-03-01 14:45:29 +11:00
971835f845 feat: initial commit
- add structure to clusters, apps and argocd objects
- add bootstrapping features
2026-03-01 14:31:16 +11:00