-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Podtato-Head workflow images to litmushchaos image registry #276
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Neelanjan Manna <[email protected]>
@@ -22,7 +22,7 @@ spec: | |||
terminationGracePeriodSeconds: 5 | |||
containers: | |||
- name: server | |||
image: gdsoumya/podtato-main-js:v0.1.0 | |||
image: litmuschaos/podtato-main-js:v0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are we preparing these images?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the repo: https://github.com/gdsoumya/podtato-head/tree/custom-chaos
It contains the scripts for building and pushing the images to DockerHub. We will be maintaining this too, can you create an empty repo so that I can add the files there?
The CI should not be failing @neelanjan00 ! |
I am unable to interpret the error, which is being raised by the paths-filter action, can you PTAL? |
Signed-off-by: Neelanjan Manna [email protected]
Why We Need This PR
Updates the Podtato-Head workflow container images to litmuschaos image registry
Which Issue This PR Fixes
fixes #275