Skip to content

Commit

Permalink
Revert namespace change in latest legacy release (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Nov 21, 2023
1 parent 704b1f2 commit 7d1bc00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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

- Revert namespace change from `policy-exceptions` to `security-bundle`.

## [0.19.0] - 2023-11-10

### Changed
Expand Down
11 changes: 2 additions & 9 deletions helm/security-bundle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,14 @@ organization: ""
# networkPolicy:
# enabled: false

userConfig:
exceptionRecommender:
configMap:
values:
recommender:
createNamespace: false

apps:
exceptionRecommender:
appName: exception-recommender
chartName: exception-recommender
catalog: giantswarm
dependsOn: kyverno
enabled: true
namespace: policy-exceptions
namespace: security-bundle
# used by renovate
# repo: giantswarm/exception-recommender
version: 0.0.3
Expand Down Expand Up @@ -73,7 +66,7 @@ apps:
catalog: giantswarm
dependsOn: kyverno-policies
enabled: true
namespace: policy-exceptions
namespace: security-bundle
# used by renovate
# repo: giantswarm/kyverno-policy-operator
version: 0.0.5
Expand Down

0 comments on commit 7d1bc00

Please sign in to comment.