Skip to content

Commit

Permalink
chore(deps): update helm release redis to v17.13.2 (#122)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and mjasion authored Jul 19, 2023
1 parent dbf4615 commit 4f60e89
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/studio/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
9 changes: 7 additions & 2 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -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 | `{}` | |
Expand Down Expand Up @@ -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"` | |
Expand All @@ -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 | `""` | |
Expand All @@ -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"` | |
Expand All @@ -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 | `""` | |
Expand Down

0 comments on commit 4f60e89

Please sign in to comment.