Skip to content

Commit

Permalink
bump image versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed May 19, 2023
1 parent 5fbcec2 commit ec7f3f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions labs/kubescape-relevancy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 2.0.8
version: 2.0.9

# 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: 2.0.8
appVersion: 2.0.9

maintainers:
- name: Ben Hirschberg
Expand Down
14 changes: 9 additions & 5 deletions labs/kubescape-relevancy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ volumeMounts: []
# Enable persistence using Persistent Volume Claims
persistence:
# -- enable/disable persistence
enabled: true
enabled: false

# -- persistence storage class
# ref: https://kubernetes.io/docs/concepts/storage/storage-classes/
Expand Down Expand Up @@ -156,7 +156,7 @@ kubescape:
image:
# -- source code: https://github.com/kubescape/kubescape/tree/master/httphandler (public repo)
repository: quay.io/kubescape/kubescape
tag: v2.3.0
tag: v2.3.3
pullPolicy: Always

resources:
Expand All @@ -167,6 +167,9 @@ kubescape:
cpu: 600m
memory: 800Mi

# -- set the number of concurrent goroutines to process OPA rules
ruleProcessingConcurrency: 1

# -- enable host scanner feature: https://hub.armosec.io/docs/host-sensor
enableHostScan: true

Expand Down Expand Up @@ -213,7 +216,7 @@ operator:
image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.2.47-relevancy
tag: v0.2.48-relevancy
pullPolicy: Always

service:
Expand Down Expand Up @@ -294,7 +297,7 @@ kubevuln:
image:
# -- source code: https://github.com/kubescape/kubevuln
repository: quay.io/kubescape/kubevuln
tag: v0.2.75-relevancy
tag: v0.2.79-relevancy
pullPolicy: Always

replicaCount: 1
Expand All @@ -320,6 +323,7 @@ kubevuln:

config:
maxImageSize: 5368709120 # set max image size for scanning, It is recommended to use the same as the requested ephemeral-storage
scanTimeout: 5m # set timeout for scanning an image

env:
- name: CA_MAX_VULN_SCAN_ROUTINES # TODO update the kubevuln
Expand Down Expand Up @@ -631,7 +635,7 @@ nodeAgent:
name: node-agent
image:
repository: quay.io/kubescape/sniffer
tag: v0.1.50-relevancy
tag: v0.1.58-relevancy
pullPolicy: IfNotPresent
env:
- name: CONFIG_ENV_VAR
Expand Down

0 comments on commit ec7f3f9

Please sign in to comment.