Merge pull request #223 from aenix-io/cozy-rename

Rename system releases to have -system suffix
This commit is contained in:
Marian Koreniuk
2024-07-19 13:32:31 +02:00
committed by GitHub
5 changed files with 8 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ name: ingress
description: NGINX Ingress Controller
icon: /logos/ingress-nginx.svg
type: application
version: 1.2.0
version: 1.3.0

View File

@@ -1,7 +1,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ingress-nginx
name: ingress-nginx-system
spec:
chart:
spec:

View File

@@ -3,4 +3,4 @@ name: monitoring
description: Monitoring and observability stack
icon: /logos/monitoring.svg
type: application
version: 1.1.0
version: 1.2.0

View File

@@ -4,7 +4,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: grafana-oncall
name: grafana-oncall-system
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}

View File

@@ -4,6 +4,8 @@ etcd 2.0.1 6fc1cc7d
etcd 2.1.0 HEAD
ingress 1.0.0 f642698
ingress 1.1.0 838bee5d
ingress 1.2.0 HEAD
ingress 1.2.0 07d666c0
ingress 1.3.0 HEAD
monitoring 1.0.0 f642698
monitoring 1.1.0 HEAD
monitoring 1.1.0 15478a88
monitoring 1.2.0 HEAD