Skip to content

Commit 8ffcd0b

Browse files
Chart Publishing Updates (#320)
* 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>
1 parent 8511c99 commit 8ffcd0b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ jobs:
3131
done
3232
3333
- name: Run chart-releaser
34-
uses: helm/chart-releaser-action@v1.6.0
34+
id: chart-releaser
35+
uses: helm/chart-releaser-action@v1.7.0
3536
env:
3637
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
3738

3839
- name: Run chart-releaser (OCI)
39-
uses: bitdeps/helm-oci-charts-releaser@v0.1.0
40+
uses: bitdeps/helm-oci-charts-releaser@v0.3.0
4041
with:
41-
oci_registry: ghcr.io/dandydeveloper/charts
42-
oci_username: ${{ secrets.USERNAME }}
43-
oci_password: ${{ secrets.CR_TOKEN }}
44-
github_token: ${{ secrets.CR_TOKEN }}
42+
registry: ghcr.io
43+
repository: dandydeveloper
44+
tag: ${{ steps.chart-releaser.outputs.chart_version }}
45+
registry_username: ${{ secrets.USERNAME }}
46+
registry_password: ${{ secrets.CR_TOKEN }}

charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.33.1
8+
version: 4.33.2
99
appVersion: 7.2.7
1010
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
1111
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
1212
maintainers:
13-
- email: salimsalaues@gmail.com
14-
name: ssalaues
1513
- email: aaron.layfield@gmail.com
1614
name: dandydeveloper
1715
sources:

0 commit comments

Comments
 (0)