From: bborbely Date: Fri, 28 Jun 2019 08:27:49 +0000 (+0200) Subject: Hybrid logging correction X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=b4814388fd240c0189a9e1e789de021d93ae4ff0;p=ta%2Fcaas-install.git Hybrid logging correction Signed-off-by: bborbely Change-Id: I395288ebb592b0692579f0c214fa889edba34d49 --- diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index e90bbc1..8226574 100644 --- a/SPECS/infra-charts.spec +++ b/SPECS/infra-charts.spec @@ -15,7 +15,7 @@ %define COMPONENT infra-charts %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 9 +%define RPM_MINOR_VERSION 10 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/infra-charts/values_fluentd.yaml.j2 b/infra-charts/values_fluentd.yaml.j2 index d4e2134..a431fbc 100644 --- a/infra-charts/values_fluentd.yaml.j2 +++ b/infra-charts/values_fluentd.yaml.j2 @@ -13,7 +13,6 @@ 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. #} ---- fluentd: image_name: {{ container_image_names | select('search', '/fluentd') | list | last }} apiserver_service_name: {{ caas.apiserver_service_name }}