From b08dc3d0d280a980390d44991901c6024bb4ad03 Mon Sep 17 00:00:00 2001 From: Marco Bebway Date: Thu, 18 Mar 2021 11:11:03 +0100 Subject: [PATCH] Revert "Update the publishers images to verify the subscribed endpoint fix with empty event-sources" This reverts commit 7717f515b8ce1cdf7349cf1b600d55d8d945ab5c. --- resources/eventing/charts/event-publisher-nats/values.yaml | 2 +- resources/eventing/charts/event-publisher-proxy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/eventing/charts/event-publisher-nats/values.yaml b/resources/eventing/charts/event-publisher-nats/values.yaml index fcee92e0defc..71448fadf3a9 100644 --- a/resources/eventing/charts/event-publisher-nats/values.yaml +++ b/resources/eventing/charts/event-publisher-nats/values.yaml @@ -9,7 +9,7 @@ image: # name is the name of the container image for the event-publisher-nats name: "event-publisher-nats" # tag is the container tag of the event-publisher-nats image - tag: "PR-10902" # TODO(marcobebway) change to the final image + tag: "0ece7d31" # pullPolicy is the pullPolicy for the event-publisher-nats image pullPolicy: "IfNotPresent" diff --git a/resources/eventing/charts/event-publisher-proxy/values.yaml b/resources/eventing/charts/event-publisher-proxy/values.yaml index b741764b03d7..4a6e4f060a41 100644 --- a/resources/eventing/charts/event-publisher-proxy/values.yaml +++ b/resources/eventing/charts/event-publisher-proxy/values.yaml @@ -9,7 +9,7 @@ image: # name is the name of the container image for the event-publisher-proxy name: "event-publisher-proxy" # tag is the container tag of the event-publisher-proxy image - tag: "PR-10902" # TODO(marcobebway) change to the final image + tag: "0ece7d31" # pullPolicy is the pullPolicy for the event-publisher-proxy image pullPolicy: "IfNotPresent"