mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 20:41:26 +00:00
@@ -28,7 +28,6 @@ metadata:
|
||||
name: cozystack-extra
|
||||
namespace: cozy-public
|
||||
labels:
|
||||
cozystack.io/ui: "true"
|
||||
cozystack.io/repository: extra
|
||||
spec:
|
||||
interval: 5m0s
|
||||
|
||||
@@ -11,7 +11,7 @@ repo:
|
||||
rm -rf "$(TMP)"
|
||||
|
||||
fix-chartnames:
|
||||
find . -name Chart.yaml -maxdepth 2 | awk -F/ '{print $$2}' | while read i; do sed -i "s/^name: .*/name: cozy-$$i/" "$$i/Chart.yaml"; done
|
||||
find . -name Chart.yaml -maxdepth 2 | awk -F/ '{print $$2}' | while read i; do sed -i "s/^name: .*/name: $$i/" "$$i/Chart.yaml"; done
|
||||
|
||||
gen-versions-map: fix-chartnames
|
||||
../../hack/gen_versions_map.sh
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: cozy-addresses
|
||||
version: 1.0.0
|
||||
@@ -1,22 +0,0 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: {{ .Release.Namespace }}
|
||||
namespace: cozy-metallb
|
||||
spec:
|
||||
autoAssign: false
|
||||
addresses:
|
||||
{{- range .Values.pools }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: {{ .Release.Namespace }}
|
||||
namespace: cozy-metallb
|
||||
spec:
|
||||
ipAddressPools:
|
||||
{{- range .Values.pools }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
@@ -1,7 +0,0 @@
|
||||
# Specify IP address pools for use by other applicaions:
|
||||
#
|
||||
# pools:
|
||||
# - 192.168.101.200-192.168.101.250
|
||||
# - 192.168.102.0/24
|
||||
|
||||
pools: []
|
||||
@@ -1,2 +1,6 @@
|
||||
name: cozy-etcd
|
||||
apiVersion: v2
|
||||
name: etcd
|
||||
description: Persistent storage for Kubernetes clusters
|
||||
icon: https://www.svgrepo.com/show/353714/etcd.svg
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
name: cozy-grafana-oncall
|
||||
name: grafana-oncall
|
||||
version: 0.1.0
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
name: cozy-ingress
|
||||
apiVersion: v2
|
||||
name: ingress
|
||||
description: NGINX Ingress Controller
|
||||
icon: https://docs.nginx.com/nginx-ingress-controller/images/icons/NGINX-Ingress-Controller-product-icon.svg
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: cozy-monitoring
|
||||
name: monitoring
|
||||
description: Monitoring and observability stack
|
||||
icon: https://www.svgrepo.com/download/184787/analytics-laptop.svg
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 1.0.0
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
cozy-addresses 1.0.0 HEAD
|
||||
cozy-etcd 1.0.0 HEAD
|
||||
cozy-grafana-oncall 0.1.0 HEAD
|
||||
cozy-ingress 1.0.0 HEAD
|
||||
cozy-monitoring 0.1.0 HEAD
|
||||
etcd 1.0.0 HEAD
|
||||
grafana-oncall 0.1.0 HEAD
|
||||
ingress 1.0.0 HEAD
|
||||
monitoring 1.0.0 HEAD
|
||||
|
||||
Reference in New Issue
Block a user