From 064c6e1b27d74d72bb27a15368c67135588675ba Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 25 Feb 2025 12:05:39 +0000 Subject: [PATCH 1/2] Chart Publishing Updates Signed-off-by: Aaron Layfield --- .github/workflows/publish.yml | 14 ++++++++------ charts/redis-ha/Chart.yaml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d985dd0..3eb48517 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,14 +31,16 @@ jobs: done - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + id: chart-releaser + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}" - name: Run chart-releaser (OCI) - uses: bitdeps/helm-oci-charts-releaser@v0.1.0 + uses: bitdeps/helm-oci-charts-releaser@v0.3.0 with: - oci_registry: ghcr.io/dandydeveloper/charts - oci_username: ${{ secrets.USERNAME }} - oci_password: ${{ secrets.CR_TOKEN }} - github_token: ${{ secrets.CR_TOKEN }} + registry: ghcr.io + repository: dandydeveloper + tag: ${{ steps.chart-releaser.outputs.chart_version }} + registry_username: ${{ secrets.USERNAME }} + registry_password: ${{ secrets.CR_TOKEN }} diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index d8bf4ec6..8e0d5ad3 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.33.1 +version: 4.33.2 appVersion: 7.2.7 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png From 79b4411082f39bc1e0e4032ba749a9d995883270 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 25 Feb 2025 12:06:44 +0000 Subject: [PATCH 2/2] Maintainer Updates Signed-off-by: Aaron Layfield --- charts/redis-ha/Chart.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 8e0d5ad3..07fa993d 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -10,8 +10,6 @@ appVersion: 7.2.7 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png maintainers: -- email: salimsalaues@gmail.com - name: ssalaues - email: aaron.layfield@gmail.com name: dandydeveloper sources: