From 2e81a795093bff7a757624ff19e8ea8a283e2d2a Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Wed, 30 Oct 2024 15:37:13 +0100 Subject: [PATCH 1/2] feat!: bump common and redis-cluster dependencies in dial-core chart --- .github/workflows/release.yaml | 2 +- charts/dial-core/Chart.yaml | 6 +++--- ct.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6b9c88..456a5fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/charts/dial-core/Chart.yaml b/charts/dial-core/Chart.yaml index 53c19fa..4cc41d3 100644 --- a/charts/dial-core/Chart.yaml +++ b/charts/dial-core/Chart.yaml @@ -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" @@ -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 diff --git a/ct.yaml b/ct.yaml index 9d267a6..9573ac8 100644 --- a/ct.yaml +++ b/ct.yaml @@ -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 From fed379e6bc9c2c1efe4829463ad7e59aae7588c8 Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Wed, 30 Oct 2024 16:16:28 +0100 Subject: [PATCH 2/2] chore: update docs --- charts/dial-core/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dial-core/README.md b/charts/dial-core/README.md index 62af868..8e17afe 100644 --- a/charts/dial-core/README.md +++ b/charts/dial-core/README.md @@ -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 @@ -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