diff --git a/Cargo.toml b/Cargo.toml index ca11b63..ac41c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,13 +28,13 @@ strum = "0.24.1" time = "0.3.35" # clarity-repl = "1.8.0" # clarity-repl = {version = "2.2.0", path = "../clarinet/components/clarity-repl" } -clarity-repl = {version = "2.3.1", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } +clarity-repl = {version = "2.9.0", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } # clarinet-files = {version = "1.0.3" } # clarinet-files = {version = "2.2.0", path = "../clarinet/components/clarinet-files" } -clarinet-files = {version = "2.3.1", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } +clarinet-files = {version = "2.9.0", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } # clarinet-deployments = {version = "1.0.3" } # clarinet-deployments = {version = "2.2.0", path = "../clarinet/components/clarinet-deployments" } -clarinet-deployments = {version = "2.3.1", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } +clarinet-deployments = {version = "2.9.0", git = "https://github.com/hirosystems/clarinet.git", rev="7085b877cdb9d533ccbf24cd947c5b4ee04bcc5b" } # chainhook-types = "1.0" chainhook-types = { version = "1.3" } toml = "0.5.9" diff --git a/templates/deployments/bitcoind-chain-coordinator.template.yaml b/templates/deployments/bitcoind-chain-coordinator.template.yaml index 6b8d0c8..94ad5dc 100644 --- a/templates/deployments/bitcoind-chain-coordinator.template.yaml +++ b/templates/deployments/bitcoind-chain-coordinator.template.yaml @@ -71,7 +71,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: hirosystems/stacks-network-orchestrator:clarinet-2.6.0 + image: hirosystems/stacks-network-orchestrator:clarinet-2.9.0 imagePullPolicy: IfNotPresent name: chain-coordinator ports: @@ -111,4 +111,4 @@ spec: name: deployment-plan - configMap: name: project-dir - name: project-dir \ No newline at end of file + name: project-dir