Skip to content

Commit

Permalink
helm: run continuous-test under restricted policy (#8654)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensdavid committed Jul 8, 2024
1 parent 8336e18 commit cb27ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Entries should include a reference to the Pull Request that introduced the chang
* Overview dashboard: status, read/write latency and queries/ingestion per sec panels, `cortex_request_duration_seconds` metric.
* [ENHANCEMENT] Memcached: Update to Memcached 1.6.28 and memcached-exporter 0.14.4. #8557
* [ENHANCEMENT] Add missing fields in multiple topology spread constraints. #8533
* [BUGFIX] Add missing container security context to run `continuous-test` under the restricted security policy. #8653

## 5.4.0-rc.0

Expand Down
3 changes: 3 additions & 0 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4376,6 +4376,9 @@ continuous_test:
# -- The SecurityContext for continuous test containers
containerSecurityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
# -- Extra environment variables for continuous test containers
env: []
# -- Extra command line arguments for the continuous test container
Expand Down

0 comments on commit cb27ea3

Please sign in to comment.