Skip to content

Commit

Permalink
add dependabot config for gha and kustomize-bases (#26)
Browse files Browse the repository at this point in the history
* add dependabot config for gha and kustomize-bases

* use images from ghcr
  • Loading branch information
k15r authored Aug 9, 2023
1 parent c08dd18 commit 91ba068
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion resources/loadtest/base/publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions resources/loadtest/base/subscriber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions resources/validationtest/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91ba068

Please sign in to comment.