Skip to content

Commit

Permalink
This is updated gitops project
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-mahalle committed May 9, 2024
1 parent 744926c commit ada0d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
FROM busybox

# Run the "Hello, World!" command in an infinite loop
CMD ["/bin/sh", "-c", "while true; do echo 'Hello, World v2!'; sleep 1; done"]
CMD ["/bin/sh", "-c", "while true; do echo 'Hello, World v3!'; sleep 1; done"]
2 changes: 1 addition & 1 deletion argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
project: default
source:
#Your repo link here
repoURL: https://github.com/kaiwalyakoparkar/gitops-ci-cd.git
repoURL: https://github.com/pratik-mahalle/gitops-ci-cd.git
targetRevision: HEAD
#Location where the manifests are stored
path: kubernetes/
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: busybox
imagePullPolicy: Always
image: kaiwalyakoparkar/busybox:sha-038873f
image: pratikmahalle/busybox:sha-038873f
ports:
- containerPort: 8080
env:
Expand Down

0 comments on commit ada0d20

Please sign in to comment.