diff --git a/GoalApp-CICD/Manifest/new-deploy.yaml b/GoalApp-CICD/Manifest/new-deploy.yaml index bb1bcc7..184179b 100644 --- a/GoalApp-CICD/Manifest/new-deploy.yaml +++ b/GoalApp-CICD/Manifest/new-deploy.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: my-app - image: anish60/app:sha-2cd6352 + image: anish60/app:sha-18901b0 imagePullPolicy: Always env: - name: DB_USERNAME diff --git a/GoalApp-CICD/README.md b/GoalApp-CICD/README.md new file mode 100644 index 0000000..fd37934 --- /dev/null +++ b/GoalApp-CICD/README.md @@ -0,0 +1,4 @@ +## Useful Resources to Implement this Project + +- [CI/CD with GitHub Action and Argo CD](https://anish60.hashnode.dev/cicd-with-github-action-and-argo-cd) +- [Deploying Production-Ready Application on Kubernetes](https://anish60.hashnode.dev/deploying-production-ready-application-on-kubernetes)