From 6a98ded36b98ea356813a91e80c4a6efcec1f0fe Mon Sep 17 00:00:00 2001 From: austbot Date: Fri, 27 Jan 2023 16:25:17 -0600 Subject: [PATCH] Helm Is HArd --- das_api/Cargo.lock | 4 ++-- das_api/Cargo.toml | 2 +- digital_asset_types/Cargo.lock | 2 +- digital_asset_types/Cargo.toml | 2 +- helm/ingest/templates/secret.yaml | 2 +- metaplex-rpc-proxy/Cargo.lock | 2 +- metaplex-rpc-proxy/Cargo.toml | 2 +- migration/Cargo.lock | 4 ++-- migration/Cargo.toml | 2 +- nft_ingester/Cargo.lock | 4 ++-- nft_ingester/Cargo.toml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/das_api/Cargo.lock b/das_api/Cargo.lock index a2258ecd3..b3b3d70cd 100644 --- a/das_api/Cargo.lock +++ b/das_api/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "das_api" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "bs58 0.4.0", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "blockbuster", diff --git a/das_api/Cargo.toml b/das_api/Cargo.toml index daf32cf69..748b41471 100644 --- a/das_api/Cargo.toml +++ b/das_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "das_api" -version = "0.6.1" +version = "0.6.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/digital_asset_types/Cargo.lock b/digital_asset_types/Cargo.lock index f02b7565d..ed6d97872 100644 --- a/digital_asset_types/Cargo.lock +++ b/digital_asset_types/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "blockbuster", diff --git a/digital_asset_types/Cargo.toml b/digital_asset_types/Cargo.toml index 0ce9d9fb5..988d6fdd9 100644 --- a/digital_asset_types/Cargo.toml +++ b/digital_asset_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digital_asset_types" -version = "0.6.1" +version = "0.6.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/helm/ingest/templates/secret.yaml b/helm/ingest/templates/secret.yaml index 7a350765b..98ea32d99 100644 --- a/helm/ingest/templates/secret.yaml +++ b/helm/ingest/templates/secret.yaml @@ -5,5 +5,5 @@ metadata: data: DATABASE_URL: {{ .Values.ingest.db_url | b64enc | quote }} INGESTER_DATABASE_CONFIG: {{ ( printf "{listener_channel=\"backfill_item_added\", url=\"%s\"}" .Values.ingest.db_url ) | b64enc | quote }} - INGESTER_MESSENGER_CONFIG: {{ ( printf "{connection_config={batch_size=%d,idle_timeout=%d,message_wait_timeout=%d,redis_connection_str=%s}, messenger_type=\"Redis\"}".Values.ingest.batch_size .Values.ingest.idle_timeout .Values.ingest.message_wait_timeout .Values.ingest.redis_url ) | b64enc | quote }} + INGESTER_MESSENGER_CONFIG: {{ ( printf "{connection_config={batch_size=%d,idle_timeout=%d,message_wait_timeout=%d,redis_connection_str=%s}, messenger_type=\"Redis\"}" .Values.ingest.batch_size .Values.ingest.idle_timeout .Values.ingest.message_wait_timeout .Values.ingest.redis_url ) | b64enc | quote }} INGESTER_RPC_CONFIG: {{ ( printf "{url=%s, commitment=\"finalized\"}" .Values.ingest.rpc_url ) | b64enc | quote }} diff --git a/metaplex-rpc-proxy/Cargo.lock b/metaplex-rpc-proxy/Cargo.lock index 490e0fdfc..4c2138a60 100644 --- a/metaplex-rpc-proxy/Cargo.lock +++ b/metaplex-rpc-proxy/Cargo.lock @@ -83,7 +83,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "metaplex-rpc-proxy" -version = "0.6.1" +version = "0.6.2" dependencies = [ "lazy_static", "log", diff --git a/metaplex-rpc-proxy/Cargo.toml b/metaplex-rpc-proxy/Cargo.toml index a5048df6a..130ea9042 100644 --- a/metaplex-rpc-proxy/Cargo.toml +++ b/metaplex-rpc-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaplex-rpc-proxy" -version = "0.6.1" +version = "0.6.2" edition = "2021" [build] diff --git a/migration/Cargo.lock b/migration/Cargo.lock index b84e96380..0766c4d8b 100644 --- a/migration/Cargo.lock +++ b/migration/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "blockbuster", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "migration" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-std", "digital_asset_types", diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 1be6259f4..4d4b1f95b 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migration" -version = "0.6.1" +version = "0.6.2" edition = "2021" publish = false diff --git a/nft_ingester/Cargo.lock b/nft_ingester/Cargo.lock index 0c2d911e7..c5d8c048b 100644 --- a/nft_ingester/Cargo.lock +++ b/nft_ingester/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "blockbuster", @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "nft_ingester" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anchor-lang", "async-trait", diff --git a/nft_ingester/Cargo.toml b/nft_ingester/Cargo.toml index de30c6a1f..5ebaacee8 100644 --- a/nft_ingester/Cargo.toml +++ b/nft_ingester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nft_ingester" -version = "0.6.1" +version = "0.6.2" edition = "2021" [dependencies]