From 2c8e942cbeb9397048a63ddb297775915c9da077 Mon Sep 17 00:00:00 2001 From: Fushu Wang Date: Thu, 28 Jul 2022 21:50:33 +0800 Subject: [PATCH] ci: remove value files of istio and zookeeper --- charts/sn-platform/Chart.yaml | 2 +- .../sn-platform/ci/enable-istio-values.yaml | 29 ------------------- .../ci/enable-zookeeper-backup.yaml | 24 --------------- 3 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 charts/sn-platform/ci/enable-istio-values.yaml delete mode 100644 charts/sn-platform/ci/enable-zookeeper-backup.yaml diff --git a/charts/sn-platform/Chart.yaml b/charts/sn-platform/Chart.yaml index d37f0b54e..38e5b695b 100644 --- a/charts/sn-platform/Chart.yaml +++ b/charts/sn-platform/Chart.yaml @@ -21,7 +21,7 @@ apiVersion: v1 appVersion: "2.9" description: StreamNative Platform Chart name: sn-platform -version: 1.6.0 +version: 1.6.1 home: https://streamnative.io sources: - https://github.com/streamnative/charts/tree/master/charts/sn-platform diff --git a/charts/sn-platform/ci/enable-istio-values.yaml b/charts/sn-platform/ci/enable-istio-values.yaml deleted file mode 100644 index e65f43f94..000000000 --- a/charts/sn-platform/ci/enable-istio-values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -# Based on the defult values, enable the istio -istio: - enabled: true - # istio labels used to inject sidecars if it's not `sidecar.istio.io/inject: "true"` - labels: {} - gateway: - # gateway selector if it's not `istio: ingressgateway` - selector: {} - tls: - certSecretName: istio-cert diff --git a/charts/sn-platform/ci/enable-zookeeper-backup.yaml b/charts/sn-platform/ci/enable-zookeeper-backup.yaml deleted file mode 100644 index e33d50ddb..000000000 --- a/charts/sn-platform/ci/enable-zookeeper-backup.yaml +++ /dev/null @@ -1,24 +0,0 @@ - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -zookeeper: - customTools: - backup: - enable: true \ No newline at end of file