From c000102bb80c02fdac11cbd5b7d7707c02750c24 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 23 Dec 2023 12:44:22 +0100 Subject: [PATCH] chore(fdb-operator) Minimize and remove older versions from the default and add v7 of the kuberenetes sidecar. Update version. --- charts/fdb-operator/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fdb-operator/Chart.yaml b/charts/fdb-operator/Chart.yaml index 14c4ac3..03f7e93 100644 --- a/charts/fdb-operator/Chart.yaml +++ b/charts/fdb-operator/Chart.yaml @@ -3,7 +3,7 @@ name: fdb-operator description: A Helm chart for foundationDB operator home: https://www.foundationdb.org/ sources: - - https://github.com/FoundationDB/fdb-kubernetes-operator/tree/master/helm/fdb-operator +- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/master/helm/fdb-operator # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -15,9 +15,9 @@ sources: type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v1.30.0 maintainers: - - name: "foundationdb-ci" +- name: "foundationdb-ci"