Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

uses helm with raw yaml to deploy #5

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions charts/library/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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/

# Default Chart Repository Execludes
.chart-config
.kube-linter.yaml
README.md.gotmpl
28 changes: 28 additions & 0 deletions charts/library/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: v2
name: library
description: Buttahtoast Helm Library
type: library
version: 3.0.0-rc.3
appVersion: 0.1.0
home: https://github.com/buttahtoast/helm-charts/tree/master/charts/library
icon: "https://avatars0.githubusercontent.com/u/67652090?s=400&u=874d1c989b0afc2789865be01051f0bbfc84ae32&v=4"
keywords:
- library
- sprig
maintainers:
- name: oliverbaehler
email: [email protected]
- name: chifu1234
email: [email protected]
sources:
- https://github.com/buttahtoast/helm-charts/tree/master/charts/library
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- "[Added]: Added function `lib.utils.dicts.merge`"
- "[Changed]: Timezone Value is now looked up via `$.Values.global.timezone`, was `$.Values.timezone` (Breaking)"
- "[Changed]: Proxy Values are now looked up via `$.Values.global.proxy.*`, was `$.Values.proxy.*` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.imagePullPolicy` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.storageClass` (Breaking)"
- "[Removed]: Removed template `lib.utils.globals.image` (Breaking)"
artifacthub.io/prerelease: "true"
Loading