Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/sourcegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Use `**BREAKING**:` to denote a breaking change

## Unreleased

- Fix Pod Disruption Budget for sourcegraph-frontend

## 5.10.0

- Updated OpenTelemetry collector and agent images to run as non-root users [#543](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/543)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
{{- toYaml .Values.frontend.podDisruptionBudget | nindent 2 }}
selector:
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
app: sourcegraph-frontend
matchLabels:
{{- include "sourcegraph.selectorLabels" . | nindent 6 }}
app: sourcegraph-frontend
{{- end }}
3 changes: 3 additions & 0 deletions charts/sourcegraph/tests/podDisruptionBudget_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ tests:
- equal:
path: spec.minAvailable
value: 1
- equal:
path: spec.selector.matchLabels.app
value: sourcegraph-frontend
Loading