Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 10, 2024
1 parent cea3b6e commit e633f5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: file://./charts/minio
version: 14.8.3-1
digest: sha256:27e4064be6cde3d6136f956f46d02d48291f7a967a479caaac6b63839fc2baa7
generated: "2024-11-10T16:01:10.335485+02:00"
digest: sha256:60767f8e93b5f0b1b7f158f2b8efba1771e8a0493ce2445e7d801c64836b7692
generated: "2024-11-10T16:34:23.261538+02:00"
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/charts/mongodb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
generated: "2024-10-25T12:54:49.697596669Z"
version: 2.27.0
digest: sha256:b711ab5874abf868a0c64353a790f17771758cee6f802acb9819be004c8460af
generated: "2024-11-10T16:35:03.496967+02:00"
8 changes: 6 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ global:
# -- Toggle whether to globally skip certificate verification
#skipVerify: true
# -- Global security Context for all containers, except for MongoDB and MinIo. Container security context for them needs to be provided separately.
containerSecurityContext: {}
containerSecurityContext:
capabilities:
add: [ "NET_ADMIN", "SYS_TIME" ]
# -- Global security Context for all pods, except for MongoDB and MinIo. Pod security Context for them needs to be provided separately.
podSecurityContext: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
# Testkube requires a variety of secrets to operate.
# Any secret not provided manually will be automatically generated with a random value by the shared secret job.
sharedSecretGenerator:
Expand Down

0 comments on commit e633f5f

Please sign in to comment.