2.7 KiB
Changelog
All notable changes to this Helm chart will be documented in this file.
The format is based on Keep a Changelog and this chart adheres to Semantic Versioning.
5.17.0
- Removed the switch for networking apiVersion and default to networking/v1
5.16.0
- Added default PDBs for both the webhook and the dashboard
5.15.0
- Support
string
type ofconfig
value
5.13.0
- Update Polaris to 8.5.0
5.11.1
- set kubeVersion in the chart manifest
5.9.0
- Update Polaris version to 8.0
5.8.2
- Fix webhook annotations reference
5.8.1
- Fix cert manager apiVersion override
5.7.6
- Patch bump for updating charts CI
5.7.4
Added addition exemptions
5.5.1
Added
RBAC permission to get and list ClusterRoles, ClusterRoleBindings, Roles, and RoleBindings. These permissions are required by new RBAC related checks:
5.5.0
Added
Refactor container securityContext into values.yaml
for added flexibility (i.e seccomp profiles).
4.2.1
Added
Support ingressClassName
in Ingress object.
1.0.0
Updated to Polaris 1.0.
In addition to changes needed for Polaris 1.0, there are some chart changes:
- RBAC has been simplified to remove duplication
config
now uses the built-in Polaris config by defaultingress
is now attached to the dashboard values- only a single
image
is specified for the entire chart
0.6.0
Fixed
-
The validating webhook pod no longer crashes when using a Helm release name other than polaris (Polaris issue #211) Note that upgrading the Helm release will return the error:
UPGRADE FAILED Error: kind Secret with the name "polaris-webhook" already exists in the cluster and wasn't defined in the previous release. Before upgrading, please either delete the resource from the cluster or remove it from the chart
Delete the polaris-webhook secret from the namespace where Polaris is installed, and the Helm upgrade will succeed. When the Polaris webhook pod restarts it will populate the polaris-webhook secret.
- The Polaris dashboard and webhook pods now restart when the ConfigMap has been changed.
Changed
- The Secret used by the Polaris webhook is now named polaris-webhook instead of using the Helm release name. This has been done to match the static secret name that the Polaris webhook pod populates.
Added
- This changelog has been added to help track updates to this Helm chart.