File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
aws-integration-setup/charts/nullify-k8s-collector Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apiVersion : v2
2- name : k8s-collector
2+ name : nullify- k8s-collector
33description : A Helm chart for Nullify's Kubernetes information collector for cloud security scanning
44type : application
55version : 0.1.1
You can’t perform that action at this time.
0 commit comments