Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
A
Adrian Duke
simulation: Introduce particle CUE module for radicle-node
CI — 0 passed, 1 failed
z6Mki2ag...Tyuy failure
9 days ago 620a1ec69792805b7263c13b438585e3cedeb646 History
heartwood simulation modules radicle-node values.cue
// Code generated by timoni.
// Note that this file must have no imports and all values must be concrete.

@if(!debug)

package main

// Defaults
values: {
	// The topology map allows defining multiple node groups with different versions
	topology: [string]: {
		//
		// Open enum for allowed image versions (allows custom local builds via `string`)
		// This is kept here so the update-image-tags.sh script can easily modify it.
		//
		version: "1.2.0" | "1.4.0" | "1.5.0" | "1.5.0-" | "1.5.0-amd64" | "1.5.0-arm64" | "1.6.0" | "1.6.1" | "1.7.0" | "1.7.1" | "1.8.0" | "latest" | "main" | "production" | "sqlite-patch" | string | *"latest"
		...
	}

	// Provide a default node so that a basic install works out-of-the-box
	topology: "default-node": {
		role: "seed"
		replicas: 1
	}
}