Skip to content

Commit

Permalink
fix: use composedb develop image by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 12, 2024
1 parent b2429b3 commit a3be84b
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion operator/src/network/ceramic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ impl Default for CeramicConfig {
Self {
weight: 1,
init_config_map: INIT_CONFIG_MAP_NAME.to_owned(),
image: "ceramicnetwork/composedb:latest".to_owned(),
image: "ceramicnetwork/composedb:develop".to_owned(),
image_pull_policy: "Always".to_owned(),
init_image_name: "ceramicnetwork/composedb-cli:latest".to_owned(),
ipfs: IpfsConfig::default(),
Expand Down
6 changes: 3 additions & 3 deletions operator/src/network/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ mod tests {
}
}
],
- "image": "ceramicnetwork/composedb:latest",
- "image": "ceramicnetwork/composedb:develop",
- "imagePullPolicy": "Always",
+ "image": "ceramic:foo",
+ "imagePullPolicy": "IfNotPresent",
Expand Down Expand Up @@ -3573,7 +3573,7 @@ mod tests {
+ "value": "true"
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"#]]);
stub.cas_stateful_set.patch(expect![[r#"
--- original
Expand Down Expand Up @@ -3913,7 +3913,7 @@ mod tests {
+ "value": "SOME_ENV_VALUE"
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
@@ -374,6 +378,10 @@
"name": "ceramic-postgres-auth"
}
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_go_ss_1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_0
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_2
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_3
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_4
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_5
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_6
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_7
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_8
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_9
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Request {
}
}
],
"image": "ceramicnetwork/composedb:latest",
"image": "ceramicnetwork/composedb:develop",
"imagePullPolicy": "Always",
"livenessProbe": {
"httpGet": {
Expand Down

0 comments on commit a3be84b

Please sign in to comment.