Skip to content

Commit

Permalink
V0.6.5 (#187)
Browse files Browse the repository at this point in the history
* Update requirements

* k8s templates cleaned - no privileged mode
  • Loading branch information
perdelt committed Sep 8, 2023
1 parent b84f1a2 commit c3b133a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion k8s/job-data-tpcds-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
limits: {cpu: 2000m, memory: 16Gi}
requests: {cpu: 2000m, memory: 16Gi}
securityContext:
privileged: true
volumeMounts:
- name: bexhoma-data
mountPath: /data
Expand Down
2 changes: 0 additions & 2 deletions k8s/jobtemplate-loading-tpch-YugabyteDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
#limits: {cpu: 1000m, memory: 16Gi}
#requests: {cpu: 1000m, memory: 16Gi}
securityContext:
privileged: true
volumeMounts:
- name: datadir
mountPath: "/tmp/tpch/"
Expand All @@ -57,7 +56,6 @@ spec:
#limits: {cpu: 1000m, memory: 16Gi}
#requests: {cpu: 1000m, memory: 16Gi}
securityContext:
privileged: true
volumeMounts:
- name: datadir
mountPath: "/tmp/tpch/"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ m2r2
myst_parser
HiYaPyCo==0.5.1
redis
nbconvert==7.8.0
mistune>=2.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit c3b133a

Please sign in to comment.