Skip to content

Commit

Permalink
Merge pull request #2 from nepalevov/feat-bump-dependencies-dial-core
Browse files Browse the repository at this point in the history
feat!: bump common and redis-cluster dependencies in dial-core chart
  • Loading branch information
nepalevov authored Oct 30, 2024
2 parents c7804ac + fed379e commit 039fc41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add dial https://charts.epam-rail.com
helm repo add dial https://nepalevov.github.io/ai-dial-helm/
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
Expand Down
6 changes: 3 additions & 3 deletions charts/dial-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.14.1
version: 2.26.0
- name: redis-cluster
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
version: 9.1.5
version: 11.0.6
description: Helm chart for dial core
home: https://epam-rail.com
icon: "https://docs.epam-rail.com/img/favicon.ico"
Expand All @@ -26,4 +26,4 @@ maintainers:
name: dial-core
sources:
- https://github.com/epam/ai-dial-helm/tree/main/charts/dial-core
version: 3.0.2
version: 4.0.0
6 changes: 3 additions & 3 deletions charts/dial-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dial-core

![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

Helm chart for dial core

Expand All @@ -23,8 +23,8 @@ Kubernetes: `>=1.23.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | redis(redis-cluster) | 9.1.5 |
| https://charts.bitnami.com/bitnami | common | 2.26.0 |
| https://charts.bitnami.com/bitnami | redis(redis-cluster) | 11.0.6 |

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chart-dirs:
- charts
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- dial=https://charts.epam-rail.com
- dial=https://nepalevov.github.io/ai-dial-helm
# Better output for GitHub Actions
github-groups: true
# Disable maintainer validation to allow custom URLs
Expand Down

0 comments on commit 039fc41

Please sign in to comment.