From 4f60e89785beff560017c9a40ab3644fad97c73f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:54:05 +0000 Subject: [PATCH] chore(deps): update helm release redis to v17.13.2 (#122) * chore(deps): update helm release redis to v17.13.2 * Bump chart version * Generate helm-docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcin Jasion --- charts/studio/Chart.lock | 6 +++--- charts/studio/Chart.yaml | 4 ++-- charts/studio/README.md | 9 +++++++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/charts/studio/Chart.lock b/charts/studio/Chart.lock index 6e4d55cb..6ea76fd9 100644 --- a/charts/studio/Chart.lock +++ b/charts/studio/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 13.2.30 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.11.8 + version: 17.13.2 - name: postgresql repository: https://charts.bitnami.com/bitnami version: 11.9.13 -digest: sha256:43f49c716db04b3a2c6e055378897302818201e7d96fe4a15e9b60465d42633c -generated: "2023-07-12T16:38:51.595132379Z" +digest: sha256:c2bb0c7b1d37ca3684310268b45fa070af1735c1969f256e2c94050a29c3c201 +generated: "2023-07-15T10:44:28.827489145Z" diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index 1550bca2..b3e3ea7a 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/Chart.yaml @@ -15,7 +15,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.2.9 +version: 0.2.10 # 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 @@ -35,7 +35,7 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" - name: redis condition: redis.enabled - version: "17.11.8" + version: "17.13.2" repository: "https://charts.bitnami.com/bitnami" - name: postgresql condition: postgresql.enabled diff --git a/charts/studio/README.md b/charts/studio/README.md index 7c54ae77..19408ff2 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) +![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) A Helm chart for Kubernetes @@ -16,7 +16,7 @@ A Helm chart for Kubernetes |------------|------|---------| | https://charts.bitnami.com/bitnami | nginx | 13.2.30 | | https://charts.bitnami.com/bitnami | postgresql | 11.9.13 | -| https://charts.bitnami.com/bitnami | redis | 17.11.8 | +| https://charts.bitnami.com/bitnami | redis | 17.13.2 | ## Values @@ -34,6 +34,7 @@ A Helm chart for Kubernetes | global.customCaCert | DEPRECATED | `""` | Studio: Custom CA certificate in PEM format Deprecated in favor of `customCaCerts` customCaCert: |- -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE----- | | global.customCaCerts | list | `[]` | Studio: Custom CA certificate in PEM format customCaCerts: - |- -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE----- | | global.dvcx | object | `{}` | Studio: Settings related to DVCX | +| global.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to all Studio pods. | | global.envVars | object | `{}` | Studio: Additional environment variables for all pods | | global.host | string | `"studio.example.com"` | Studio: Hostname for accessing Studio (no http(s) scheme) | | global.ingress.annotations | object | `{}` | | @@ -110,6 +111,7 @@ A Helm chart for Kubernetes | studioBackend.autoscaling.maxReplicas | int | `5` | | | studioBackend.autoscaling.minReplicas | int | `1` | | | studioBackend.autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| studioBackend.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to backend pods. | | studioBackend.envVars | object | `{}` | Studio: Additional environment variables for backend pods | | studioBackend.fullnameOverride | string | `""` | | | studioBackend.image.pullPolicy | string | `"IfNotPresent"` | | @@ -132,6 +134,7 @@ A Helm chart for Kubernetes | studioBeat.autoscaling.maxReplicas | int | `5` | | | studioBeat.autoscaling.minReplicas | int | `1` | | | studioBeat.autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| studioBeat.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to beat pods. | | studioBeat.envVars | object | `{}` | Studio: Additional environment variables for beat pods | | studioBeat.fullnameOverride | string | `""` | | | studioBeat.nameOverride | string | `""` | | @@ -150,6 +153,7 @@ A Helm chart for Kubernetes | studioUi.autoscaling.maxReplicas | int | `5` | | | studioUi.autoscaling.minReplicas | int | `1` | | | studioUi.autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| studioUi.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to UI pods. | | studioUi.envVars | object | `{}` | Studio: Additional environment variables for ui pods | | studioUi.fullnameOverride | string | `""` | | | studioUi.image.pullPolicy | string | `"IfNotPresent"` | | @@ -172,6 +176,7 @@ A Helm chart for Kubernetes | studioWorker.autoscaling.maxReplicas | int | `5` | | | studioWorker.autoscaling.minReplicas | int | `1` | | | studioWorker.autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| studioWorker.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to worker pods. | | studioWorker.envVars | object | `{}` | Studio: Additional environment variables for worker pods | | studioWorker.fullnameOverride | string | `""` | | | studioWorker.nameOverride | string | `""` | |