Skip to content

Commit

Permalink
Fix type in airgap container list
Browse files Browse the repository at this point in the history
Signed-off-by: marcel <[email protected]>
  • Loading branch information
wagmarcel committed Dec 5, 2024
1 parent 8f20d9a commit f0715f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/airgap-deployment/prepare-airgap.bash
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ "${REGISTRY}" = "docker.io" ]; then
docker.io/ibn40/kafka-bridge:${DOCKER_TAG}
docker.io/ibn40/keycloak:${DOCKER_TAG}
docker.io/ibn40/flink-sql-gateway:${DOCKER_TAG}
docier.io/ibn40/debezium-postgresql-connector:${DOCKER_TAG}
docker.io/ibn40/debezium-postgresql-connector:${DOCKER_TAG}
)
else
IMAGES=(
Expand Down

0 comments on commit f0715f4

Please sign in to comment.