You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2023/10/08 06:39:17 UTC

[skywalking-helm] branch master updated: Rename helm repo name (#130)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new a14f386  Rename helm repo name (#130)
a14f386 is described below

commit a14f386063fffc61ed9b396e1328b76d33239aba
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Oct 8 14:39:10 2023 +0800

    Rename helm repo name (#130)
---
 .github/workflows/publish-helm.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-helm.yaml b/.github/workflows/publish-helm.yaml
index b8afb35..1ae5c96 100644
--- a/.github/workflows/publish-helm.yaml
+++ b/.github/workflows/publish-helm.yaml
@@ -22,7 +22,7 @@ on:
       - master
 
 env:
-  HUB: ghcr.io/apache/skywalking-kubernetes
+  HUB: ghcr.io/apache/skywalking-helm
   VERSION: 0.0.0-${{ github.sha }}
 
 jobs: