Skip to content

Commit

Permalink
Support helm devel versions
Browse files Browse the repository at this point in the history
Signed-off-by: Dor Mull-or <dormullor@gmail.com>
  • Loading branch information
dorroddorrod committed Aug 17, 2022
1 parent 450053a commit f262b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cluster/integration/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ echo "${PVC_YAML}" | "${KUBECTL}" create -f -

# install crossplane from stable channel
echo_step "installing crossplane from stable channel"
"${HELM3}" repo add crossplane-stable https://charts.crossplane.io/stable/
chart_version="$("${HELM3}" search repo crossplane-stable/crossplane | awk 'FNR == 2 {print $2}')"
"${HELM3}" repo add crossplane-stable https://charts.crossplane.io/stable/ --force-update
chart_version="1.6.4"
echo_info "using crossplane version ${chart_version}"
echo
# we replace empty dir with our PVC so that the /cache dir in the kind node
Expand Down
2 changes: 1 addition & 1 deletion examples/sample/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
name: wordpress
repository: https://charts.bitnami.com/bitnami
version: 9.3.19 ## To use devlopment versions, set ">0.0.0-0"
version: 15.0.18 ## To use devlopment versions, set ">0.0.0-0"
# pullSecretRef:
# name: museum-creds
# namespace: default
Expand Down

0 comments on commit f262b48

Please sign in to comment.