forked from scylladb/scylla-cluster-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dependabot): remove quotes from docker configurations
seem like there's a bug in dependabot-docker, and it can't update the configuration if they are using quotes or double quotes in `image`, like: ``` ycsb: image: 'scylladb/hydra-loaders:ycsb-jdk8-20220918' ``` remove them for all docker configuration files for now
- Loading branch information
1 parent
7d2d0bb
commit c82d26d
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
defaults/docker_images/alternator-dns/values_alternator-dns.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
alternator-dns: | ||
image: 'scylladb/hydra-loaders:alternator-dns-0.1' | ||
image: scylladb/hydra-loaders:alternator-dns-0.1 |
2 changes: 1 addition & 1 deletion
2
defaults/docker_images/cassandra-stress/values_cassandra-stress.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cassandra-stress: | ||
image: 'scylladb/cassandra-stress:3.17.0' | ||
image: scylladb/cassandra-stress:3.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cdc-stresser: | ||
image: 'scylladb/hydra-loaders:cdc-stresser-20210630' | ||
image: scylladb/hydra-loaders:cdc-stresser-20210630 |
2 changes: 1 addition & 1 deletion
2
defaults/docker_images/cql-stress-cassandra-stress/values_cql-stress-cassandra-stress.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cql-stress-cassandra-stress: | ||
image: 'docker.io/scylladb/hydra-loaders:cql-stress-cassandra-stress-20240718' | ||
image: docker.io/scylladb/hydra-loaders:cql-stress-cassandra-stress-20240718 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
gemini: | ||
image: 'scylladb/hydra-loaders:gemini-v1.8.6' | ||
image: scylladb/hydra-loaders:gemini-v1.8.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
harry: | ||
image: 'scylladb/hydra-loaders:cassandra-harry-jdk11-20220816' | ||
image: scylladb/hydra-loaders:cassandra-harry-jdk11-20220816 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
kcl: | ||
image: 'scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC' | ||
image: scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
latte: | ||
image: 'scylladb/hydra-loaders:latte-0.28.1-scylladb' | ||
image: scylladb/hydra-loaders:latte-0.28.1-scylladb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ndbench: | ||
image: 'scylladb/hydra-loaders:ndbench-jdk8-20210720' | ||
image: scylladb/hydra-loaders:ndbench-jdk8-20210720 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
nosqlbench: | ||
image: 'scylladb/hydra-loaders:nosqlbench-5.21.2' | ||
image: scylladb/hydra-loaders:nosqlbench-5.21.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
scylla-bench: | ||
image: 'scylladb/hydra-loaders:scylla-bench-v0.1.24' | ||
image: scylladb/hydra-loaders:scylla-bench-v0.1.24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ycsb: | ||
image: 'scylladb/hydra-loaders:ycsb-jdk8-20220918' | ||
image: scylladb/hydra-loaders:ycsb-jdk8-20220918 |