From 7f2b535281b8b3367999bb8ae16ba3fdeec26f5f Mon Sep 17 00:00:00 2001 From: Keyvan Date: Thu, 8 Aug 2024 09:56:42 +0000 Subject: [PATCH] Fixed rest source backend config url --- charts/radar-rest-sources-backend/Chart.yaml | 2 +- charts/radar-rest-sources-backend/README.md | 2 +- charts/radar-rest-sources-backend/templates/configmap.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/radar-rest-sources-backend/Chart.yaml b/charts/radar-rest-sources-backend/Chart.yaml index b3a91058..d25c360d 100644 --- a/charts/radar-rest-sources-backend/Chart.yaml +++ b/charts/radar-rest-sources-backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4.4.2" description: A Helm chart for the backend application of RADAR-base Rest Sources Authorizer name: radar-rest-sources-backend -version: 1.1.4 +version: 1.1.5 icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png" sources: - https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-rest-sources-backend diff --git a/charts/radar-rest-sources-backend/README.md b/charts/radar-rest-sources-backend/README.md index 9f6fa238..de44d9fe 100644 --- a/charts/radar-rest-sources-backend/README.md +++ b/charts/radar-rest-sources-backend/README.md @@ -3,7 +3,7 @@ # radar-rest-sources-backend [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-rest-sources-backend)](https://artifacthub.io/packages/helm/radar-base/radar-rest-sources-backend) -![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.2](https://img.shields.io/badge/AppVersion-4.4.2-informational?style=flat-square) +![Version: 1.1.5](https://img.shields.io/badge/Version-1.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.2](https://img.shields.io/badge/AppVersion-4.4.2-informational?style=flat-square) A Helm chart for the backend application of RADAR-base Rest Sources Authorizer diff --git a/charts/radar-rest-sources-backend/templates/configmap.yaml b/charts/radar-rest-sources-backend/templates/configmap.yaml index 7331ce18..926c51e1 100644 --- a/charts/radar-rest-sources-backend/templates/configmap.yaml +++ b/charts/radar-rest-sources-backend/templates/configmap.yaml @@ -11,7 +11,7 @@ data: service: # Interval time in minutes for syncing projects and subjects. baseUri: http://0.0.0.0:8080/rest-sources/backend/ - advertisedBaseUri: {{ printf "%s://%s/rest-sources/backend/" $https .Values.server_name }} + advertisedBaseUri: {{ printf "%s://%s/rest-sources/backend/" $https .Values.serverName }} enableCors: true syncParticipantsIntervalMin: 2 {{- if .Values.authorizer -}}