Skip to content

Commit

Permalink
Pin the sosivio version to 1.5.3 (#158) (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantinos Tsakalozos <[email protected]>
  • Loading branch information
neoaggelos and ktsakalozos authored Jul 31, 2023
1 parent 9afc2c8 commit d90dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sosivio/enable
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $HELM repo add sosivio https://helm.sosiv.io > /dev/null 2>&1
$HELM repo update > /dev/null 2>&1
$KUBECTL create ns $NAMESPACE_SOSIVIO > /dev/null 2>&1 || true
$HELM upgrade -n $NAMESPACE_SOSIVIO --install \
sosivio sosivio/sosivio \
sosivio sosivio/sosivio --version 1.5.3 \
--set expose=LoadBalancer > /dev/null 2>&1 || true

echo ""
Expand Down

0 comments on commit d90dd31

Please sign in to comment.