now perhaps?

This commit is contained in:
2024-03-26 11:16:33 +01:00
parent 588bf774f9
commit f4b99ca037
6 changed files with 87 additions and 29 deletions

View File

@@ -37,4 +37,4 @@ resources:
- rss/
- syncthing/
- whoami/
- todos/application.yaml
- todos/

View File

@@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: todos-application
namespace: argocd
spec:
project: apps
@@ -16,16 +15,17 @@ spec:
sources:
- repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: apps/todos
# path: apps/todos
ref: values
- repoURL: oci://kolaente.dev/vikunja
- repoURL: kolaente.dev/vikunja
path: vikunja
chart: vikunja
# corresponds to oci://kolaente.dev/vikunja/vikunja
targetRevision: 0.4.3
helm:
valuesFiles:
- $values/values.yaml
releaseName: todos
valueFiles:
- $values/apps/todos/values.yaml
# creates the namespace etc.
- repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- repo.yaml

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
labels:
argocd.argoproj.io/secret-type: repository
name: kolaente-helm-oci
stringData:
url: kolaente.dev/vikunja
name: vikunja
type: helm
enableOCI: "true"