Skip to content

Commit

Permalink
Merge pull request #603 from kubescape/bump
Browse files Browse the repository at this point in the history
fix kubescape-volume for non-airgaped deployments
  • Loading branch information
matthyx authored Jan 28, 2025
2 parents ddc2c3c + 729b1b2 commit 65297dc
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 723 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.25.2
version: 1.25.3

# 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: 1.25.2
appVersion: 1.25.3

maintainers:
- name: Ben Hirschberg
Expand Down
2 changes: 1 addition & 1 deletion charts/kubescape-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubescape Operator

![Version: 1.25.2](https://img.shields.io/badge/Version-1.25.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.25.2](https://img.shields.io/badge/AppVersion-v1.25.2-informational?style=flat-square)
![Version: 1.25.3](https://img.shields.io/badge/Version-1.25.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.25.3](https://img.shields.io/badge/AppVersion-v1.25.3-informational?style=flat-square)

[Kubescape operator documentation](https://kubescape.io/docs/install-operator/)
[Troubleshooting guide](https://hub.armosec.io/docs/installation-troubleshooting#3-the-kubescape-pod-restarted)
Expand Down
4 changes: 4 additions & 0 deletions charts/kubescape-operator/templates/kubescape/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ spec:
mountPath: /etc/credentials
readOnly: true
- name: kubescape-volume
{{- if and .Values.grypeOfflineDB.enabled (eq .Values.grypeOfflineDB.image.tag "latest") }}
mountPath: /home/nonroot/.kubescape/config.json
{{- else }}
mountPath: /home/nonroot/.kubescape
{{- end }}
subPath: config.json
- name: host-scanner-definition
mountPath: /home/nonroot/.kubescape/host-scanner.yaml
Expand Down
Loading

0 comments on commit 65297dc

Please sign in to comment.