Skip to content

Commit 353cddb

Browse files
committed
wip
1 parent a9598b5 commit 353cddb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ 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 '"' | tr -d "'")
42-
43-
# Create simple tag message without description to avoid quote issues
44-
git tag -a ${{ steps.chart-version.outputs.tag }} -m "Release ${{ steps.chart-version.outputs.tag }} - Chart Version: ${{ steps.chart-version.outputs.version }}, App Version: ${app_version}"
40+
# Create annotated tag with chart version only
41+
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
4744
- name: Create GitHub Release

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)