mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 01:57:10 +00:00
a96cef6cb5
* fix: docker.yml * feat: add helm chart config * fix: helm config * feat: add .github workflow for helm chart --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
29 lines
630 B
YAML
29 lines
630 B
YAML
apiVersion: v2
|
|
name: portabase-agent
|
|
description: Helm chart for Portabase Agent
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: "latest"
|
|
keywords:
|
|
- postgresql
|
|
- mariadb
|
|
- mongodb
|
|
- mysql
|
|
- sqlite
|
|
- backup
|
|
- database
|
|
- restore
|
|
- agent
|
|
home: https://github.com/Portabase/agent
|
|
|
|
sources:
|
|
- https://github.com/Portabase/agent
|
|
- https://github.com/Portabase/agent/tree/main/helm
|
|
|
|
maintainers:
|
|
- name: Charles Gauthereau
|
|
url: https://github.com/RambokDev
|
|
- name: Killian Larcher
|
|
url: https://github.com/KillianLarcher
|
|
|
|
icon: https://raw.githubusercontent.com/Portabase/agent/main/.github/assets/logo.png |