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
8 changes: 4 additions & 4 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.2
version: 0.3.3
- name: kentra-dashboard
repository: oci://ghcr.io/kentrasecurity/helm
version: 0.4.0
version: 0.4.3
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.23.0
digest: sha256:c15487847114a822beb35a4afa45cc70c7d7a9cdd7f27151bb1ed2ad23eb27ae
generated: "2026-01-15T17:23:44.448693+01:00"
digest: sha256:90e9365259dd93788c088663fda3eabe782685f99ec62ae9ea66031f662a7bcb
generated: "2026-01-19T17:55:35.433446+01:00"
8 changes: 4 additions & 4 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.2
version: 0.3.4

# 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.3"
appVersion: "0.3.4"

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

# Kentra Dashboard - Web UI for log monitoring
- name: kentra-dashboard
version: 0.4.1
version: 0.4.3
repository: oci://ghcr.io/kentrasecurity/helm
condition: kentra-dashboard.enabled

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Then install:
```bash
helm install kentra-platform \
oci://ghcr.io/kentrasecurity/helm/kentra-platform \
--version 0.3.3 \
--version 0.3.4 \
--namespace kentra-system \
--create-namespace \
-f values.yaml
Expand Down
4 changes: 2 additions & 2 deletions 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.1
tag: 0.3.3
pullPolicy: IfNotPresent

imagePullSecrets:
Expand Down Expand Up @@ -110,7 +110,7 @@ kentra-dashboard:
replicaCount: 1
image:
repository: ghcr.io/kentrasecurity/docker/dashboard
tag: 0.4.1
tag: 0.4.3
pullPolicy: IfNotPresent
imagePullSecrets:
- name: ghcr-pull-secret
Expand Down