File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : 5.6.16-2
2+ appVersion : 5.6.17
33description : OMERO.server
44name : omero-server
5- version : 0.4.12
5+ version : 0.4.13
66icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
Original file line number Diff line number Diff line change 2929 runAsUser : {{ .Values.securityContext.runAsUser }}
3030 {{- end }}
3131 terminationGracePeriodSeconds : 300
32+ initContainers :
33+ # var/tmp isn't automatically created leading to a failure
34+ # https://github.com/ome/openmicroscopy/issues/6448
35+ - name : mkdirs
36+ image : docker.io/library/busybox:1.37
37+ command :
38+ - mkdir
39+ - -p
40+ - /opt/omero/server/OMERO.server/var/tmp
41+ volumeMounts :
42+ - name : omero-server-var
43+ mountPath : /opt/omero/server/OMERO.server/var
3244 containers :
3345 - name : {{ .Chart.Name }}
3446 image : " {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
You can’t perform that action at this time.
0 commit comments