From b5c133ca3f2dbf6ab02d479529a7c1f4ee8c5228 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 19 Dec 2024 00:10:25 +0000 Subject: [PATCH] chore: bump the bitnami/kubectl image reference in the rapid-response... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... chart Made with ❤️️ by updatecli --- charts/rapid-response/Chart.yaml | 2 +- charts/rapid-response/values.yaml | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/charts/rapid-response/Chart.yaml b/charts/rapid-response/Chart.yaml index 036df3102..7d3879147 100644 --- a/charts/rapid-response/Chart.yaml +++ b/charts/rapid-response/Chart.yaml @@ -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. diff --git a/charts/rapid-response/values.yaml b/charts/rapid-response/values.yaml index 82ba374fd..88a66dea4 100644 --- a/charts/rapid-response/values.yaml +++ b/charts/rapid-response/values.yaml @@ -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: "" @@ -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 @@ -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: @@ -224,4 +219,4 @@ tests: timeout: 300s image: repo: bitnami/kubectl - tag: 1.31.2 + tag: 1.32.0