From 3c03e73c12cbdf188148fb19f0d88edd3d621fb9 Mon Sep 17 00:00:00 2001 From: Suneet Nangia Date: Tue, 14 Dec 2021 14:32:23 +0000 Subject: [PATCH] Updated Helm Chart Version and Updated Module Images. --- deployment/helm/iot-edge-accelerator/Chart.yaml | 2 +- deployment/helm/iot-edge-accelerator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/helm/iot-edge-accelerator/Chart.yaml b/deployment/helm/iot-edge-accelerator/Chart.yaml index bbd600d..de8ee2f 100644 --- a/deployment/helm/iot-edge-accelerator/Chart.yaml +++ b/deployment/helm/iot-edge-accelerator/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.9.0 +version: 0.10.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/deployment/helm/iot-edge-accelerator/values.yaml b/deployment/helm/iot-edge-accelerator/values.yaml index 84af30b..8422f01 100644 --- a/deployment/helm/iot-edge-accelerator/values.yaml +++ b/deployment/helm/iot-edge-accelerator/values.yaml @@ -8,5 +8,5 @@ dataGatewayModule: storageAccountKey: "replace_with_storage_account_key_at_deploy_time" images: - datagatewaymodule: - simulatedtemperaturesensormodule: \ No newline at end of file + datagatewaymodule: suneetnangia/distributed-az-iot-edge-datagatewaymodule:main-8b750676416b0533079d878826c2705cb0f9f45f + simulatedtemperaturesensormodule: suneetnangia/distributed-az-iot-edge-simulatedtemperaturesensormodule:main-8b750676416b0533079d878826c2705cb0f9f45f \ No newline at end of file