Skip to content

Commit

Permalink
Chart Publishing Updates (#320)
Browse files Browse the repository at this point in the history
* Chart Publishing Updates

Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>

* Maintainer Updates

Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>

---------

Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
  • Loading branch information
DandyDeveloper authored Feb 25, 2025
1 parent 8511c99 commit 8ffcd0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 1 addition & 3 deletions charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ 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
maintainers:
- email: salimsalaues@gmail.com
name: ssalaues
- email: aaron.layfield@gmail.com
name: dandydeveloper
sources:
Expand Down

0 comments on commit 8ffcd0b

Please sign in to comment.