Skip to content

Commit

Permalink
Merge branch 'main' into bake_remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 17, 2024
2 parents da98a46 + cc1c9db commit 7d802ab
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion charts/pyrometer/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/snapshotEngine/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/tezos-proto-cruncher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/tezos-reward-distributor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://
Expand Down
2 changes: 1 addition & 1 deletion charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/00-helm-chart.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 5 additions & 5 deletions docs/04-other-helm-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/Indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
6 changes: 3 additions & 3 deletions test/charts/mainnet.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions test/charts/mainnet2.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions test/charts/private-chain.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7d802ab

Please sign in to comment.