add icons

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2024-02-02 10:46:10 +01:00
parent 9bc5ab9248
commit 276341b1f9
10 changed files with 18 additions and 44 deletions

View File

@@ -28,7 +28,6 @@ metadata:
name: cozystack-extra
namespace: cozy-public
labels:
cozystack.io/ui: "true"
cozystack.io/repository: extra
spec:
interval: 5m0s

View File

@@ -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

View File

@@ -1,3 +0,0 @@
apiVersion: v2
name: cozy-addresses
version: 1.0.0

View File

@@ -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 }}

View File

@@ -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: []

View File

@@ -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

View File

@@ -1,2 +1,2 @@
name: cozy-grafana-oncall
name: grafana-oncall
version: 0.1.0

View File

@@ -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

View File

@@ -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

View File

@@ -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