Skip to content

Commit

Permalink
comment chart update
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 19, 2024
1 parent a83d609 commit 8750882
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/docker-build-api-executors-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,45 +657,45 @@ jobs:
DOCKER_BUILDX_CACHE_FROM: "type=gha"
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"

update_api_helm_charts:
needs:
[
api,
single_executor,
executor_jmeter,
executor_maven,
executor_gradle,
executor_cypress,
executor_cypress_manifest,
executor_playwright,
]
runs-on: ubuntu-latest
steps:
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
with:
strip_v: false

- name: Editing helm-release repo with version based on a Tag pushed.
run: |
# Setting up Git:
git clone https://kubeshop-bot:[email protected]/kubeshop/helm-charts
cd ./helm-charts
git config user.name "kubeshop-bot"
git config user.email "[email protected]"
export GH_TOKEN
export RELEASE_VERSION
export SERVICE
git fetch origin main
git checkout main
cd ./scripts
./chart_releaser.sh --helm-chart-folder testkube-$SERVICE --testkube-executor true
env:
SERVICE: api
GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
RELEASE_VERSION: ${{ steps.tag.outputs.tag }}
# update_api_helm_charts:
# needs:
# [
# api,
# single_executor,
# executor_jmeter,
# executor_maven,
# executor_gradle,
# executor_cypress,
# executor_cypress_manifest,
# executor_playwright,
# ]
# runs-on: ubuntu-latest
# steps:
# - name: Get tag
# id: tag
# uses: dawidd6/action-get-tag@v1
# with:
# strip_v: false
#
# - name: Editing helm-release repo with version based on a Tag pushed.
# run: |
#
# # Setting up Git:
# git clone https://kubeshop-bot:[email protected]/kubeshop/helm-charts
# cd ./helm-charts
# git config user.name "kubeshop-bot"
# git config user.email "[email protected]"
#
# export GH_TOKEN
# export RELEASE_VERSION
# export SERVICE
#
# git fetch origin main
# git checkout main
# cd ./scripts
# ./chart_releaser.sh --helm-chart-folder testkube-$SERVICE --testkube-executor true
#
# env:
# SERVICE: api
# GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
# RELEASE_VERSION: ${{ steps.tag.outputs.tag }}

0 comments on commit 8750882

Please sign in to comment.