forked from helm/charts
-
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.
* Add OWNERS file in ingressmonitorcontroller Signed-off-by: faizanahmad055 <[email protected]> * Bump chart version Signed-off-by: faizanahmad055 <[email protected]>
- Loading branch information
1 parent
569394d
commit 9f1cf24
Showing
3 changed files
with
19 additions
and
1 deletion.
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,2 @@ | ||
# OWNERS file for Kubernetes | ||
OWNERS |
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,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: ingressmonitorcontroller | ||
version: 1.0.47 | ||
version: 1.0.48 | ||
appVersion: 1.0.47 | ||
description: IngressMonitorController chart that runs on kubernetes | ||
keywords: | ||
|
@@ -21,3 +21,5 @@ maintainers: | |
email: [email protected] | ||
- name: ahmadiq | ||
email: [email protected] | ||
- name: ahsan-storm | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
approvers: | ||
- faizanahmad055 | ||
- kahootali | ||
- ahmadiq | ||
- waseem-h | ||
- rasheedamir | ||
- ahsan-storm | ||
reviewers: | ||
- faizanahmad055 | ||
- kahootali | ||
- ahmadiq | ||
- waseem-h | ||
- rasheedamir | ||
- ahsan-storm |