harbor: use project paths for crypto/pegasus images
This commit is contained in:
parent
bd64a36165
commit
144a860a88
@ -372,8 +372,8 @@ function xmrwallet_bootstrap --description "Interactive setup of monero-wallet-r
|
||||
end
|
||||
|
||||
# Use your private image by default (in Zot)
|
||||
read -P "Container image for wallet RPC [registry.bstein.dev/infra/monero-wallet-rpc:0.18.4.1]: " image
|
||||
if test -z "$image"; set image registry.bstein.dev/infra/monero-wallet-rpc:0.18.4.1; end
|
||||
read -P "Container image for wallet RPC [registry.bstein.dev/crypto/monero-wallet-rpc:0.18.4.1]: " image
|
||||
if test -z "$image"; set image registry.bstein.dev/crypto/monero-wallet-rpc:0.18.4.1; end
|
||||
_require "Container image" $image; or return 1
|
||||
|
||||
# --- Secrets (defaults: RPC user=wallet name, passwords auto if missing)
|
||||
|
||||
@ -23,7 +23,7 @@ end
|
||||
|
||||
# Default image chooser (you should override with your own multi-arch image)
|
||||
function _sui_default_image -a NET
|
||||
echo registry.bstein.dev/infra/sui-tools:1.53.2
|
||||
echo registry.bstein.dev/crypto/sui-tools:1.53.2
|
||||
end
|
||||
|
||||
# Convert any string to a k8s-safe name (RFC-1123 label-ish)
|
||||
|
||||
@ -35,7 +35,7 @@ spec:
|
||||
values: ["rpi4"]
|
||||
containers:
|
||||
- name: monerod
|
||||
image: registry.bstein.dev/infra/monerod:0.18.4.1
|
||||
image: registry.bstein.dev/crypto/monerod:0.18.4.1
|
||||
command: ["/opt/monero/monerod"]
|
||||
args:
|
||||
- --data-dir=/data
|
||||
|
||||
@ -32,7 +32,7 @@ spec:
|
||||
values: ["rpi4"]
|
||||
containers:
|
||||
- name: monero-p2pool
|
||||
image: registry.bstein.dev/infra/monero-p2pool:4.9
|
||||
image: registry.bstein.dev/crypto/monero-p2pool:4.9
|
||||
imagePullPolicy: Always
|
||||
command: ["p2pool"]
|
||||
args:
|
||||
|
||||
@ -56,7 +56,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: pegasus
|
||||
image: registry.bstein.dev/pegasus:1.2.32 # {"$imagepolicy": "jellyfin:pegasus"}
|
||||
image: registry.bstein.dev/streaming/pegasus:1.2.32 # {"$imagepolicy": "jellyfin:pegasus"}
|
||||
imagePullPolicy: Always
|
||||
command: ["/pegasus"]
|
||||
env:
|
||||
|
||||
@ -5,7 +5,7 @@ metadata:
|
||||
name: pegasus
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
image: registry.bstein.dev/pegasus
|
||||
image: registry.bstein.dev/streaming/pegasus
|
||||
interval: 1m0s
|
||||
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user