diff --git a/resources/eventing/charts/event-publisher-nats/values.yaml b/resources/eventing/charts/event-publisher-nats/values.yaml index 71448fadf3a9..fcee92e0defc 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: "0ece7d31" + tag: "PR-10902" # TODO(marcobebway) change to the final image # 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 4a6e4f060a41..b741764b03d7 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: "0ece7d31" + tag: "PR-10902" # TODO(marcobebway) change to the final image # pullPolicy is the pullPolicy for the event-publisher-proxy image pullPolicy: "IfNotPresent"