Skip to content

Commit

Permalink
Merge pull request #170 from kubescape/dev
Browse files Browse the repository at this point in the history
Update chart version
  • Loading branch information
Daniel-GrunbergerCA authored May 28, 2023
2 parents 328c47c + d8993df commit b27c6f1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-cloud-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.10.17
version: 1.11.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: 1.10.17
appVersion: 1.11.0

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

![Version: 1.8.12](https://img.shields.io/badge/Version-1.8.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.12](https://img.shields.io/badge/AppVersion-v1.8.12-informational?style=flat-square)
![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.0](https://img.shields.io/badge/AppVersion-v1.11.0-informational?style=flat-square)

## [Docs](https://hub.armosec.io/docs/installation-of-armo-in-cluster)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
imagePullPolicy: "{{ .Values.kubescape.image.pullPolicy }}"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 100
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,14 @@ spec:
imagePullSecrets:
- name: {{ toYaml .Values.imagePullSecrets }}
{{- end }}
securityContext:
runAsUser: 100
fsGroup: 101
containers:
- name: {{ .Values.kubevuln.name }}
image: "{{ .Values.kubevuln.image.repository }}:{{ .Values.kubevuln.image.tag }}"
imagePullPolicy: {{ .Values.kubevuln.image.pullPolicy }}
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 100
ports:
- containerPort: {{ .Values.kubevuln.service.port }}
protocol: TCP
Expand Down
1 change: 0 additions & 1 deletion charts/kubescape-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ksNamespace: kubescape
ksLabel: kubescape
createKubescapeServiceAccount: true # TODO: move to kubescape


# KS cloud BE URLs
environment: "prod"
eventReceiverHttpUrl: "https://report.armo.cloud"
Expand Down

0 comments on commit b27c6f1

Please sign in to comment.