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 Nov 30, 2024
1 parent f84c13a commit 51ab540
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 41 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.0
version: 0.17.1
appVersion: 1.39.6
keywords:
- monitoring
Expand Down
60 changes: 20 additions & 40 deletions charts/kspm-collector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# 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:

# Default values for Sysdig KSPM Collector
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 +43,11 @@ global:
# -----END CERTIFICATE-----

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

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

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

keyName: null # Provide the name of an existing Secret that contains the CA required
existingCaSecret: null # Provide the filename that is defined inside the existing Secret. Required if existingCaSecret is set.
existingCaSecretKeyName: null # Provide the name of an existing ConfigMap that contains the CA required
existingCaConfigMap: null # Provide the filename that is defined inside the existing ConfigMap. Required if existingCaConfigMap is set.
existingCaConfigMapKeyName: null
sysdig:
# Required: You need your Sysdig access key before running agents, either specifying 'accessKey' here, or using 'existingAccessKeySecret'
accessKey: ""
Expand All @@ -79,11 +70,9 @@ clusterName: ""
image:
repository: sysdig/kspm-collector
tag: 1.39.6
digest:
digest: null
registry: quay.io
pullPolicy:

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

priorityClassName:

# arch and os will be used to template out a node affinity block matching everything in each list. If affinity is
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:
- amd64
Expand Down Expand Up @@ -200,21 +187,14 @@ ssl:
# -----END CERTIFICATE-----

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

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

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

keyName: null # Provide the name of an existing Secret that contains the CA required
existingCaSecret: null # Provide the filename that is defined inside the existing Secret. Required if existingCaSecret is set.
existingCaSecretKeyName: null # Provide the name of an existing ConfigMap that contains the CA required
existingCaConfigMap: null # Provide the filename that is defined inside the existing ConfigMap. Required if existingCaConfigMap is set.
existingCaConfigMapKeyName: null
tests:
skip: false
timeout: 300s
image:
repo: bitnami/kubectl
tag: 1.31.2
tag: 1.31.3

0 comments on commit 51ab540

Please sign in to comment.