diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 8a4489de4fe..493583ec3ef 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -31,7 +31,7 @@ jobs: - 'charts/dev/**' - 'charts/stable/**' - 'charts/incubator/**' - - 'charts/dependencies/**' + - 'charts/dependency/**' - 'charts/library/**' - run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json - id: reduce @@ -85,8 +85,8 @@ jobs: train="library" elif test -f "./charts/dev/${{ matrix.app }}/Chart.yaml"; then train="dev" - elif test -f "./charts/dependencies/${{ matrix.app }}/Chart.yaml"; then - train="dependencies" + elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then + train="dependency" else train="incubator" fi diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index 91da20ceded..a7981418b2a 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -32,7 +32,7 @@ jobs: - 'charts/stable/**' - 'charts/incubator/**' - 'charts/library/**' - - 'charts/dependencies/**' + - 'charts/dependency/**' - name: Filter filter-output run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json - name: Bump @@ -50,8 +50,8 @@ jobs: train="incubator" elif test -f "./charts/library/${chart}/Chart.yaml"; then train="library" - elif test -f "./charts/dependencies/${{ matrix.app }}/Chart.yaml"; then - train="dependencies" + elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then + train="dependency" else train="incubator" fi diff --git a/charts/dependencies/postgresql/.helmignore b/charts/dependency/postgresql/.helmignore similarity index 100% rename from charts/dependencies/postgresql/.helmignore rename to charts/dependency/postgresql/.helmignore diff --git a/charts/dependencies/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md similarity index 100% rename from charts/dependencies/postgresql/CHANGELOG.md rename to charts/dependency/postgresql/CHANGELOG.md diff --git a/charts/dependencies/postgresql/CONFIG.md b/charts/dependency/postgresql/CONFIG.md similarity index 100% rename from charts/dependencies/postgresql/CONFIG.md rename to charts/dependency/postgresql/CONFIG.md diff --git a/charts/dependencies/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml similarity index 97% rename from charts/dependencies/postgresql/Chart.yaml rename to charts/dependency/postgresql/Chart.yaml index 80cbec88bf3..603cb099e16 100644 --- a/charts/dependencies/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.12 +version: 5.1.13 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependencies/postgresql/README.md b/charts/dependency/postgresql/README.md similarity index 100% rename from charts/dependencies/postgresql/README.md rename to charts/dependency/postgresql/README.md diff --git a/charts/dependencies/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md similarity index 100% rename from charts/dependencies/postgresql/helm-values.md rename to charts/dependency/postgresql/helm-values.md diff --git a/charts/dependencies/postgresql/questions.yaml b/charts/dependency/postgresql/questions.yaml similarity index 100% rename from charts/dependencies/postgresql/questions.yaml rename to charts/dependency/postgresql/questions.yaml diff --git a/charts/dependencies/postgresql/templates/backup-postgres-config.yaml b/charts/dependency/postgresql/templates/backup-postgres-config.yaml similarity index 100% rename from charts/dependencies/postgresql/templates/backup-postgres-config.yaml rename to charts/dependency/postgresql/templates/backup-postgres-config.yaml diff --git a/charts/dependencies/postgresql/templates/common.yaml b/charts/dependency/postgresql/templates/common.yaml similarity index 100% rename from charts/dependencies/postgresql/templates/common.yaml rename to charts/dependency/postgresql/templates/common.yaml diff --git a/charts/dependencies/postgresql/templates/secret.yaml b/charts/dependency/postgresql/templates/secret.yaml similarity index 100% rename from charts/dependencies/postgresql/templates/secret.yaml rename to charts/dependency/postgresql/templates/secret.yaml diff --git a/charts/dependencies/postgresql/templates/upgrade-backup-postgres-hook.yaml b/charts/dependency/postgresql/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from charts/dependencies/postgresql/templates/upgrade-backup-postgres-hook.yaml rename to charts/dependency/postgresql/templates/upgrade-backup-postgres-hook.yaml diff --git a/charts/dependencies/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml similarity index 100% rename from charts/dependencies/postgresql/values.yaml rename to charts/dependency/postgresql/values.yaml