chore(deps): update docker general non-major (#3377)
* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * fix nc * initcontainer security context * Update charts/stable/inventree/values.yaml Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros kois
Stavros Kois
parent
aa39c09e86
commit
171b18a429
@@ -28,7 +28,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/inventree
|
||||
- https://inventree.readthedocs.io
|
||||
- https://github.com/inventree/InvenTree
|
||||
version: 3.0.36
|
||||
version: 3.0.37
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/inventree
|
||||
tag: 0.7.7@sha256:1e6a9146cdf8c837a5716a285dfcaed9c2df03620fa07372d84f8569138d25ae
|
||||
tag: 0.8.0@sha256:4ab0aaf2a99eda69d86b3d530a62fbd81786a8552c9743dc43f442f8934b6da8
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nginxImage:
|
||||
repository: tccr.io/truecharts/nginx
|
||||
tag: v1.23.1@sha256:16eac28256bb91454ebfe1fc0ba773780f0f450acc82c80c71e73e3c8b44875a
|
||||
tag: v1.23.1@sha256:e97e936c9774204b00648c3309e57cdf85fd3e6f597ca420f27dbe9875968d53
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
@@ -128,6 +128,10 @@ initContainers:
|
||||
init-migrate:
|
||||
name: init-migrate
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
securityContext:
|
||||
runAsUser: "{{ .Values.podSecurityContext.runAsUser }}"
|
||||
runAsGroup: "{{ .Values.podSecurityContext.runAsGroup }}"
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/home/inventree/data"
|
||||
|
||||
Reference in New Issue
Block a user