Skip to content

Commit

Permalink
Release new chart version (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriananeci committed May 17, 2024
1 parent bd6f9b0 commit 0f8d6bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: true
- uses: sigstore/cosign-installer@v3.5.0 # installs cosign
# - uses: anchore/sbom-action/download-syft@v0.14.1 # installs syft
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s-shredder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ maintainers:
email: aneci@adobe.com
url: https://adobe.com

version: 0.0.2
appVersion: v0.2.0
version: 0.1.0
appVersion: v0.2.1

0 comments on commit 0f8d6bc

Please sign in to comment.