Skip to content

Commit

Permalink
chore: bump the bitnami/kubectl image reference in the node-analyzer ...
Browse files Browse the repository at this point in the history
... chart

Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Dec 13, 2024
1 parent 94f890d commit 84591bd
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 77 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.33.2
version: 1.33.3
appVersion: 12.9.2
keywords:
- monitoring
Expand Down
128 changes: 52 additions & 76 deletions charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,21 @@ global:
# -----END CERTIFICATE-----

# Filename that is used when creating the secret. Required if cert is provided.
keyName:

keyName: null
# Provide the name of an existing Secret that contains the CA required
existingCaSecret:
existingCaSecret: null
# Provide the filename that is defined inside the existing Secret. Required if existingCaSecret is set.
existingCaSecretKeyName:

existingCaSecretKeyName: null
# Provide the name of an existing ConfigMap that contains the CA required
existingCaConfigMap:
existingCaConfigMap: null
# Provide the filename that is defined inside the existing ConfigMap. Required if existingCaConfigMap is set.
existingCaConfigMapKeyName:

existingCaConfigMapKeyName: null
image:
# This is a hack to support RELATED_IMAGE_<identifier> feature in Helm based
# Operators
#
# As long as I don't want to people to use this, I will keep it undocumented
overrideValue:

overrideValue: null
registry: quay.io

gke:
Expand All @@ -74,8 +70,7 @@ daemonset:
# You can also customize maxUnavailable
rollingUpdate:
maxUnavailable: 1
maxSurge:

maxSurge: null
rbac:
# true here enables creation of rbac resources
create: true
Expand Down Expand Up @@ -134,9 +129,9 @@ nodeAnalyzer:
debug: false

# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:
httpProxy: null
httpsProxy: null
noProxy: null
# NATS max reconnect attempts
natsMaxReconnect: 0
natsMaxReconnectFailures: 60
Expand Down Expand Up @@ -164,11 +159,9 @@ nodeAnalyzer:
createPriorityClass: false

# Set nodeAnalyzer daemonset priorityClassName
priorityClassName:

priorityClassName: null
# Set the value for the Priority Class (if it is to be created)
priorityClassValue:

priorityClassValue: null
# Allow the DaemonSet to set labels
labels: {}
# Use this pullSecret to pull images from a private registry
Expand All @@ -190,14 +183,12 @@ nodeAnalyzer:
image:
repository: sysdig/node-image-analyzer
tag: 0.1.36
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

httpProxy: null
httpsProxy: null
noProxy: null
# The Docker socket path.
# If a custom path is specified, ensure it is correctly mounted from the host inside the container.
# dockerSocketPath: unix:///var/run/docker.sock
Expand Down Expand Up @@ -248,14 +239,12 @@ nodeAnalyzer:
image:
repository: sysdig/host-analyzer
tag: 0.1.23
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

httpProxy: null
httpsProxy: null
noProxy: null
# The scanning schedule specification for the host analyzer expressed as a crontab string such as “5 4 * * *”.
# The default value of @dailydefault instructs the analyzer to automatically pick a schedule that will start
# shortly after it is deployed and will perform a scan every 24 hours.
Expand Down Expand Up @@ -284,14 +273,12 @@ nodeAnalyzer:
image:
repository: sysdig/compliance-benchmark-runner
tag: 1.1.1.4
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

httpProxy: null
httpsProxy: null
noProxy: null
resources:
requests:
cpu: 150m
Expand All @@ -314,15 +301,13 @@ nodeAnalyzer:
image:
repository: sysdig/vuln-runtime-scanner
tag: "1.8.1"
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

storageClassName:
httpProxy: null
httpsProxy: null
noProxy: null
storageClassName: null
extraMounts: []
# example for bottlerocket
# extraMounts:
Expand Down Expand Up @@ -366,11 +351,9 @@ nodeAnalyzer:
image:
repository: sysdig/eveclient-api
tag: 1.1.4
digest:
pullPolicy:

priorityClassName:

digest: null
pullPolicy: null
priorityClassName: null
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -407,14 +390,12 @@ nodeAnalyzer:
image:
repository: sysdig/vuln-host-scanner
tag: "0.12.3"
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

httpProxy: null
httpsProxy: null
noProxy: null
# Prometheus configuration
prometheus:
enabled: false
Expand Down Expand Up @@ -455,14 +436,12 @@ nodeAnalyzer:
image:
repository: sysdig/kspm-analyzer
tag: 1.44.17
digest:
pullPolicy:

digest: null
pullPolicy: null
# Proxy configuration variables
httpProxy:
httpsProxy:
noProxy:

httpProxy: null
httpsProxy: null
noProxy: null
resources:
requests:
cpu: 150m
Expand Down Expand Up @@ -508,18 +487,15 @@ nodeAnalyzer:
# -----END CERTIFICATE-----

# Filename that is used when creating the secret. Required if cert is provided.
keyName:

keyName: null
# Provide the name of an existing Secret that contains the CA required
existingCaSecret:
existingCaSecret: null
# Provide the filename that is defined inside the existing Secret. Required if existingCaSecret is set.
existingCaSecretKeyName:

existingCaSecretKeyName: null
# Provide the name of an existing ConfigMap that contains the CA required
existingCaConfigMap:
existingCaConfigMap: null
# Provide the filename that is defined inside the existing ConfigMap. Required if existingCaConfigMap is set.
existingCaConfigMapKeyName:

existingCaConfigMapKeyName: null
# If Bottlerocket is enabled then the apiclient and api socket will be mounted
bottlerocket:
enabled: false
Expand All @@ -533,7 +509,7 @@ tests:
timeout: 300s
image:
repo: bitnami/kubectl
tag: 1.31.2
tag: 1.31.4

# Allow to modify DNS policy
dnsPolicy: null
Expand Down

0 comments on commit 84591bd

Please sign in to comment.