diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 18531f7..f3d4319 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: REGISTRY: "docker.io" USERNAME: "${{ secrets.DOCKER_HUB_USERNAME }}" PASSWORD: "${{ secrets.DOCKER_HUB_PASSWORD }}" - REPOSITORY: "applause/postgresql" + NAMESPACE: "applause" run: | echo "${PASSWORD}" | helm registry login "${REGISTRY}" -u "${USERNAME}" --password-stdin - helm push dist/*.tgz "oci://${REGISTRY}/${REPOSITORY}" + helm push dist/*.tgz "oci://${REGISTRY}/${NAMESPACE}" diff --git a/Chart.yaml b/Chart.yaml index 6d7b6d8..1a380cb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgresql -version: 0.2.8 +version: 0.2.9 appVersion: 16.8.0 description: PostgreSQL is an open-source object-relational database management system (ORDBMS) emphasizing extensibility and technical standards compliance. keywords: