Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(installer): Fix airgapped setup not finding correct nginx image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Jun 1, 2022
1 parent f9cc0e7 commit 2ee4bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/airgapped/install_keptn.sh
Expand Up @@ -28,7 +28,7 @@ control-plane.nats.nats.image=${TARGET_INTERNAL_DOCKER_REGISTRY}nats:2.7.2-alpin
control-plane.nats.reloader.image=${TARGET_INTERNAL_DOCKER_REGISTRY}natsio/nats-server-config-reloader:0.6.2,\
control-plane.nats.exporter.image=${TARGET_INTERNAL_DOCKER_REGISTRY}natsio/prometheus-nats-exporter:0.9.1,\
control-plane.apiGatewayNginx.image.repository=${TARGET_INTERNAL_DOCKER_REGISTRY}nginxinc/nginx-unprivileged,\
control-plane.apiGatewayNginx.image.tag=1.21.4-alpine,\
control-plane.apiGatewayNginx.image.tag=1.22.0-alpine,\
control-plane.remediationService.image.repository=${TARGET_INTERNAL_DOCKER_REGISTRY}${DOCKER_ORG}/remediation-service,\
control-plane.apiService.image.repository=${TARGET_INTERNAL_DOCKER_REGISTRY}${DOCKER_ORG}/api,\
control-plane.bridge.image.repository=${TARGET_INTERNAL_DOCKER_REGISTRY}${DOCKER_ORG}/bridge2,\
Expand Down

0 comments on commit 2ee4bab

Please sign in to comment.