-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Helm Chart and adding custom namespace (#985)
* initial changes for vnet rule operator * added mysql docs * remaining changes, added tests + controller logic * minor cleanup * fixed test * updated SKU type * updating helm chart * custom namespace changes * merged custom namespace changes * removing unrelated change * updated chart version + deps Co-authored-by: William Mortl <[email protected]> Co-authored-by: Erin Corson <[email protected]> Co-authored-by: Janani Vasudevan <[email protected]>
- Loading branch information
1 parent
647dd4a
commit c003029
Showing
11 changed files
with
56 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
Binary file not shown.
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,4 +1,4 @@ | ||
apiVersion: v1 | ||
apiVersion: v2 | ||
name: azure-service-operator | ||
version: 0.1.0 | ||
appVersion: 0.1.0 | ||
|
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
Binary file not shown.
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,6 @@ | ||
dependencies: | ||
- name: aad-pod-identity | ||
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts | ||
version: 1.5.5 | ||
digest: sha256:db38bea05230aea212e9ab0f056a1defa73d540bbff2962e807b2fd860dddf3d | ||
generated: "2020-04-22T10:23:15.164357-07:00" |
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
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,16 +1,21 @@ | ||
apiVersion: v1 | ||
entries: | ||
azure-service-operator: | ||
- apiVersion: v1 | ||
- apiVersion: v2 | ||
appVersion: 0.1.0 | ||
created: "2020-03-09T14:47:12.306231-05:00" | ||
created: "2020-04-23T11:50:42.794582-07:00" | ||
dependencies: | ||
- condition: azureUseMI | ||
name: aad-pod-identity | ||
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts | ||
version: 1.5.5 | ||
description: Deploy components and dependencies of azure-service-operator | ||
digest: 4fbc8ed33b694e9a239b4b5c3e0903a23c731f1fd2d5e8a040488f780487bf87 | ||
digest: 6aaf972ecdc1aad3c0e9b4c414d8b39cc33c40f17ef8b8985b3c8acfac80bc72 | ||
home: https://github.com/Azure/azure-service-operator | ||
name: azure-service-operator | ||
sources: | ||
- https://github.com/Azure/azure-service-operator | ||
urls: | ||
- azure-service-operator-0.1.0.tgz | ||
version: 0.1.0 | ||
generated: "2020-03-09T14:47:12.302559-05:00" | ||
generated: "2020-04-23T11:50:42.791883-07:00" |
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