diff --git a/charts/tezos/values.yaml b/charts/tezos/values.yaml index 237b4c1..1a363aa 100644 --- a/charts/tezos/values.yaml +++ b/charts/tezos/values.yaml @@ -1,6 +1,6 @@ # Images not part of the tezos-k8s repo go here images: - octez: tezos/tezos:v19.0 + octez: tezos/tezos:octez-v20.2 tacoinfraRemoteSigner: ghcr.io/tacoinfra/tacoinfra-remote-signer:0.1.0 images_pull_policy: IfNotPresent # Images that are part of the tezos-k8s repo go here with 'dev' tag diff --git a/docs/Baker.md b/docs/Baker.md index 7ebd983..69f0052 100644 --- a/docs/Baker.md +++ b/docs/Baker.md @@ -10,7 +10,7 @@ The below `values.yaml` will start a ghostnet baker: ``` images: - octez: tezos/tezos:v19.0 # replace with most recent version + octez: tezos/tezos:octez-v20.2 # replace with most recent version node_config_network: chain_name: ghostnet node_globals: @@ -66,7 +66,7 @@ Configure a mainnet signer as follows: ``` images: - octez: tezos/tezos:v19.0 # replace with most recent version + octez: tezos/tezos:octez-v20.2 # replace with most recent version protocols: - command: Proxford # replace with the most recent protocol vote: diff --git a/mkchain/README.md b/mkchain/README.md index 631defb..bbfa252 100644 --- a/mkchain/README.md +++ b/mkchain/README.md @@ -86,7 +86,7 @@ You can explicitly specify some values by: | | --dal-nodes | Number of DAL nodes in the cluster | 1 | | bootstrap_peers | --bootstrap-peers | Peer ips to connect to | [] | | expected_proof_of_work | --expected-proof-of-work | Node identity generation difficulty | 0 | -| images.octez | --octez-docker-image | Version of the Octez docker image to run | tezos/tezos:v19.0 | +| images.octez | --octez-docker-image | Version of the Octez docker image to run | tezos/tezos:octez-v20.2 | | | --use-docker (--no...) | Use (or don't use) docker to generate keys rather than pytezos | autodetect | ## Create Tezos Chain diff --git a/mkchain/tqchain/mkchain.py b/mkchain/tqchain/mkchain.py index 4232358..bf15036 100644 --- a/mkchain/tqchain/mkchain.py +++ b/mkchain/tqchain/mkchain.py @@ -71,7 +71,7 @@ def quoted_scalar(dumper, data): # a representer to force quotations on scalars }, "octez_docker_image": { "help": "Version of the Octez docker image", - "default": "tezos/tezos:v19.0", + "default": "tezos/tezos:octez-v20.2", }, "use_docker": { "action": "store_true", diff --git a/test/charts/mainnet.expect.yaml b/test/charts/mainnet.expect.yaml index 52bf01e..9e63d87 100644 --- a/test/charts/mainnet.expect.yaml +++ b/test/charts/mainnet.expect.yaml @@ -35,7 +35,7 @@ data: PREFER_TARBALLS: "false" SNAPSHOT_METADATA_NETWORK_NAME: "" SNAPSHOT_SOURCE: "https://snapshots.tezos.marigold.dev/api/tezos-snapshots.json" - OCTEZ_VERSION: "tezos/tezos:v19.0" + OCTEZ_VERSION: "tezos/tezos:octez-v20.2" NODE_GLOBALS: | { "config": {}, @@ -137,7 +137,7 @@ spec: spec: containers: - name: octez-node - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -221,7 +221,7 @@ spec: memory: 80Mi initContainers: - name: config-init - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -332,7 +332,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: snapshot-importer - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -395,7 +395,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: upgrade-storage - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh diff --git a/test/charts/mainnet2.expect.yaml b/test/charts/mainnet2.expect.yaml index d8ae7fe..379db04 100644 --- a/test/charts/mainnet2.expect.yaml +++ b/test/charts/mainnet2.expect.yaml @@ -35,7 +35,7 @@ data: PREFER_TARBALLS: "false" SNAPSHOT_METADATA_NETWORK_NAME: "" SNAPSHOT_SOURCE: "https://snapshots.tezos.marigold.dev/api/tezos-snapshots.json" - OCTEZ_VERSION: "tezos/tezos:v19.0" + OCTEZ_VERSION: "tezos/tezos:octez-v20.2" NODE_GLOBALS: | { "config": {}, @@ -204,7 +204,7 @@ spec: spec: containers: - name: octez-node - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -324,7 +324,7 @@ spec: memory: 80Mi initContainers: - name: config-init - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -441,7 +441,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: snapshot-importer - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh @@ -506,7 +506,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: upgrade-storage - image: "tezos/tezos:v19.0" + image: "tezos/tezos:octez-v20.2" imagePullPolicy: IfNotPresent command: - /bin/sh