Skip to content

Commit

Permalink
Fixed: added the chart version and reference to the ansible module va…
Browse files Browse the repository at this point in the history
…lues

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
  • Loading branch information
stephenmoloney committed Dec 31, 2020
1 parent e328a2f commit bd6749e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion example/playbooks/install-saleor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd6749e

Please sign in to comment.