You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/rucio-server/templates/deployment.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ spec:
111
111
initContainers:
112
112
- name: install-policy-packages
113
113
# 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"
0 commit comments