Skip to content

Commit

Permalink
Merge pull request #58 from lucidworks/update-5.0.3-3
Browse files Browse the repository at this point in the history
Bump chart version
  • Loading branch information
thelabdude authored Feb 20, 2020
2 parents a645987 + 94dbba5 commit 9071ce0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gatling-qps/src/test/scala/FusionQueryTraffic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class FusionQueryTraffic extends Simulation {
case ("params", params) => {
// TODO: Parse and transform the params from the CSV as needed ...
// pass empty string to skip a line ...
params ++ "&_cookie=false&preferLocalShards=true"
params ++ "&_cookie=false"
}
}.random

Expand Down
2 changes: 1 addition & 1 deletion setup_f5_aks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

INSTANCE_TYPE="Standard_D4_v3"
CHART_VERSION="5.0.3-2"
CHART_VERSION="5.0.3-3"
NODE_COUNT=3
AKS_MASTER_VERSION="1.13.11"
CERT_CLUSTER_ISSUER="letsencrypt"
Expand Down
2 changes: 1 addition & 1 deletion setup_f5_eks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

INSTANCE_TYPE="m5.2xlarge"
CHART_VERSION="5.0.3-2"
CHART_VERSION="5.0.3-3"
NODE_POOL="alpha.eksctl.io/nodegroup-name: standard-workers"
SOLR_REPLICAS=1
PROMETHEUS="install"
Expand Down
2 changes: 1 addition & 1 deletion setup_f5_gke.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

INSTANCE_TYPE="n1-standard-4"
CHART_VERSION="5.0.3-2"
CHART_VERSION="5.0.3-3"
GKE_MASTER_VERSION="-"
NODE_POOL="cloud.google.com/gke-nodepool: default-pool"
PROMETHEUS="install"
Expand Down
2 changes: 1 addition & 1 deletion setup_f5_k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Platform agnostic script used by the other setup_f5_*.sh scripts to perform general K8s and Helm commands to install Fusion.
# This script assumes kubectl is pointing to the right cluster and that the user is already authenticated.

CHART_VERSION="5.0.3-2"
CHART_VERSION="5.0.3-3"
PROVIDER="k8s"
INGRESS_HOSTNAME=""
PROMETHEUS="install"
Expand Down

0 comments on commit 9071ce0

Please sign in to comment.