Skip to content

Commit

Permalink
upgrade redis subchart
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Jan 16, 2025
1 parent 904ac73 commit 2cbff3d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions heartex/label-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.0
### Improvements
* Upgrade redis subchart to `20.6.3`.

## 1.8.0
### Improvements
* Add support for PodDisruptionBudgets.
Expand Down
6 changes: 3 additions & 3 deletions heartex/label-studio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
version: 20.6.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.15
digest: sha256:cdfeacc1668ba0d1dcdb1a0d194f78c16de6edef34dc09f0a7ed40ec1a4da2a4
generated: "2024-07-09T16:58:04.631982+04:00"
digest: sha256:351f4c285e91753db32255b07215d20e01f923bef8737fba6914d3ec569edda6
generated: "2025-01-16T22:02:59.716526Z"
4 changes: 2 additions & 2 deletions heartex/label-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ home: https://labelstud.io/
type: application
icon: https://raw.githubusercontent.com/heartexlabs/label-studio/master/images/logo.png
# Chart version
version: 1.8.0
version: 1.9.0
# Label Studio release version
appVersion: "1.15.0"
kubeVersion: ">= 1.14.0-0"
dependencies:
- name: redis
version: "16.13.2"
version: "20.6.3"
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: postgresql
Expand Down
2 changes: 2 additions & 0 deletions heartex/label-studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ redis:
enabled: false
clusterDomain: cluster.local
architecture: standalone
master:
enableServiceLinks: false
auth:
enabled: false

Expand Down

0 comments on commit 2cbff3d

Please sign in to comment.