Skip to content

Commit

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

europe-docker.pkg.dev/kyma-project/prod/ changes: 650b270...21ea20e (2024‑11‑15 → 2024‑11‑15)
  • Loading branch information
kyma-bot authored Nov 15, 2024
1 parent 0d5a910 commit b9e4ab2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/image-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
id: prepare-tags
shell: bash
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241115-650b2705
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241115-21ea20ee
id: build
with:
args: --name=${{ inputs.image-name }} --context=${{ inputs.context }} --dockerfile=${{ inputs.dockerfile }} --azure-access-token=${{ inputs.ado-token }} --oidc-token=${{ inputs.oidc-token }} ${{ steps.prepare-build-args.outputs.build-args }} ${{ steps.prepare-tags.outputs.tags }} --export-tags=${{ inputs.export-tags }} --config=${{ inputs.config }} --env-file=${{ inputs.env-file }} --build-in-ado=true --use-go-internal-sap-modules=${{ inputs.use-go-internal-sap-modules }}
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:v20241115-650b2705 \
europe-docker.pkg.dev/kyma-project/prod/image-detector:v20241115-21ea20ee \
--terraform-dir=${{ env.TERRAFORM_CONFIGS_DIR }} \
--sec-scanner-config=${{ env.SEC_SCANNERS_CONFIG_PATH }} \
--autobump-config=${{ env.AUTOBUMP_CONFIG_PATH }}
2 changes: 1 addition & 1 deletion .github/workflows/pull-validate-kaniko-build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
secrets: |-
ado-pat:${{ vars.GCP_KYMA_PROJECT_PROJECT_ID }}/${{ vars.IMAGE_BUILDER_ADO_PAT_GCP_SECRET_NAME }}
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241115-650b2705
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241115-21ea20ee
id: build
with:
args: --name=test-infra/ginkgo --context=. --dockerfile=images/ginkgo/Dockerfile --azure-access-token=${{ steps.secrets.outputs.ado-pat }} --oidc-token=${{ steps.get_oidc.outputs.jwt }} --env-file='envs' --build-in-ado=true --test-kaniko-build-config=true --config="./configs/image-builder-client-config.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "google_cloud_run_service" "github_webhook_gateway" {
spec {
service_account_name = google_service_account.github_webhook_gateway.email
containers {
image = "europe-docker.pkg.dev/kyma-project/prod/github-webhook-gateway:v20241115-650b2705"
image = "europe-docker.pkg.dev/kyma-project/prod/github-webhook-gateway:v20241115-21ea20ee"
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
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:v20241115-650b2705"
image = "europe-docker.pkg.dev/kyma-project/prod/move-gcs-bucket:v20241115-21ea20ee"
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "google_cloud_run_service" "github_issue_creator" {
spec {
service_account_name = google_service_account.github_issue_creator.email
containers {
image = "europe-docker.pkg.dev/kyma-project/prod/create-github-issue:v20241115-650b2705"
image = "europe-docker.pkg.dev/kyma-project/prod/create-github-issue:v20241115-21ea20ee"
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "google_cloud_run_service" "github_issue_finder" {
spec {
service_account_name = google_service_account.github_issue_finder.email
containers {
image = "europe-docker.pkg.dev/kyma-project/prod/search-github-issue:v20241115-650b2705"
image = "europe-docker.pkg.dev/kyma-project/prod/search-github-issue:v20241115-21ea20ee"
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "google_cloud_run_service" "secrets_leak_log_scanner" {
spec {
service_account_name = google_service_account.secrets_leak_log_scanner.email
containers {
image = "europe-docker.pkg.dev/kyma-project/prod/scan-logs-for-secrets:v20241115-650b2705" #gitleaks:allow
image = "europe-docker.pkg.dev/kyma-project/prod/scan-logs-for-secrets:v20241115-21ea20ee" #gitleaks:allow
env {
name = "PROJECT_ID"
value = var.gcp_project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: automated-approver
image: europe-docker.pkg.dev/kyma-project/prod/automated-approver:v20241115-650b2705
image: europe-docker.pkg.dev/kyma-project/prod/automated-approver:v20241115-21ea20ee
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/kyma-project/test-infra/kyma-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ presubmits: # runs on PRs
spec:
serviceAccountName: sa-prowjob-gcp-logging-client
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/usersmapchecker:v20241115-650b2705"
- image: "europe-docker.pkg.dev/kyma-project/prod/usersmapchecker:v20241115-21ea20ee"
imagePullPolicy: Always
securityContext:
privileged: false
Expand Down

0 comments on commit b9e4ab2

Please sign in to comment.