Skip to content

Commit

Permalink
ci: Add test scenario for promtail sidecar (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed May 24, 2024
1 parent 9be3444 commit 8fd65b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion charts/unifi/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
.idea/
*.tmproj
# OWNERS file for Kubernetes
OWNERS
OWNERS
# Chart testing
ci/
# README template
*.gotmpl
2 changes: 1 addition & 1 deletion charts/unifi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appVersion: v8.1.113
kubeVersion: ">=1.18-0"
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 1.10.1
version: 1.10.2
keywords:
- ubiquiti
- unifi
Expand Down
1 change: 1 addition & 0 deletions charts/unifi/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Test with default values
3 changes: 3 additions & 0 deletions charts/unifi/ci/promtail_sidecar-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
logging:
promtail:
enabled: true

0 comments on commit 8fd65b5

Please sign in to comment.