diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-11 15:58:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-11 15:58:06 +0300 |
| commit | ffb93ff22df34b412f8492fb209cc48913749d9c (patch) | |
| tree | 372a2295149c2e48977316523b629efda083ca3c /f3s | |
| parent | 1230c35c66636f76c2c177a6feeaae862e24ae27 (diff) | |
fix
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/radicale/helm-chart/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml index 98701df..2266088 100644 --- a/f3s/radicale/helm-chart/templates/deployment.yaml +++ b/f3s/radicale/helm-chart/templates/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: radicale - image: registry.lan.buetow.org:30001/radicale-server:latest + image: registry.lan.buetow.org:30001/radicale:latest ports: - containerPort: 5232 volumeMounts: |
