registry: point workloads to harbor

This commit is contained in:
Brad Stein 2025-12-16 00:08:11 -03:00
parent 22b611f8ea
commit bd64a36165
9 changed files with 10 additions and 18 deletions

View File

@ -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 [cli.registry.bstein.dev/infra/monero-wallet-rpc:0.18.4.1]: " image
if test -z "$image"; set image cli.registry.bstein.dev/infra/monero-wallet-rpc:0.18.4.1; end
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
_require "Container image" $image; or return 1
# --- Secrets (defaults: RPC user=wallet name, passwords auto if missing)

View File

@ -23,7 +23,7 @@ end
# Default image chooser (you should override with your own multi-arch image)
function _sui_default_image -a NET
echo cli.registry.bstein.dev/infra/sui-tools:1.53.2
echo registry.bstein.dev/infra/sui-tools:1.53.2
end
# Convert any string to a k8s-safe name (RFC-1123 label-ish)

View File

@ -39,7 +39,7 @@ SITES=(
"Jellyfin|https://stream.bstein.dev"
"Gitea|https://scm.bstein.dev"
"Jenkins|https://ci.bstein.dev"
"Zot|https://web.registry.bstein.dev"
"Harbor|https://registry.bstein.dev"
"Vault|https://secret.bstein.dev"
"Jitsi|https://meet.bstein.dev"
"Grafana|https://metrics.bstein.dev"

View File

@ -35,7 +35,7 @@ spec:
values: ["rpi4"]
containers:
- name: monerod
image: cli.registry.bstein.dev/infra/monerod:0.18.4.1
image: registry.bstein.dev/infra/monerod:0.18.4.1
command: ["/opt/monero/monerod"]
args:
- --data-dir=/data

View File

@ -32,7 +32,7 @@ spec:
values: ["rpi4"]
containers:
- name: monero-p2pool
image: cli.registry.bstein.dev/infra/monero-p2pool:4.9
image: registry.bstein.dev/infra/monero-p2pool:4.9
imagePullPolicy: Always
command: ["p2pool"]
args:

View File

@ -48,11 +48,9 @@ spec:
runAsGroup: 0
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
imagePullSecrets:
- name: zot-regcred
initContainers:
- name: mailu-http-listener
image: cli.registry.bstein.dev/sso/mailu-http-listener:0.1.0
image: registry.bstein.dev/sso/mailu-http-listener:0.1.0
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args:

View File

@ -39,7 +39,7 @@ spec:
- operator: Exists
containers:
- name: dcgm-exporter
image: cli.registry.bstein.dev/monitoring/dcgm-exporter:4.4.2-4.7.0-ubuntu22.04
image: registry.bstein.dev/monitoring/dcgm-exporter:4.4.2-4.7.0-ubuntu22.04
imagePullPolicy: Always
ports:
- name: metrics
@ -56,8 +56,6 @@ spec:
volumeMounts:
- name: pod-resources
mountPath: /var/lib/kubelet/pod-resources
imagePullSecrets:
- name: zot-regcred
volumes:
- name: pod-resources
hostPath:

View File

@ -17,8 +17,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/arch: amd64
imagePullSecrets:
- name: zot-regcred
securityContext:
runAsNonRoot: true
runAsUser: 65532
@ -58,7 +56,7 @@ spec:
containers:
- name: pegasus
image: cli.registry.bstein.dev/pegasus:1.2.32 # {"$imagepolicy": "jellyfin:pegasus"}
image: registry.bstein.dev/pegasus:1.2.32 # {"$imagepolicy": "jellyfin:pegasus"}
imagePullPolicy: Always
command: ["/pegasus"]
env:

View File

@ -5,10 +5,8 @@ metadata:
name: pegasus
namespace: jellyfin
spec:
image: cli.registry.bstein.dev/pegasus
image: registry.bstein.dev/pegasus
interval: 1m0s
secretRef:
name: zot-regcred
---