File tree Expand file tree Collapse file tree 3 files changed +75
-1
lines changed Expand file tree Collapse file tree 3 files changed +75
-1
lines changed Original file line number Diff line number Diff line change 7676 type=semver,pattern=v{{version}}
7777 type=semver,pattern=v{{major}}.{{minor}}
7878 type=semver,pattern=v{{major}}
79- type=raw,value=v$ {{version}}
79+ type=raw,value=v{{version}}
8080
8181 # Build and push Docker image with Buildx (don't push on PR)
8282 # https://github.com/docker/build-push-action
Original file line number Diff line number Diff line change 1+ apiVersion : application.kubero.dev/v1alpha1
2+ kind : KuberoApp
3+ metadata :
4+ name : guitos
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " A personal budgeting app that helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures."
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/5001560"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/rare-magma/guitos"
13+ kubero.dev/template.categories : ' ["personal"]'
14+ kubero.dev/template.title : " guitos"
15+ kubero.dev/template.website : " https://guitos.app/"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : guitos
20+ deploymentstrategy : docker
21+ envVars : []
22+ extraVolumes : []
23+ cronjobs : []
24+ addons : []
25+ web :
26+ replicaCount : 1
27+ worker :
28+ replicaCount : 0
29+ image :
30+ containerPort : " 3000"
31+ pullPolicy : Always
32+ repository : ghcr.io/rare-magma/guitos
33+ tag : latest
Original file line number Diff line number Diff line change 1+ apiVersion : application.kubero.dev/v1alpha1
2+ kind : KuberoApp
3+ metadata :
4+ name : qdrant
5+ annotations :
6+ kubero.dev/template.architecture : " []"
7+ kubero.dev/template.description : " High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud"
8+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/73504361"
9+ kubero.dev/template.installation : " "
10+ kubero.dev/template.links : " []"
11+ kubero.dev/template.screenshots : " []"
12+ kubero.dev/template.source : " https://github.com/qdrant/qdrant"
13+ kubero.dev/template.categories : ' ["database"]'
14+ kubero.dev/template.title : " qdrant"
15+ kubero.dev/template.website : " https://qdrant.tech/"
16+ labels :
17+ manager : kubero
18+ spec :
19+ name : qdrant
20+ deploymentstrategy : docker
21+ envVars : []
22+ extraVolumes :
23+ - accessMode : ReadWriteOnce
24+ accessModes :
25+ - ReadWriteOnce
26+ emptyDir : false
27+ mountPath : /qdrant/storage
28+ name : qdrant-volume
29+ size : 1Gi
30+ storageClass : standard
31+ cronjobs : []
32+ addons : []
33+ web :
34+ replicaCount : 1
35+ worker :
36+ replicaCount : 0
37+ image :
38+ containerPort : " 6333"
39+ pullPolicy : Always
40+ repository : qdrant/qdrant
41+ tag : latest
You can’t perform that action at this time.
0 commit comments