Skip to content

Commit

Permalink
Merge pull request #475 from kubescape/hotfixfix
Browse files Browse the repository at this point in the history
hotfix: move skipKernelVersionCheck to config
  • Loading branch information
matthyx committed Jul 25, 2024
2 parents fd0d619 + 4c78af9 commit 48e9925
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 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.20.1
version: 1.20.2

# 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.20.1
appVersion: 1.20.2

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
- name : no_proxy
value: "{{ $no_proxy_envar_list }}"
{{- end }}
{{- if .Values.nodeAgent.skipKernelVersionCheck }}
{{- if .Values.nodeAgent.config.skipKernelVersionCheck }}
- name: SKIP_KERNEL_VERSION_CHECK
value: "true"
{{- end }}
Expand Down
Loading

0 comments on commit 48e9925

Please sign in to comment.