Skip to content

Commit 0f8d6bc

Browse files
authored
Release new chart version (#199)
1 parent bd6f9b0 commit 0f8d6bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.21'
15+
go-version: '1.22'
1616
- name: Run Gosec Security Scanner
1717
uses: securego/gosec@master
1818
with:

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v3
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.21'
28+
go-version: '1.22'
2929
cache: true
3030
- uses: sigstore/[email protected] # installs cosign
3131
# - uses: anchore/sbom-action/[email protected] # installs syft

Diff for: charts/k8s-shredder/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ maintainers:
1212
1313
url: https://adobe.com
1414

15-
version: 0.0.2
16-
appVersion: v0.2.0
15+
version: 0.1.0
16+
appVersion: v0.2.1

0 commit comments

Comments
 (0)