Example Apps to Demonstrate Harness CD & GitOps
  • CSS 78.5%
  • JavaScript 11.3%
  • Jsonnet 6.8%
  • Smarty 1.9%
  • HTML 1.5%
Find a file
Dewan Ishtiaque Ahmed 1b49ed062c
Merge pull request #45 from dewan-ahmed/master
Fix GitOps application path.
2024-01-08 10:33:31 -04:00
apps updated to harness 2023-04-30 09:58:41 -07:00
aws-lambda Added the cloud region name constant 2023-08-19 11:42:02 +05:30
blue-green Update image tag to '0.1' to be consistent across all guestbook examples and increased the replicas count to 3 2023-05-17 03:26:42 +05:30
cloudformation Added the cloud region name constant 2023-08-19 11:42:02 +05:30
deploy-own-app deploy-own-app-gitops-yml 2023-10-12 21:10:41 +05:30
google_cloud_function Added the cloud region name constant 2023-08-19 11:42:02 +05:30
guestbook Update application.yml 2023-11-28 10:28:19 -08:00
harness-platform Docker trigger yml 2023-09-21 22:27:15 +05:30
helm-dependency feat: update helm samples to use helm3 (#78) 2021-03-03 13:07:29 -08:00
helm-guestbook GitOps YAML's for Helm and Kustomize 2023-09-14 22:25:17 +05:30
helm-hooks Tidy up the examples repo + add a Helm hooks examples (#40) 2019-10-11 09:22:42 -07:00
jsonnet-guestbook Update image tag to '0.1' to be consistent across all guestbook examples and increased the replicas count to 3 2023-05-17 03:26:42 +05:30
jsonnet-guestbook-tla Update image tag to '0.1' to be consistent across all guestbook examples and increased the replicas count to 3 2023-05-17 03:26:42 +05:30
ksonnet-guestbook Update image tag to '0.1' to be consistent across all guestbook examples and increased the replicas count to 3 2023-05-17 03:26:42 +05:30
kustomize-guestbook GitOps YAML's for Helm and Kustomize 2023-09-14 22:25:17 +05:30
plugins updated to harness 2023-04-30 09:58:41 -07:00
podinfo Fix GitOps application path. 2024-01-08 10:32:46 -04:00
pre-post-sync updated to harness 2023-04-30 09:58:41 -07:00
serverless-lambda Added the cloud region name constant 2023-08-19 11:42:02 +05:30
sock-shop Update examples for Argo CD v0.11 2018-12-08 04:56:06 -08:00
sync-waves updated to harness 2023-04-30 09:58:41 -07:00
vm-aws PLG-2772 Renamed the vm-aws files 2023-09-05 10:47:37 +05:30
vm-azure Update azure-connector.yml 2023-09-26 18:04:54 +05:30
vm-pdc Updated vm-pdc/winrm file names 2023-09-07 15:40:41 +05:30
workshop-guestbook Add namespace to manifest files. 2023-11-29 10:17:31 -04:00
.gitignore Added the git ignore 2023-06-14 12:27:20 +05:30
README.md updated to harness 2023-04-30 09:58:41 -07:00

Harness CD & GitOps Example Apps

This repository contains example applications for demoing Harness CD & GitOps functionality. Feel free use this to learn more about Harness CD & GitOps in your own Harness account, or fork this repo and push your own commits!

Application Description
guestbook A hello word guestbook app as plain YAML
ksonnet-guestbook The guestbook app as a ksonnet app
helm-guestbook The guestbook app as a Helm chart
jsonnet-guestbook The guestbook app as a raw jsonnet
jsonnet-guestbook-tla The guestbook app as a raw jsonnet with support for top level arguments
kustomize-guestbook The guestbook app as a Kustomize 2 app
pre-post-sync Demonstrates Harness CD PreSync and PostSync hooks
sync-waves Demonstrates Harness CD sync waves with hooks
helm-dependency Demonstrates how to customize an OTS (off-the-shelf) helm chart from an upstream repo
sock-shop A microservices demo app (https://microservices-demo.github.io)
plugins Apps which demonstrate config management plugins usage
blue-green Demonstrates how to implement blue-green deployment using Harness CD
apps An app composed of other apps