Skip to content

Commit

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

Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Jan 16, 2025
1 parent 480c76d commit 4cc0d26
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
2 changes: 1 addition & 1 deletion charts/kspm-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kspm-collector
description: Sysdig KSPM collector
version: 0.17.2
version: 0.17.3
appVersion: 1.39.6
keywords:
- monitoring
Expand Down
49 changes: 20 additions & 29 deletions charts/kspm-collector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Can be set to true to show debug logging, useful for troubleshooting.
debug: false

httpProxy:
httpsProxy:
noProxy:
sslVerifyCertificate:
httpProxy: null
httpsProxy: null
noProxy: null
sslVerifyCertificate: null
natsMaxReconnect: 0
natsMaxReconnectFailures: 60
# Namespace to deploy to (Optional: Will default to release namespace)
namespace:

namespace: null
# Default values for Sysdig KSPM Collector
global:
clusterConfig: {}
sysdig:
region: "us1"
sslVerifyCertificate:
sslVerifyCertificate: null
proxy: {}
kspm:
deploy: true
Expand Down Expand Up @@ -45,18 +44,15 @@ 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
sysdig:
# Required: You need your Sysdig access key before running agents, either specifying 'accessKey' here, or using 'existingAccessKeySecret'
accessKey: ""
Expand All @@ -79,10 +75,9 @@ clusterName: ""
image:
repository: sysdig/kspm-collector
tag: 1.39.7
digest:
digest: null
registry: quay.io
pullPolicy:

pullPolicy: null
# Set image pull secret name
# Example
# imagePullSecrets:
Expand Down Expand Up @@ -158,8 +153,7 @@ tolerations:
value: arm64
effect: NoSchedule

priorityClassName:

priorityClassName: null
# arch and os will be used to template out a node affinity block matching everything in each list. If affinity is
# defined, these fields will be ignored
arch:
Expand Down Expand Up @@ -200,21 +194,18 @@ ssl:
# -----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
tests:
skip: false
timeout: 300s
image:
repo: bitnami/kubectl
tag: 1.32.0
tag: 1.32.1

0 comments on commit 4cc0d26

Please sign in to comment.