File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
aws-integration-setup/charts/nullify-k8s-collector Expand file tree Collapse file tree 2 files changed +2
-5
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 '"')
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
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