Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
update changelog and def values
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Oct 4, 2023
1 parent a69bd34 commit 19b62bd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Add PSS flag for PSP->PSS migration.

## [1.3.0] - 2023-08-29

### Changed
Expand Down
16 changes: 16 additions & 0 deletions helm/linkerd-viz/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@
"enablePodAntiAffinity": {
"type": "boolean"
},
"enablePodDisruptionBudget": {
"type": "boolean"
},
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"grafana": {
"type": "object",
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions helm/linkerd-viz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ enablePodDisruptionBudget: true
# `enabledPSP` is set to true on the control plane install. Note PSP has been
# deprecated since k8s v1.21
enablePSP: false
global:
podSecurityStandards:
enforced: false

# -- url of external prometheus instance
prometheusUrl: ""
Expand Down

0 comments on commit 19b62bd

Please sign in to comment.