From d1a039da89ec4d450d0cabe0d6aafa659d71008e Mon Sep 17 00:00:00 2001 From: gabriel Date: Mon, 8 Jul 2024 19:20:53 -0300 Subject: [PATCH] update names for better readability --- .github/workflows/publish.yaml | 4 ++-- Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1165dfe..b865a8f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,8 +30,8 @@ jobs: - name: Package and push helm chart to Amazon ECR Public env: REGISTRY: ${{ steps.login-ecr-public.outputs.registry }} - REGISTRY_ALIAS: cyral/helm-sidecar - REPOSITORY: cyral-sidecar + REGISTRY_ALIAS: cyral/helm + REPOSITORY: sidecar run: | VERSION="${GITHUB_REF_NAME}" echo "setting version to $VERSION" diff --git a/Chart.yaml b/Chart.yaml index fbeae68..cdfccd9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,7 @@ keywords: maintainers: - name: Cyral, Inc. url: https://github.com/cyralinc/helm-sidecar -name: cyral-sidecar +name: sidecar sources: - https://github.com/cyralinc/helm-sidecar version: 4.13.9