forked from nixys/nxs-universal-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change type of
hooks
(BREAKING CHANGE)
- Loading branch information
Evgeny Tereshkov
committed
Apr 3, 2022
1 parent
86e44e4
commit 6783cb0
Showing
5 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
## 2.0.0 - April 3, 2022 | ||
|
||
* `hooks` is a map of the Helm Hooks Jobs parameters, where key is a name of job. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
description: Nixys universal Helm chart for deploy your apps to Kubernetes | ||
name: universal-chart | ||
version: 1.1.0 | ||
version: 2.0.0 | ||
maintainers: | ||
- name: Roman Andreev | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,7 +218,7 @@ pvcs: {} | |
# - ReadWriteMany | ||
# size: 8Gi | ||
|
||
hooks: [] | ||
hooks: {} | ||
|
||
cronJobs: [] | ||
#- name: generate-data | ||
|