diff --git a/charts/pyrometer/values.yaml b/charts/pyrometer/values.yaml index 684adff33..820b58675 100644 --- a/charts/pyrometer/values.yaml +++ b/charts/pyrometer/values.yaml @@ -1,7 +1,7 @@ images: pyrometer: registry.gitlab.com/tezos-kiln/pyrometer:latest tezos_k8s_images: - utils: ghcr.io/tacoinfra/tezos-k8s-utils:master + utils: ghcr.io/tacoinfra/tezos-k8s-utils:main # Pass below the pyrometer config, in yaml format config: node_monitor: diff --git a/charts/snapshotEngine/values.yaml b/charts/snapshotEngine/values.yaml index 17194e8a6..0cd519ee7 100755 --- a/charts/snapshotEngine/values.yaml +++ b/charts/snapshotEngine/values.yaml @@ -1,5 +1,5 @@ tezos_k8s_images: - snapshotEngine: ghcr.io/tacoinfra/tezos-k8s-snapshotengine:master + snapshotEngine: ghcr.io/tacoinfra/tezos-k8s-snapshotengine:main # the tezos version used to run `octez-node snapshot import/export` images: diff --git a/charts/tezos-proto-cruncher/values.yaml b/charts/tezos-proto-cruncher/values.yaml index a30d7f94a..6b93c077f 100644 --- a/charts/tezos-proto-cruncher/values.yaml +++ b/charts/tezos-proto-cruncher/values.yaml @@ -26,7 +26,7 @@ numNonceDigits: 16 # numParallelProcesses: 8 tezos_k8s_images: - utils: ghcr.io/tacoinfra/tezos-k8s-utils:master + utils: ghcr.io/tacoinfra/tezos-k8s-utils:main nameOverride: "" fullnameOverride: "" diff --git a/charts/tezos-reward-distributor/values.yaml b/charts/tezos-reward-distributor/values.yaml index 16ff7c280..c528535e2 100644 --- a/charts/tezos-reward-distributor/values.yaml +++ b/charts/tezos-reward-distributor/values.yaml @@ -5,7 +5,7 @@ tezos_k8s_images: # snapshotEngine is needed for upload of logs to bucket # since it already exists, we do not create a new container # just for this task. - snapshotEngine: ghcr.io/tacoinfra/tezos-k8s-snapshotengine:master + snapshotEngine: ghcr.io/tacoinfra/tezos-k8s-snapshotengine:main # The node endpoint. It must be an archive node. # May start with https:// diff --git a/charts/tezos/values.yaml b/charts/tezos/values.yaml index f42893a7b..3c576f977 100644 --- a/charts/tezos/values.yaml +++ b/charts/tezos/values.yaml @@ -4,7 +4,7 @@ images: 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: - utils: ghcr.io/tacoinfra/tezos-k8s-utils:master + utils: ghcr.io/tacoinfra/tezos-k8s-utils:main ## Properties that are templated for some k8s resources. There are container ## scripts that will look up some of these values. They should not be modified. diff --git a/docs/00-helm-chart.md b/docs/00-helm-chart.md index 98067a661..2420dfb3c 100644 --- a/docs/00-helm-chart.md +++ b/docs/00-helm-chart.md @@ -1,3 +1,3 @@ # Helm charts -Tezos-k8s is deployed as a helm chart. The [values.yaml](https://github.com/tacoinfra/tezos-k8s/blob/master/charts/tezos/values.yaml) file offers rich configuration options to customize your Tezos setup on Kubernetes. +Tezos-k8s is deployed as a helm chart. The [values.yaml](https://github.com/tacoinfra/tezos-k8s/blob/main/charts/tezos/values.yaml) file offers rich configuration options to customize your Tezos setup on Kubernetes. diff --git a/docs/04-other-helm-charts.md b/docs/04-other-helm-charts.md index 21f7c463a..01e18a045 100644 --- a/docs/04-other-helm-charts.md +++ b/docs/04-other-helm-charts.md @@ -2,8 +2,8 @@ The Tezos-k8s project also maintains several other helm charts: -* **[pyrometer](https://github.com/tacoinfra/tezos-k8s/tree/master/charts/pyrometer)**: a chart to deploy the [Pyrometer Tezos monitoring tool](https://gitlab.com/tezos-kiln/pyrometer) -* **[tezos-faucet](https://github.com/tacoinfra/tezos-k8s/tree/master/charts/tezos-faucet)**: a faucet to dispense testnet funds -* **[snapshotEngine](https://github.com/tacoinfra/tezos-k8s/tree/master/charts/snapshotEngine)**: an utility to generate Tezos snapshots from running nodes, using Kubernetes CSI driver -* **[tezos-reward-distributor](https://github.com/tacoinfra/tezos-k8s/tree/master/charts/tezos-reward-distributor)**: a chart to deploy [TRD](https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/) -* **[tezos-proto-cruncher](https://github.com/tacoinfra/tezos-k8s/tree/master/charts/tezos-proto-cruncher)**: a chart to deploy a daemonset in your cluster to find vanity hashes for protocols in parallel +* **[pyrometer](https://github.com/tacoinfra/tezos-k8s/tree/main/charts/pyrometer)**: a chart to deploy the [Pyrometer Tezos monitoring tool](https://gitlab.com/tezos-kiln/pyrometer) +* **[tezos-faucet](https://github.com/tacoinfra/tezos-k8s/tree/main/charts/tezos-faucet)**: a faucet to dispense testnet funds +* **[snapshotEngine](https://github.com/tacoinfra/tezos-k8s/tree/main/charts/snapshotEngine)**: an utility to generate Tezos snapshots from running nodes, using Kubernetes CSI driver +* **[tezos-reward-distributor](https://github.com/tacoinfra/tezos-k8s/tree/main/charts/tezos-reward-distributor)**: a chart to deploy [TRD](https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/) +* **[tezos-proto-cruncher](https://github.com/tacoinfra/tezos-k8s/tree/main/charts/tezos-proto-cruncher)**: a chart to deploy a daemonset in your cluster to find vanity hashes for protocols in parallel diff --git a/docs/Indexers.md b/docs/Indexers.md index 50bcfb49a..ec10dbb09 100644 --- a/docs/Indexers.md +++ b/docs/Indexers.md @@ -6,7 +6,7 @@ Current supported indexers: - [TzKT](https://github.com/baking-bad/tzkt) -The [Tezos Helm chart's values.yaml](https://github.com/tacoinfra/tezos-k8s/blob/master/charts/tezos/values.yaml) has an `indexer` section for how to deploy an indexer. +The [Tezos Helm chart's values.yaml](https://github.com/tacoinfra/tezos-k8s/blob/main/charts/tezos/values.yaml) has an `indexer` section for how to deploy an indexer. You must spin up an archive node in your cluster if you want to your indexer to index it. You would do so by configuring a new node's `history_mode` to be `archive`. diff --git a/test/charts/mainnet.expect.yaml b/test/charts/mainnet.expect.yaml index 67f780716..45dde9bfd 100644 --- a/test/charts/mainnet.expect.yaml +++ b/test/charts/mainnet.expect.yaml @@ -187,7 +187,7 @@ spec: path: /is_synced port: 31732 - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -274,7 +274,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -304,7 +304,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: snapshot-downloader - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - snapshot-downloader diff --git a/test/charts/mainnet2.expect.yaml b/test/charts/mainnet2.expect.yaml index 92d2bf879..55f567345 100644 --- a/test/charts/mainnet2.expect.yaml +++ b/test/charts/mainnet2.expect.yaml @@ -258,7 +258,7 @@ spec: path: /is_synced port: 31732 - name: logger - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - logger @@ -288,7 +288,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -379,7 +379,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -411,7 +411,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: snapshot-downloader - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - snapshot-downloader @@ -632,7 +632,7 @@ spec: requests: memory: 16192Mi - name: logger - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - logger @@ -662,7 +662,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -753,7 +753,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -785,7 +785,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: snapshot-downloader - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - snapshot-downloader diff --git a/test/charts/private-chain.expect.yaml b/test/charts/private-chain.expect.yaml index 27a6ac9bb..65dbfa55d 100644 --- a/test/charts/private-chain.expect.yaml +++ b/test/charts/private-chain.expect.yaml @@ -579,7 +579,7 @@ spec: path: /is_synced port: 31732 - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -613,7 +613,7 @@ spec: memory: 80Mi initContainers: - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -643,7 +643,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: wait-for-dns - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - wait-for-dns @@ -1182,7 +1182,7 @@ spec: - mountPath: /etc/tezos/baker-config name: baker-config - name: logger - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - logger @@ -1210,7 +1210,7 @@ spec: - mountPath: /var/tezos name: var-volume - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -1244,7 +1244,7 @@ spec: memory: 80Mi initContainers: - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -1274,7 +1274,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: wait-for-dns - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - wait-for-dns @@ -1410,7 +1410,7 @@ spec: port: 31732 - name: sidecar - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - sidecar @@ -1444,7 +1444,7 @@ spec: memory: 80Mi initContainers: - name: config-generator - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - config-generator @@ -1474,7 +1474,7 @@ spec: - mountPath: /etc/secret-volume name: tezos-accounts - name: wait-for-dns - image: "ghcr.io/tacoinfra/tezos-k8s-utils:master" + image: "ghcr.io/tacoinfra/tezos-k8s-utils:main" imagePullPolicy: IfNotPresent args: - wait-for-dns @@ -1590,7 +1590,7 @@ spec: exec $CMD initContainers: - - image: ghcr.io/tacoinfra/tezos-k8s-utils:master + - image: ghcr.io/tacoinfra/tezos-k8s-utils:main imagePullPolicy: IfNotPresent name: config-generator args: @@ -1747,7 +1747,7 @@ spec: - mountPath: /var/tezos name: var-volume initContainers: - - image: ghcr.io/tacoinfra/tezos-k8s-utils:master + - image: ghcr.io/tacoinfra/tezos-k8s-utils:main imagePullPolicy: IfNotPresent name: config-generator args: