Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from armosec/dev
Browse files Browse the repository at this point in the history
update in-cluster images tags
  • Loading branch information
slashben authored Feb 6, 2022
2 parents 29d269e + 27a1910 commit caef616
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/armo-components/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,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: 1.6.2
version: 1.6.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: "v1.6.2"
appVersion: "v1.6.3"

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
tier: {{ .Values.global.namespaceTier }}
data:
jobTemplate: |-
{{ tpl (.Files.Get "armo-kubescape-job-full.yaml") . }}
{{ tpl (.Files.Get "assets/armo-kubescape-job-full.yaml") . }}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
tier: {{ .Values.global.namespaceTier }}
data:
cronjobTemplate: |-
{{ tpl (.Files.Get "armo-kubescape-cronjob-full.yaml") . }}
{{ tpl (.Files.Get "assets/armo-kubescape-cronjob-full.yaml") . }}
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ spec:
value: "{{ .Values.devEventReceiverHttpUrl }}"
{{- else }}
value: "{{ .Values.eventReceiverHttpUrl }}"
{{- end }}
- name: CA_MAX_VULN_SCAN_ROUTINS
value: "2"
{{- end }}
{{- range .Values.armoVulnScanner.env }}
- name: {{ .name }}
value: "{{ .value }}"
Expand Down
10 changes: 6 additions & 4 deletions charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ armoWebsocket:
##
image:
repository: quay.io/armosec/k8s-ca-websocket-ubi
tag: 441
tag: 443
pullPolicy: Always

replicaCount: 1
Expand Down Expand Up @@ -180,7 +180,7 @@ armoVulnScanner:
##
image:
repository: quay.io/armosec/k8s-ca-vuln-scan-ubi
tag: 110
tag: 111
pullPolicy: Always

replicaCount: 1
Expand All @@ -204,7 +204,9 @@ armoVulnScanner:
memory: 1000Mi


env: {}
env:
- name: CA_MAX_VULN_SCAN_ROUTINS
value: "1"

labels: {}

Expand All @@ -217,7 +219,7 @@ armoCollector:
##
image:
repository: quay.io/armosec/k8s-ca-dashboard-aggregator-ubi
tag: 183
tag: 184
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit caef616

Please sign in to comment.