From bd6749e98d26cac89df23b658e40442c07eb999e Mon Sep 17 00:00:00 2001 From: Stephen Moloney Date: Thu, 31 Dec 2020 22:47:11 +0100 Subject: [PATCH] Fixed: added the chart version and reference to the ansible module values What does this change do ? - Fixed: added the chart version to the ansible module values Why is this change needed ? - to correctly download the chart version --- CHANGELOG.md | 1 + example/playbooks/install-saleor.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc87a1..fbf86c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Collectstatic script and function was broken. - `init_helm` missing from init phase but the dependency is required - issue in bash script fixed on substituting the env variables on startup +- fixed small issues in build pipeline with failures downloading chart repos ## saleor-platform-0.0.1 diff --git a/example/playbooks/install-saleor.yaml b/example/playbooks/install-saleor.yaml index a3df8b7..2734c71 100644 --- a/example/playbooks/install-saleor.yaml +++ b/example/playbooks/install-saleor.yaml @@ -63,7 +63,8 @@ K8S_AUTH_CONTEXT: "{{ k8s_auth_context }}" community.kubernetes.helm: atomic: false - chart_ref: https://eirenauts.github.io/saleor-k8s + chart_ref: saleor-k8s/saleor-platform + chart_version: 0.1.0 wait: true wait_timeout: 20m0s release_name: saleor-platform