Skip to content

Commit

Permalink
Change the reflector condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Oct 15, 2024
1 parent 4d318c8 commit 97e410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gnmic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gnmic-cluster
description: This chart deploys a gNMIc cluster. This application enables users to stream telemetry from gNMI capable routers.
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v0.38.3"
home: https://workfloworchestrator/gnmic-cluster-chart
maintainers:
Expand All @@ -19,4 +19,4 @@ dependencies:
- name: reflector
version: 7.1.288
repository: "https://emberstack.github.io/helm-charts"
condition: kafka.enabled
condition: reflector.enabled,kafka.enabled

0 comments on commit 97e410f

Please sign in to comment.