Skip to content

Commit

Permalink
Bump default tezos image tag to octez-v20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 24, 2024
1 parent 1616ee6 commit a2a1ace
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/Baker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mkchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions test/charts/mainnet.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions test/charts/mainnet2.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a2a1ace

Please sign in to comment.