diff --git a/Chart.lock b/Chart.lock index b146070..8e9fea3 100644 --- a/Chart.lock +++ b/Chart.lock @@ -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" diff --git a/Chart.yaml b/Chart.yaml index fe74463..c9afa00 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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: @@ -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 diff --git a/README.md b/README.md index b5ff103..b217a43 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/values.yaml b/values.yaml index 98bfbc1..ece44ad 100644 --- a/values.yaml +++ b/values.yaml @@ -69,7 +69,7 @@ kentra: image: repository: ghcr.io/kentrasecurity/docker/controller - tag: 0.3.1 + tag: 0.3.3 pullPolicy: IfNotPresent imagePullSecrets: @@ -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