From 91ba068741d83b0ff0bcc2efc73eeef604bf8f5f Mon Sep 17 00:00:00 2001 From: Korbinian Stoemmer Date: Wed, 9 Aug 2023 15:47:51 +0200 Subject: [PATCH] add dependabot config for gha and kustomize-bases (#26) * add dependabot config for gha and kustomize-bases * use images from ghcr --- .github/dependabot.yml | 14 +++++++++++++- resources/loadtest/base/publisher.yaml | 2 +- resources/loadtest/base/subscriber.yaml | 4 ++-- resources/validationtest/base/deployment.yaml | 8 ++++---- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 308917a..93fc309 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,19 @@ version: 2 updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "hourly" + interval: "daily" + - package-ecosystem: "docker" # See documentation for possible values + directory: "resources/loadtest/base" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "docker" # See documentation for possible values + directory: "resources/validationtest/base" # Location of package manifests + schedule: + interval: "daily" diff --git a/resources/loadtest/base/publisher.yaml b/resources/loadtest/base/publisher.yaml index aac1796..5e4bf17 100644 --- a/resources/loadtest/base/publisher.yaml +++ b/resources/loadtest/base/publisher.yaml @@ -19,7 +19,7 @@ spec: spec: serviceAccountName: loadtest-publisher containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - publisher - --loadtest diff --git a/resources/loadtest/base/subscriber.yaml b/resources/loadtest/base/subscriber.yaml index 43c9d41..3fc7ace 100644 --- a/resources/loadtest/base/subscriber.yaml +++ b/resources/loadtest/base/subscriber.yaml @@ -28,7 +28,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - subscriber - --loadtest @@ -87,7 +87,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - subscriber - --loadtest diff --git a/resources/validationtest/base/deployment.yaml b/resources/validationtest/base/deployment.yaml index fbee3ab..d635b22 100644 --- a/resources/validationtest/base/deployment.yaml +++ b/resources/validationtest/base/deployment.yaml @@ -18,7 +18,7 @@ spec: app: publisher spec: containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - publisher imagePullPolicy: IfNotPresent @@ -85,7 +85,7 @@ spec: app: event-subscriber-0 spec: containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - subscriber - --listen-port=8888 @@ -132,7 +132,7 @@ spec: app: event-subscriber-1 spec: containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - subscriber - --listen-port=8888 @@ -179,7 +179,7 @@ spec: app: event-subscriber-2 spec: containers: - - image: eu.gcr.io/kyma-project/eventing-tools:v20230329-fc309b92 + - image: ghcr.io/kyma-project/eventing-tools:0.0.1 args: - subscriber - --listen-port=8888