Skip to content

Commit

Permalink
Merge pull request #203 from weaveworks/reloader-profile
Browse files Browse the repository at this point in the history
Initial version of reloader profile
  • Loading branch information
Darryl Weaver authored Dec 8, 2022
2 parents d913f39 + b9ed5b0 commit 7409ecf
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/reloader/.helmignore
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/
38 changes: 38 additions & 0 deletions charts/reloader/Chart.yaml
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"
2 changes: 2 additions & 0 deletions charts/reloader/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reloader:
readOnlyRootFileSystem: true

0 comments on commit 7409ecf

Please sign in to comment.