Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
b403b30c
Commit
b403b30c
authored
2 years ago
by
Danylo Vanin (EPAM)
Committed by
Mikhail Piatliou (EPAM)
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[GONRG-5314] Fxied helm typo
parent
21cd7ec7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!232
Update os-core-lib-azure
,
!230
[GONRG-5314] Fxied helm typo
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+5
-1
5 additions, 1 deletion
NOTICE
devops/gcp/configmap/templates/configmap.yaml
+1
-1
1 addition, 1 deletion
devops/gcp/configmap/templates/configmap.yaml
with
6 additions
and
2 deletions
NOTICE
+
5
−
1
View file @
b403b30c
...
...
@@ -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)
========================================================================
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/configmap/templates/configmap.yaml
+
1
−
1
View file @
b403b30c
...
...
@@ -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
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment