Skip to content

Commit 83245cf

Browse files
committed
chore(helm): Rename chart to match AWS ECR public repository
1 parent d359970 commit 83245cf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

configs/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
version: 0.0.0
77
appVersion: 0.0.0
88

9-
name: postgresql-partition-manager
9+
name: postgresql-partition-manager-chart
1010
description: Manages PostgreSQL partition
1111
home: https://github.com/qonto/postgresql-partition-manager
1212
sources:

configs/helm/tests/cronjob_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests:
1010
of: CronJob
1111
- equal:
1212
path: metadata.name
13-
value: RELEASE-NAME-postgresql-partition-manager
13+
value: RELEASE-NAME-postgresql-partition-manager-chart
1414
- equal:
1515
path: spec.suspend
1616
value: false

scripts/kubernetesdev/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version: 0.0.0
88
appVersion: 0.0.0
99

1010
dependencies:
11-
- name: postgresql-partition-manager
11+
- name: postgresql-partition-manager-chart
12+
alias: postgresql-partition-manager
1213
version: "~0"
1314
repository: "file://../../configs/helm"

0 commit comments

Comments
 (0)