Skip to content

Commit

Permalink
updating chart and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Mar 19, 2024
1 parent ad96d2c commit 0301839
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

# PR checklist
- [ ] Run tests locally
- [ ] Updated Chart Version
- [ ] Updated App Version
- [ ] Updated Readme
- [ ] Updated Changelog
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Deprecated

## [ 2024/03/18 - v0.1.7 ]
## [ 2024/03/19 - v0.1.7 ]

### Changed

Expand Down
4 changes: 2 additions & 2 deletions charts/dogkat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

apiVersion: v2
name: dogkat
version: 0.1.5
appVersion: 0.1.5
version: 0.1.7
appVersion: 0.1.7
type: application
maintainers:
- name: drew-viles
Expand Down
2 changes: 1 addition & 1 deletion charts/dogkat/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dogkat

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.5](https://img.shields.io/badge/AppVersion-0.1.5-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square)

End-2-End testing for GPUs and some core resources

Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
package constants

const (
Version = "v0.1.3"
Version = "v0.1.7"
ChartName = "dogkat"
ReleaseName = "dogkat-testing"
RepoURL = "https://drewbernetes.github.io/dogkat"
Expand Down

0 comments on commit 0301839

Please sign in to comment.