Skip to content

Commit

Permalink
Bumping test-infra and testimages (kyma-project#12527)
Browse files Browse the repository at this point in the history
No eu.gcr.io/kyma-project/test-infra/ changes.

Multiple distinct europe-docker.pkg.dev/kyma-project/prod/ changes:

Commits | Dates | Images
--- | --- | ---
kyma-project/test-infra@12870a2...6b91154 | 2025‑01‑08 → 2025‑01‑08 | prod/move-gcs-bucket
kyma-project/test-infra@12870a2...27e5119 | 2025‑01‑08 → 2025‑01‑08 | prod/image-detector
kyma-project/test-infra@12870a2...e2481ef | 2025‑01‑08 → 2025‑01‑08 | prod/e2e-gcloud
  • Loading branch information
kyma-bot authored Jan 8, 2025
1 parent 27e5119 commit 83af062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autobump-security-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
--rm \
--privileged \
--cap-drop ALL \
europe-docker.pkg.dev/kyma-project/prod/image-detector:v20250108-12870a21 \
europe-docker.pkg.dev/kyma-project/prod/image-detector:v20250108-27e5119a \
--terraform-dir=${{ env.TERRAFORM_CONFIGS_DIR }} \
--sec-scanner-config=${{ env.SEC_SCANNERS_CONFIG_PATH }} \
--autobump-config=${{ env.AUTOBUMP_CONFIG_PATH }}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "google_cloud_run_service" "gcs_bucket_mover" {
spec {
service_account_name = google_service_account.gcs_bucket_mover.email
containers {
image = "europe-docker.pkg.dev/kyma-project/prod/move-gcs-bucket:v20250108-12870a21"
image = "europe-docker.pkg.dev/kyma-project/prod/move-gcs-bucket:v20250108-6b911545"
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/kyma-project/test-infra/prow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ postsubmits: # runs on main
spec:
serviceAccountName: sa-prow-deploy
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/e2e-gcloud:v20250108-12870a21"
- image: "europe-docker.pkg.dev/kyma-project/prod/e2e-gcloud:v20250108-e2481ef8"
securityContext:
privileged: false
seccompProfile:
Expand Down

0 comments on commit 83af062

Please sign in to comment.