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
6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kentra
repository: oci://ghcr.io/kentrasecurity/helm
version: 0.3.3
version: 0.4.0
- name: kentra-dashboard
repository: oci://ghcr.io/kentrasecurity/helm
version: 0.4.3
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.23.0
digest: sha256:90e9365259dd93788c088663fda3eabe782685f99ec62ae9ea66031f662a7bcb
generated: "2026-01-19T17:55:35.433446+01:00"
digest: sha256:c90f83d50a60aa51e4d3cb6917f89f6c9ded22c69514918042364315a405ea2f
generated: "2026-01-21T14:58:39.091714+01:00"
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.4
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.4"
appVersion: "0.4.0"

# Keywords for chart discovery
keywords:
Expand All @@ -38,7 +38,7 @@ maintainers:
dependencies:
# Kentra Operator - Kubernetes security testing framework
- name: kentra
version: 0.3.3
version: 0.4.0
repository: oci://ghcr.io/kentrasecurity/helm

# Kentra Dashboard - Web UI for log monitoring
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kentra:

image:
repository: ghcr.io/kentrasecurity/docker/controller
tag: 0.3.3
tag: 0.4.0
pullPolicy: IfNotPresent

imagePullSecrets:
Expand Down