Skip to content

Commit

Permalink
5.7 changes (#70)
Browse files Browse the repository at this point in the history
* 5.7 changes

* Update charts version
  • Loading branch information
zalbiraw authored Dec 11, 2024
1 parent 8b5f957 commit 85fe29b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5,783 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DASHBOARD_VERSION=v5.7.0-rc10
GATEWAY_VERSION=v5.7.0-rc5
MDCB_VERSION=v2.7.2-rc3
DASHBOARD_VERSION=v5.7
GATEWAY_VERSION=v5.7
MDCB_VERSION=v2.7
PUMP_VERSION=v1.11
PORTAL_VERSION=v1.11
TYK_HELM_CHART_PATH=tyk-helm
Expand Down
8 changes: 6 additions & 2 deletions src/deployments/operator/main.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
logger "$INFO" "installing tyk-operator in $namespace namespace...";

setVerbose;
sed "s/replace_namespace/$namespace/g" "$operatorDeploymentPath/manifest.yaml" | \
kubectl apply -n "$namespace" -f - > /dev/null;
helm upgrade "$operatorReleaseName" tyk-helm/tyk-operator --version 1.1.0 \
--install \
--namespace "$namespace" \
"${operatorSecurityContextArgs[@]}" \
"${operatorSSLArgs[@]}" \
"${helmFlags[@]}" > /dev/null;
unsetVerbose;
Loading

0 comments on commit 85fe29b

Please # to comment.