You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/06/08 17:47:56 UTC

[trafficserver-ingress-controller] branch master updated: fix helm release github action (#129)

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

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 23071b7  fix helm release github action (#129)
23071b7 is described below

commit 23071b7fc556d8250eebba6a4dc7cdf35a24a767
Author: Kit Chan <ki...@apache.org>
AuthorDate: Wed Jun 8 10:47:51 2022 -0700

    fix helm release github action (#129)
---
 .github/workflows/helm.yml   | 4 ++--
 charts/ats-ingress/README.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml
index 6e7f1ce..ff47268 100644
--- a/.github/workflows/helm.yml
+++ b/.github/workflows/helm.yml
@@ -30,12 +30,12 @@ jobs:
 
       - name: Build Helm Chart
         run: |
-          cd trafficserver-ingress-controller/charts
+          cd charts
           helm package ats-ingress
           helm repo index . --url https://apache.github.io/trafficserver-ingress-controller
           cp index.yaml ../docs/
           cp ats-ingress-*.tgz ../docs/
-          cd ../../
+          cd ..
           git add docs/index.yaml
           git add docs/ats-ingress-*.tgz
           git commit -m 'Release new version of helm chart'
diff --git a/charts/ats-ingress/README.md b/charts/ats-ingress/README.md
index b42e724..b134910 100644
--- a/charts/ats-ingress/README.md
+++ b/charts/ats-ingress/README.md
@@ -21,7 +21,7 @@
 This is the ats-ingress chart repository for Helm V3. 
 
 ## To build and push new version of the helm chart
-1. Check out the [github action for helm release](https://github.com/apache/trafficserver-ingress-controller/blob/master/.github/workflows/helm.yml)
+1. Done through [github action for helm release](https://github.com/apache/trafficserver-ingress-controller/blob/master/.github/workflows/helm.yml)
 
 ## To install from git source
 1. git clone the project