diff --git a/.gitignore b/.gitignore index 23c1b66..93e2c2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ -*.tgz .vscode/ -!.cr-release-packages/*.tgz .DS_Store + +# Ignore all .tgz files +*.tgz + +# But don't ignore .tgz files inside .cr-release-packages +!.cr-release-packages/ +!.cr-release-packages/*.tgz +!/charts/ctrlplane/.cr-release-packages/*.tgz diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index a4b08bb..8c8d783 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 0.1.8 +version: 0.1.9 appVersion: "1.16.0" maintainers: