Added piper

This commit is contained in:
GeorgeRaven
2025-03-26 23:17:03 +00:00
parent 49c4d2b21d
commit deb7d75333
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: piper
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: ''
namespace: piper
server: 'https://kubernetes.default.svc'
source:
path: charts/piper
repoURL: {{ .Values.global.repo }}
targetRevision: {{ .Values.environment.revision }}
#helm:
# values: |
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true

23
charts/piper/.helmignore Normal file
View File

@@ -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/

11
charts/piper/Chart.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v2
name: piper
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.16.0"
dependencies:
- name: piper
version: 0.1.0
repository: "oci://registry.gitlab.com/georgeraven/raven-helm-charts"

18
charts/piper/README.md Normal file
View File

@@ -0,0 +1,18 @@
# piper
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| oci://registry.gitlab.com/georgeraven/raven-helm-charts | piper | 0.1.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| piper | object | `{}` | |

1
charts/piper/values.yaml Normal file
View File

@@ -0,0 +1 @@
piper: {}