@@ -29,9 +29,9 @@ Tezos octez-node
2929| extraVolumes | list | ` [] ` | Additional volumes |
3030| fullnameOverride | string | ` "" ` | Overrides the chart's computed fullname |
3131| httpPort | int | ` 8732 ` | HTTP Port |
32- | image.pullPolicy | string | ` "IfNotPresent" ` | geth container pull policy |
33- | image.repository | string | ` "tezos/tezos" ` | geth container image repository |
34- | image.tag | string | ` "octez-v21.3 " ` | geth container image tag |
32+ | image.pullPolicy | string | ` "IfNotPresent" ` | octez container pull policy |
33+ | image.repository | string | ` "tezos/tezos" ` | octez container image repository |
34+ | image.tag | string | ` "octez-v21.4 " ` | octez container image tag |
3535| imagePullSecrets | list | ` [] ` | Image pull secrets for Docker images |
3636| ingress.annotations | object | ` {} ` | Annotations for Ingress |
3737| ingress.enabled | bool | ` false ` | Ingress resource for the HTTP API |
@@ -54,7 +54,7 @@ Tezos octez-node
5454| initImportSnapshot.enabled | bool | ` true ` | Init container to import snapshot rollup |
5555| initImportSnapshot.image.pullPolicy | string | ` "IfNotPresent" ` | |
5656| initImportSnapshot.image.repository | string | ` "tezos/tezos" ` | |
57- | initImportSnapshot.image.tag | string | ` "octez-v21.3 " ` | |
57+ | initImportSnapshot.image.tag | string | ` "octez-v21.4 " ` | |
5858| initImportSnapshot.resources | object | ` {} ` | |
5959| initImportSnapshot.snapshotImportCmdTemplate | string | ` "- sh\n- -c\n- >\n echo \"Importing snapshot from {{ .Values.initDownloadSnapshot.url }}\";\n [[ ! -d /var/tezos/data ]] && mkdir /var/tezos/data;\n cp /config/config.json /var/tezos/data;\n octez-node snapshot import /var/tezos/snapshot --data-dir /var/tezos/data --no-check;\n rm -vf /data/snapshot\n" ` | |
6060| livenessProbe | object | See ` values.yaml ` | Liveness probe |
0 commit comments