Skip to content

Commit bb4c839

Browse files
committed
server: use rucio.image.registry for policy packages init container; fix #253
1 parent 7f1552c commit bb4c839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: charts/rucio-server/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ spec:
111111
initContainers:
112112
- name: install-policy-packages
113113
# A slim Python image could be used instead, but using the same image as the base image for the main container ensures that the same Python version is used
114-
image: almalinux:9
114+
image: "{{ include "rucio.image.registry" . }}almalinux:9"
115115
command:
116116
- /bin/bash
117117
- -e

0 commit comments

Comments
 (0)