Skip to content

Commit 7e9bf88

Browse files
committed
chore: polling plugin migration prod-image updated
1 parent 4a2f8c0 commit 7e9bf88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- revert the container image path of the polling plugin version 1.0.0
22
UPDATE plugin_pipeline_script
33
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'
55
AND deleted = false;

scripts/sql/283_polling_plugin_v2.up.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- update the container image path for the polling plugin version 1.0.0
22
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'
44
WHERE container_image_path ='quay.io/devtron/poll-container-image:97a996a5-545-16654'
55
AND deleted = false;
66

0 commit comments

Comments
 (0)