From b403b30cc8b2f573050785a91d96a82bbb391ec5 Mon Sep 17 00:00:00 2001
From: "Danylo Vanin (EPAM)" <danylo_vanin@epam.com>
Date: Thu, 7 Jul 2022 14:53:12 +0000
Subject: [PATCH] [GONRG-5314] Fxied helm typo

---
 NOTICE                                        | 6 +++++-
 devops/gcp/configmap/templates/configmap.yaml | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index f4ee8f4e2..98b4782bc 100644
--- a/NOTICE
+++ b/NOTICE
@@ -344,6 +344,7 @@ The following software have components provided under the terms of this license:
 - springfox-swagger-ui (from https://github.com/springfox/springfox)
 - springfox-swagger2 (from https://github.com/springfox/springfox)
 - swagger-annotations (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-annotations, https://repo1.maven.org/maven2/io/swagger/swagger-annotations)
+- swagger-core (from https://repo1.maven.org/maven2/io/swagger/swagger-core)
 - swagger-jaxrs (from https://repo1.maven.org/maven2/io/swagger/swagger-jaxrs)
 - swagger-models (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models)
 - tomcat-embed-core (from http://tomcat.apache.org/)
@@ -360,6 +361,7 @@ The following software have components provided under the terms of this license:
 - GAX (Google Api eXtensions) (from https://github.com/googleapis, https://github.com/googleapis/gax-java)
 - Hamcrest (from http://hamcrest.org/JavaHamcrest/)
 - Hamcrest Core (from http://hamcrest.org/, http://hamcrest.org/JavaHamcrest/, https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core)
+- Hamcrest Library (from http://hamcrest.org/JavaHamcrest/)
 - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/)
 - Jodd BeanUtil (from http://jodd.org)
 - Jodd Core (from http://jodd.org)
@@ -563,7 +565,7 @@ The following software have components provided under the terms of this license:
 - Java Architecture for XML Binding (from http://jaxb.java.net/, https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api)
 - Java Servlet 4.0 API
 - Java(TM) API for WebSocket (from https://repo1.maven.org/maven2/org/jboss/spec/javax/websocket/jboss-websocket-api_1.1_spec)
-- JavaBeans Activation Framework
+- JavaBeans Activation Framework (from https://repo1.maven.org/maven2/com/sun/activation/javax.activation)
 - RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com)
 - javax.annotation-api (from http://jcp.org/en/jsr/detail?id=250)
 - tomcat-embed-core (from http://tomcat.apache.org/)
@@ -671,6 +673,8 @@ LGPL-3.0-only
 ========================================================================
 The following software have components provided under the terms of this license:
 
+- Logback Classic Module (from http://logback.qos.ch, https://repo1.maven.org/maven2/ch/qos/logback/logback-classic)
+- Logback Core Module (from http://logback.qos.ch, https://repo1.maven.org/maven2/ch/qos/logback/logback-core)
 - RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com)
 
 ========================================================================
diff --git a/devops/gcp/configmap/templates/configmap.yaml b/devops/gcp/configmap/templates/configmap.yaml
index 237389ec3..7ec041dc5 100644
--- a/devops/gcp/configmap/templates/configmap.yaml
+++ b/devops/gcp/configmap/templates/configmap.yaml
@@ -11,6 +11,6 @@ data:
   ENTITLEMENTS_HOST: "{{ .Values.data.entitlementsHost }}"
   REGISTER_HOST: "{{ .Values.data.registerHost }}"
   PARTITION_HOST: "{{ .Values.data.partitionHost }}"
-  {{- if not $.Values.conf.onPremEnabled }}
+  {{- if not .Values.conf.onPremEnabled }}
   GOOGLE_AUDIENCES: "{{ .Values.data.googleAudiences }}"
   {{- end }}
-- 
GitLab