Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down