Skip to content

Commit

Permalink
bump tezos-k8s to fix teztnets
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Feb 19, 2023
1 parent bd5ebbc commit 133d814
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const dailynet_chain = new TezosChain(
schedule: "0 0 * * *",
bootstrapContracts: ["taquito_big_map_contract.json", "taquito_contract.json", "taquito_sapling_contract.json", "taquito_tzip_12_16_contract.json"],
chartRepo: "https://oxheadalpha.github.io/tezos-helm-charts/",
chartRepoVersion: "6.14.0",
chartRepoVersion: "6.15.1",
privateBakingKey: private_oxhead_baking_key,
}),
cluster.provider,
Expand All @@ -173,7 +173,7 @@ const mondaynet_chain = new TezosChain(
],
bootstrapContracts: ["taquito_big_map_contract.json", "taquito_contract.json", "taquito_sapling_contract.json", "taquito_tzip_12_16_contract.json"],
chartRepo: "https://oxheadalpha.github.io/tezos-helm-charts/",
chartRepoVersion: "6.14.0",
chartRepoVersion: "6.15.1",
privateBakingKey: private_oxhead_baking_key,
}),
cluster.provider,
Expand All @@ -192,7 +192,7 @@ new TezosChain(
name: "ghostnet",
dnsName: "ghostnet",
chartRepo: "https://oxheadalpha.github.io/tezos-helm-charts/",
chartRepoVersion: "6.14.0",
chartRepoVersion: "6.15.1",
}),
cluster.provider,
repo,
Expand All @@ -217,7 +217,7 @@ const limanet_chain = new TezosChain(
"limanet.stakenow.de:9733",
],
chartRepo: "https://oxheadalpha.github.io/tezos-helm-charts/",
chartRepoVersion: "6.14.0",
chartRepoVersion: "6.15.1",
privateBakingKey: private_oxhead_baking_key,
indexers: [
{
Expand Down Expand Up @@ -257,7 +257,7 @@ const mumbainet_chain = new TezosChain(
// "mumbainet.stakenow.de:9733",
],
chartRepo: "https://oxheadalpha.github.io/tezos-helm-charts/",
chartRepoVersion: "6.14.0",
chartRepoVersion: "6.15.1",
privateBakingKey: private_oxhead_baking_key,
indexers: [
// {
Expand Down Expand Up @@ -490,7 +490,7 @@ new k8s.helm.v2.Chart(
"pyrometer",
{
chart: 'pyrometer',
version: "6.14.0",
version: "6.15.1",
fetchOpts:
{
repo: "https://oxheadalpha.github.io/tezos-helm-charts/",
Expand Down

0 comments on commit 133d814

Please sign in to comment.