diff --git a/scripts/crypto_wallet_monero_setup.fish b/scripts/crypto_wallet_monero_setup.fish index 864a667..7a4c96b 100644 --- a/scripts/crypto_wallet_monero_setup.fish +++ b/scripts/crypto_wallet_monero_setup.fish @@ -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) diff --git a/scripts/crypto_wallet_sui_setup.fish b/scripts/crypto_wallet_sui_setup.fish index 5883a7c..09d81e1 100644 --- a/scripts/crypto_wallet_sui_setup.fish +++ b/scripts/crypto_wallet_sui_setup.fish @@ -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) diff --git a/services/crypto/monerod/deployment.yaml b/services/crypto/monerod/deployment.yaml index 1b98e47..1c20ff8 100644 --- a/services/crypto/monerod/deployment.yaml +++ b/services/crypto/monerod/deployment.yaml @@ -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 diff --git a/services/crypto/xmr-miner/deployment.yaml b/services/crypto/xmr-miner/deployment.yaml index 178f2b2..dc24828 100644 --- a/services/crypto/xmr-miner/deployment.yaml +++ b/services/crypto/xmr-miner/deployment.yaml @@ -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: diff --git a/services/pegasus/deployment.yaml b/services/pegasus/deployment.yaml index 72d383d..3a10dfe 100644 --- a/services/pegasus/deployment.yaml +++ b/services/pegasus/deployment.yaml @@ -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: diff --git a/services/pegasus/image.yaml b/services/pegasus/image.yaml index ee0e7de..682ec83 100644 --- a/services/pegasus/image.yaml +++ b/services/pegasus/image.yaml @@ -5,7 +5,7 @@ metadata: name: pegasus namespace: jellyfin spec: - image: registry.bstein.dev/pegasus + image: registry.bstein.dev/streaming/pegasus interval: 1m0s ---