Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/kyma-project/external/golang:1.20.3-alpine3.17 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.20.4-alpine3.17 as builder

ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/central-application-connectivity-validator
WORKDIR $DOCK_PKG_DIR
Expand Down
2 changes: 1 addition & 1 deletion components/central-application-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/kyma-project/external/golang:1.20.3-alpine3.17 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.20.4-alpine3.17 as builder

ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/central-application-gateway
WORKDIR $DOCK_PKG_DIR
Expand Down
2 changes: 1 addition & 1 deletion components/compass-runtime-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/kyma-project/external/golang:1.20.3-alpine3.17 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.20.4-alpine3.17 as builder

ARG DOCK_PKG_DIR=/compass-runtime-agent
WORKDIR $DOCK_PKG_DIR
Expand Down
8 changes: 4 additions & 4 deletions resources/application-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ global:
images:
central_application_connectivity_validator:
name: "central-application-connectivity-validator"
version: "v20230428-9c603811"
directory: "prod"
version: "PR-17458"
directory: "dev"
central_application_gateway:
name: "central-application-gateway"
version: "v20230428-9c603811"
directory: "prod"
version: "PR-17458"
directory: "dev"
busybox:
name: "busybox"
version: "1.34.1-v1"
Expand Down
4 changes: 2 additions & 2 deletions resources/compass-runtime-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ global:
images:
compass_runtime_agent:
name: "compass-runtime-agent"
version: "v20230428-9c603811"
directory: "prod"
version: "PR-17458"
directory: "dev"
istio:
gateway:
name: kyma-gateway
Expand Down