No description
  • CSS 77%
  • JavaScript 11.1%
  • Jsonnet 6.7%
  • Smarty 1.9%
  • Shell 1.9%
  • Other 1.4%
Find a file
2025-10-13 14:12:37 +00:00
apps updated to harness 2023-04-30 09:58:41 -07:00
aws-blue-green-traffic-shift Update variables table 2025-07-11 23:05:14 +05:30
aws-lambda Update AWS Lambda Deployment Sample 2025-03-10 23:17:35 +05:30
azure-function-deployment Update Description.md 2024-12-04 11:10:29 +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
cd-features Updated Slack Notify Step 2025-02-13 12:30:36 +05:30
cloudformation Added the cloud region name constant 2023-08-19 11:42:02 +05:30
custom-usecases Git Clone Functionality for Run Step and Shell Script Step 2025-09-25 13:31:36 +05:30
deploy-own-app Updated Deploy own app 2025-01-02 15:30:28 +05:30
event-relay-triggers Update Description.md 2025-03-13 12:06:49 +05:30
google-cloud-run Added GCR Job details 2025-02-03 18:57:08 +05:30
google_cloud_function Added the cloud region name constant 2023-08-19 11:42:02 +05:30
guestbook update image 2025-05-23 13:59:57 -07: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 Update values.yaml 2025-10-13 14:12:37 +00:00
helm-hooks Tidy up the examples repo + add a Helm hooks examples (#40) 2019-10-11 09:22:42 -07:00
helm-native-canary-blue-green update md file 2024-11-29 20:45:27 +05:30
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
kubernetes-steps K8s Diff step 2025-03-29 01:00:20 +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