Skip to content

Commit 27254f3

Browse files
authored
Merge pull request #16 from Nullify-Platform/fix-pipeline
fix
2 parents 1902619 + 353cddb commit 27254f3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
git config user.name "github-actions[bot]"
3838
git config user.email "github-actions[bot]@users.noreply.github.com"
3939
40-
# Create annotated tag with chart information
41-
app_version=$(grep '^appVersion:' aws-integration-setup/charts/nullify-k8s-collector/Chart.yaml | awk '{print $2}' | tr -d '"')
42-
description=$(grep '^description:' aws-integration-setup/charts/nullify-k8s-collector/Chart.yaml | cut -d':' -f2- | xargs)
43-
40+
# Create annotated tag with chart version only
4441
git tag -a ${{ steps.chart-version.outputs.tag }} -m "Release ${{ steps.chart-version.outputs.tag }} - Chart Version: ${{ steps.chart-version.outputs.version }}"
4542
git push origin ${{ steps.chart-version.outputs.tag }}
4643

aws-integration-setup/charts/nullify-k8s-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: k8s-collector
2+
name: nullify-k8s-collector
33
description: A Helm chart for Nullify's Kubernetes information collector for cloud security scanning
44
type: application
55
version: 0.1.1

0 commit comments

Comments
 (0)