Skip to content

Commit

Permalink
fix: Fixed bug where MongoDB would not come up in airgapped setup (ke…
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Nov 9, 2021
1 parent 391ace2 commit 079a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/airgapped/install_keptn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kubectl create namespace "${KEPTN_NAMESPACE}"

helm upgrade keptn "${KEPTN_HELM_CHART}" --install --create-namespace -n "${KEPTN_NAMESPACE}" --wait \
--set="control-plane.apiGatewayNginx.type=${KEPTN_SERVICE_TYPE},continuous-delivery.enabled=true,\
control-plane.mongo.image.registry=${TARGET_INTERNAL_DOCKER_REGISTRY},\
control-plane.mongo.image.registry=${TARGET_INTERNAL_DOCKER_REGISTRY%/},\
control-plane.nats.nats.image=${TARGET_INTERNAL_DOCKER_REGISTRY}nats:2.1.9-alpine3.12,\
control-plane.nats.reloader.image=${TARGET_INTERNAL_DOCKER_REGISTRY}connecteverything/nats-server-config-reloader:0.6.0,\
control-plane.nats.exporter.image=${TARGET_INTERNAL_DOCKER_REGISTRY}synadia/prometheus-nats-exporter:0.5.0,\
Expand Down

0 comments on commit 079a6b4

Please sign in to comment.