Skip to content

Commit

Permalink
Merge pull request #317 from hollaex/develop
Browse files Browse the repository at this point in the history
HollaEx CLi v2.10.8 Release
  • Loading branch information
kycfeel authored Jul 7, 2024
2 parents 8945b53 + 3324668 commit 1c99715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hollaex
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@ elif [[ "$1" == "prod" ]]; then
else

echo "ENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER is missing on your settings file. Adding it now..."
echo "ENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER=false" >> $CONFIGMAP_FILE_PATH
echo -e "\nENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER=false" >> $CONFIGMAP_FILE_PATH

fi

Expand All @@ -4387,7 +4387,7 @@ elif [[ "$1" == "prod" ]]; then
else

echo "ENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER is missing on your settings file. Adding it now..."
echo "ENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER=true" >> $CONFIGMAP_FILE_PATH
echo -e "\nENVIRONMENT_KUBERNETES_INGRESS_SSL_ENABLE_SERVER=true" >> $CONFIGMAP_FILE_PATH

fi

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm-chart/bitholla-hollaex-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for HollaEx Kit
name: hollaex-kit
version: 2.11.2
version: 2.11.3
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.7
2.10.8

0 comments on commit 1c99715

Please sign in to comment.