-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from weaveworks/reloader-profile
Initial version of reloader profile
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 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,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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,38 @@ | ||
apiVersion: v2 | ||
name: reloader | ||
icon: https://raw.githubusercontent.com/stakater/Reloader/master/assets/web/reloader-round-100px.png | ||
description: A Weaveworks Helm chart for the Reloader profile | ||
type: application | ||
version: 0.0.1 | ||
dependencies: | ||
- name: reloader | ||
version: "v0.0.126" | ||
repository: "https://stakater.github.io/stakater-charts" | ||
kubeVersion: ">=1.16.0-0" | ||
home: https://github.com/weaveworks/profiles-catalog | ||
sources: | ||
- https://stakater.github.io/stakater-charts | ||
|
||
keywords: | ||
- reloader | ||
- stakater | ||
- configmap | ||
- secret | ||
|
||
maintainers: | ||
- name: Weaveworks | ||
email: support@weave.works | ||
|
||
annotations: | ||
"weave.works/profile": reloader | ||
"weave.works/category": Deployment | ||
"weave.works/layer": layer-2 | ||
"weave.works/operator": "true" | ||
"weave.works/links": | | ||
- name: Chart Sources | ||
url: https://stakater.github.io/stakater-charts | ||
- name: Upstream Project | ||
url: https://github.com/stakater/Reloader | ||
"weave.works/profile-ci": | | ||
- "gke" | ||
- "kind" |
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 @@ | ||
reloader: | ||
readOnlyRootFileSystem: true |