add octopus

This commit is contained in:
2025-04-20 07:25:30 -05:00
parent 81fc69710b
commit fc2d721303
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: octopusdeploy
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: infra/octopusdeploy
destination:
namespace: octopusdeploy
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@@ -0,0 +1,12 @@
apiVersion: v2
name: octopusdeploy
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.16.0"
dependencies:
- name: octopus-deploy
repository: oci://ghcr.io/octopusdeploy/octopusdeploy-helm
version: 1.3.1

View File

@@ -0,0 +1,5 @@
octopusdeploy:
octopus:
acceptEula: Y
mssql:
enabled: true