this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: Move back to the bash helm differ.

+13 -5
+1 -1
.github/scripts/helm-release-differ.sh
··· 172 172 printf "%s\n" "${comments[@]}" 173 173 } 174 174 175 - main "$@" 175 + main "$@"
+12 -4
.github/workflows/helm-release-differ.yaml
··· 72 72 ref: "${{ github.event.repository.default_branch }}" 73 73 path: default 74 74 75 - - name: Set up Homebrew 76 - uses: Homebrew/actions/setup-homebrew@master 75 + - name: Install Helm 76 + uses: azure/setup-helm@v3 77 + with: 78 + version: latest 77 79 78 - - name: Setup Tools 80 + - name: Helm Release Differ 81 + id: diff 79 82 run: | 80 - brew install helm homeport/tap/dyff kustomize yq 83 + diff=$(.github/scripts/helm-release-differ.sh --source-file "default/${{ matrix.file }}" --target-file "${{ matrix.file }}" --remove-common-labels) 84 + echo "${diff}" 85 + diff="${diff//'%'/'%25'}" 86 + diff="${diff//$'\n'/'%0A'}" 87 + diff="${diff//$'\r'/'%0D'}" 88 + echo "::set-output name=diff::$(echo ${diff})" 81 89 82 90 - name: Diff 83 91 id: diff
cluster/apps/security/falco/app/helm-release.yaml

This is a binary file and will not be displayed.

cluster/apps/security/falco/ks.yaml

This is a binary file and will not be displayed.