Skip to content

Commit f9abc71

Browse files
committed
update helm chart dependency for common for redis
1 parent baccc46 commit f9abc71

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

charts/ches/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: common-hosted-email-service
33
# This is the chart version. This version number should be incremented each time you make changes
44
# to the chart and its templates, including the app version.
55
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6-
version: 1.1.2
6+
version: 1.1.6
77
kubeVersion: ">= 1.13.0"
88
description: An API for sending emails with scheduling and mail merge features
99
# A chart can be either an 'application' or a 'library' chart.
@@ -26,13 +26,13 @@ sources:
2626
- https://github.com/bcgov/common-hosted-email-service
2727
dependencies:
2828
- name: postgrescluster
29-
version: 2.0.5
29+
version: 2.0.8
3030
repository: "file://../postgres"
3131
condition: postgres.enabled
3232
alias: postgres
3333
- name: redis
3434
condition: redis.enabled
35-
version: 23.0.5
35+
version: 24.0.4
3636
repository: "file://../redis"
3737
alias: redis
3838
maintainers:

charts/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application
55
# postgrescluster Helm Chart version
6-
version: 2.0.5
6+
version: 2.0.8
77
# PostgresCluster CRD version
88
appVersion: 5.5.1

charts/redis/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/redis/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
repository: oci://registry-1.docker.io/bitnamicharts
2323
tags:
2424
- bitnami-common
25-
version: 2.x.x
25+
version: 2.31.4
2626
description: Redis(R) is an open source, advanced key-value store. It is often referred
2727
to as a data structure server since keys can contain strings, hashes, lists, sets
2828
and sorted sets.
@@ -38,4 +38,4 @@ maintainers:
3838
name: redis
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/redis
41-
version: 23.0.5
41+
version: 24.0.4

0 commit comments

Comments
 (0)