Skip to content

Commit

Permalink
Use 19.0 in prep for Oxford2 switch (#3)
Browse files Browse the repository at this point in the history
* Use 19.0 in prep for Oxford2 switch

* fix helm tests, update version in README

---------

Co-authored-by: Nicolas Ochem <[email protected]>
  • Loading branch information
drchrispinnock and nicolasochem authored Jan 31, 2024
1 parent d8b4312 commit 779e478
Show file tree
Hide file tree
Showing 7 changed files with 6,879 additions and 15,725 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:v17.3
octez: tezos/tezos:v19.0
tacoinfraRemoteSigner: ghcr.io/tacoinfra/tacoinfra-remote-signer:0.1.0
# Images that are part of the tezos-k8s repo go here with 'dev' tag
tezos_k8s_images:
Expand Down
22,574 changes: 6,864 additions & 15,710 deletions docs/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion mkchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can explicitly specify some values by:
| | --number-of-nodes | Number of non-baking nodes in the cluster | 0 |
| 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:v17.3 |
| images.octez | --octez-docker-image | Version of the Octez docker image to run | tezos/tezos:v19.0 |
| | --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 @@ -59,7 +59,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:v17.3",
"default": "tezos/tezos:v19.0",
},
"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:v17.3"
OCTEZ_VERSION: "tezos/tezos:v19.0"
NODE_GLOBALS: |
{
"config": {},
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
spec:
containers:
- name: octez-node
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -211,7 +211,7 @@ spec:
memory: 80Mi
initContainers:
- name: config-init
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
- mountPath: /var/tezos
name: var-volume
- name: snapshot-importer
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -385,7 +385,7 @@ spec:
- mountPath: /var/tezos
name: var-volume
- name: upgrade-storage
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
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:v17.3"
OCTEZ_VERSION: "tezos/tezos:v19.0"
NODE_GLOBALS: |
{
"config": {},
Expand Down Expand Up @@ -194,7 +194,7 @@ spec:
spec:
containers:
- name: octez-node
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -314,7 +314,7 @@ spec:
memory: 80Mi
initContainers:
- name: config-init
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -431,7 +431,7 @@ spec:
- mountPath: /var/tezos
name: var-volume
- name: snapshot-importer
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -496,7 +496,7 @@ spec:
- mountPath: /var/tezos
name: var-volume
- name: upgrade-storage
image: "tezos/tezos:v17.3"
image: "tezos/tezos:v19.0"
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down

0 comments on commit 779e478

Please sign in to comment.