From 8fd65b5f589bf60c12163a141f60d3692ede0877 Mon Sep 17 00:00:00 2001 From: "Marco Maurer (-Kilchhofer)" Date: Fri, 24 May 2024 13:09:52 +0200 Subject: [PATCH] ci: Add test scenario for promtail sidecar (#21) --- charts/unifi/.helmignore | 6 +++++- charts/unifi/Chart.yaml | 2 +- charts/unifi/ci/default-values.yaml | 1 + charts/unifi/ci/promtail_sidecar-values.yaml | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 charts/unifi/ci/default-values.yaml create mode 100644 charts/unifi/ci/promtail_sidecar-values.yaml diff --git a/charts/unifi/.helmignore b/charts/unifi/.helmignore index a9fe727..71d9165 100644 --- a/charts/unifi/.helmignore +++ b/charts/unifi/.helmignore @@ -20,4 +20,8 @@ .idea/ *.tmproj # OWNERS file for Kubernetes -OWNERS \ No newline at end of file +OWNERS +# Chart testing +ci/ +# README template +*.gotmpl diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 5aea8cb..12b760e 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -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 diff --git a/charts/unifi/ci/default-values.yaml b/charts/unifi/ci/default-values.yaml new file mode 100644 index 0000000..507f1e5 --- /dev/null +++ b/charts/unifi/ci/default-values.yaml @@ -0,0 +1 @@ +# Test with default values diff --git a/charts/unifi/ci/promtail_sidecar-values.yaml b/charts/unifi/ci/promtail_sidecar-values.yaml new file mode 100644 index 0000000..580ccad --- /dev/null +++ b/charts/unifi/ci/promtail_sidecar-values.yaml @@ -0,0 +1,3 @@ +logging: + promtail: + enabled: true