Skip to content

Commit

Permalink
Bump chart version (#93)
Browse files Browse the repository at this point in the history
* Bump chart version

* Bump gh workflows too
  • Loading branch information
adriananeci authored Aug 23, 2023
1 parent 99b2159 commit 9b49195
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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@v4
with:
go-version: '1.20'
go-version: '1.21'
- 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@v2
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: true
- uses: sigstore/cosign-installer@v3.1.1 # 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.1
appVersion: v0.1.8
version: 0.0.2
appVersion: v0.2.0
2 changes: 1 addition & 1 deletion charts/k8s-shredder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-shredder

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.7](https://img.shields.io/badge/AppVersion-v0.1.7-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)

K8s-shredder introduces the concept of parked nodes which aims to address some critical aspects on a Kubernetes cluster while rotating the worker nodes during a cluster upgrade.

Expand Down

0 comments on commit 9b49195

Please sign in to comment.