Skip to content

Commit 896f52e

Browse files
committed
chore: Push components
1 parent 4b323d4 commit 896f52e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

obelisk-oci.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ forward_stderr = "stderr"
2121

2222
[[workflow]]
2323
name = "obelisk_deployer_flyio"
24-
location.oci = "docker.io/getobelisk/components_flyio_obelisk_deployer_flyio:2025-10-11@sha256:fc0efc7766f7ef3110b55c16df00a74db26aa6f0d9dcf9ffe7bed22d992d753d"
24+
location.oci = "docker.io/getobelisk/components_flyio_obelisk_deployer_flyio:2025-10-25@sha256:d4396c0d016dc74cb0349ee5d64e9ac24c51d861691d7e4348c740d3afe13df0"
2525
backtrace.sources = { ".../src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
2626

2727
# This webhook is here only for `push-components.sh`
2828
[[webhook_endpoint]]
2929
name = "webhook_healthcheck"
30-
location.oci = "docker.io/getobelisk/components_flyio_webhook_healthcheck:2025-10-11@sha256:4538c5b3f1bc2c207ee8852bc2cc40f903205d2edfc19b718fd52f3bbcf6768b"
30+
location.oci = "docker.io/getobelisk/components_flyio_webhook_healthcheck:2025-10-25@sha256:0e3688c3e80363851369f49b57da54ecaf13654d3066a08e17d8a3156ac5f606"
3131
http_server = "webhook_server"
3232
routes = ["/obeliskhealthcheck"]
3333

workflow/deployer-workflow/impl-flyio/src/snapshots/obelisk_deployer_flyio__toml__tests__serialize_obelisk_toml_should_produce_correct_config.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ name = "webhook_healthcheck"
7373
routes = [""]
7474

7575
[webhook_endpoint.location]
76-
oci = "docker.io/getobelisk/components_flyio_webhook_healthcheck:2025-10-11@sha256:4538c5b3f1bc2c207ee8852bc2cc40f903205d2edfc19b718fd52f3bbcf6768b"
76+
oci = "docker.io/getobelisk/components_flyio_webhook_healthcheck:2025-10-25@sha256:0e3688c3e80363851369f49b57da54ecaf13654d3066a08e17d8a3156ac5f606"
7777

7878
[[webhook_endpoint]]
7979
env_vars = ["GITHUB_WEBHOOK_SECRET"]

workflow/deployer-workflow/impl-flyio/src/toml.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub(crate) fn serialize_obelisk_toml(config: &ObeliskConfig) -> Result<String, a
1010
const WEBHOOK_SERVER_NAME: &str = "webhook_server";
1111
const OBELISK_OCI_TOML: &str = include_str!("../../../../obelisk-oci.toml");
1212

13-
let webhook_healthcheck_ock = {
13+
let webhook_healthcheck_oci = {
1414
let val: toml::Value = toml::from_str(OBELISK_OCI_TOML).expect("Invalid TOML");
1515

1616
let endpoint = val["webhook_endpoint"]
@@ -51,7 +51,7 @@ listening_addr = "0.0.0.0:{HEALTHCHECK_INTERNAL_PORT}"
5151
5252
[[webhook_endpoint]]
5353
name = "webhook_healthcheck"
54-
location.oci = "{webhook_healthcheck_ock}"
54+
location.oci = "{webhook_healthcheck_oci}"
5555
http_server = "{HEALTHCHECK_SERVER_NAME}"
5656
routes = [""]
5757

0 commit comments

Comments
 (0)