Change targetRevision to master
This commit is contained in:
parent
cd5b27b306
commit
c3df127671
@ -22,7 +22,7 @@ spec:
|
|||||||
project: observability
|
project: observability
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||||
targetRevision: main
|
targetRevision: master
|
||||||
path: charts/grafana
|
path: charts/grafana
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|||||||
@ -1,23 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: grafana-int
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: observability
|
|
||||||
source:
|
|
||||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git'
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: charts/grafana
|
|
||||||
helm:
|
|
||||||
valueFiles:
|
|
||||||
- ../../manifest/grafana/values-int.yaml
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: monitoring
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: grafana-prod
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: observability
|
|
||||||
source:
|
|
||||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git'
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: charts/grafana
|
|
||||||
helm:
|
|
||||||
valueFiles:
|
|
||||||
- ../../manifest/grafana/values-prod.yaml
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: monitoring
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# argocd-apps/prometheus.yaml
|
|
||||||
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: prometheus
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: observability
|
|
||||||
source:
|
|
||||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git'
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: charts/prometheus
|
|
||||||
helm:
|
|
||||||
valueFiles:
|
|
||||||
- ../../manifests/prometheus/values.yaml
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: monitoring
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
Loading…
x
Reference in New Issue
Block a user