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