File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
-- revert the container image path of the polling plugin version 1.0.0
2
2
UPDATE plugin_pipeline_script
3
3
SET container_image_path = ' quay.io/devtron/poll-container-image:97a996a5-545-16654'
4
- WHERE container_image_path = ' ashexp/ polling-plugin: v1.0.0-beta3 '
4
+ WHERE container_image_path = ' quay.io/devtron/devtron-plugins: polling-plugin- v1.0.1 '
5
5
AND deleted = false;
Original file line number Diff line number Diff line change 1
1
-- update the container image path for the polling plugin version 1.0.0
2
2
UPDATE plugin_pipeline_script
3
- SET container_image_path = ' ashexp/ polling-plugin: v1.0.0-beta3 '
3
+ SET container_image_path = ' quay.io/devtron/devtron-plugins: polling-plugin- v1.0.1 '
4
4
WHERE container_image_path = ' quay.io/devtron/poll-container-image:97a996a5-545-16654'
5
5
AND deleted = false;
6
6
You can’t perform that action at this time.
0 commit comments