Skip to content

Commit

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

Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Dec 19, 2024
1 parent 4b42d73 commit b5c133c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion charts/rapid-response/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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: 0.9.13
version: 0.9.14
# 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.
Expand Down
27 changes: 11 additions & 16 deletions charts/rapid-response/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ global:
keyName: root_ca_file.crt

# 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 @@ -62,7 +60,7 @@ rapidResponse:

image:
registry: quay.io
pullPolicy:
pullPolicy: null
repository: sysdig/rapid-response-host-component
# If unset, .Chart.AppVersion is used to create tag
# Note: Image tag must be a string specified in double-quotes
Expand Down Expand Up @@ -130,18 +128,15 @@ rapidResponse:
# -----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
# The privileged flag is necessary for OCP 4.x and other Kubernetes setups that deny host filesystem access to
# running containers by default regardless of volume mounts. In those cases, access to the CRI socket would fail.
# securityContext:
Expand Down Expand Up @@ -224,4 +219,4 @@ tests:
timeout: 300s
image:
repo: bitnami/kubectl
tag: 1.31.2
tag: 1.32.0

0 comments on commit b5c133c

Please sign in to comment.