From d57d03dee603318fac578acfdc37730398713284 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Wed, 11 Dec 2024 14:34:11 +0100 Subject: [PATCH 1/2] fix(customer-center): fixed admin group name --- charts/customer-center/Chart.yaml | 12 ++++++------ charts/customer-center/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 580aa49a0..834c19846 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: customer-center description: Chart for Customer-Center application type: application -version: 0.2.31 -appVersion: v3.3.0 +version: 0.2.32 +appVersion: 3.3.3 keywords: - customer-center home: https://github.com/adfinis/customer-center @@ -17,12 +17,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "add config for OIDC URL" + description: "fixed admin group name" links: - name: GitHub Commit - url: https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2 + url: https://github.com/adfinis/customer-center/commit/0f9d76b7d2bed0d1247dfbc2c32f4d6fad76ebe9 - kind: changed - description: "bump appVersion to v3.3.0" + description: "bump appVersion to 3.3.3" links: - name: GitHub Release - url: https://github.com/adfinis/customer-center/releases/tag/v3.3.0 + url: https://github.com/adfinis/customer-center/releases/tag/v3.3.3 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index 358c27722..3b7ab494e 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.31](https://img.shields.io/badge/Version-0.2.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.0](https://img.shields.io/badge/AppVersion-v3.3.0-informational?style=flat-square) +![Version: 0.2.32](https://img.shields.io/badge/Version-0.2.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) Chart for Customer-Center application From d8d1b176f41bbe2d3fe72487537297bf49f5a152 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Wed, 11 Dec 2024 14:53:30 +0100 Subject: [PATCH 2/2] fix(customer-center): build args were not passed to docker build this caused it to use http://localhost:8000 for the API --- charts/customer-center/Chart.yaml | 12 ++++++------ charts/customer-center/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 834c19846..5d717f31a 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: customer-center description: Chart for Customer-Center application type: application -version: 0.2.32 -appVersion: 3.3.3 +version: 0.2.33 +appVersion: 3.3.4 keywords: - customer-center home: https://github.com/adfinis/customer-center @@ -17,12 +17,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "fixed admin group name" + description: "fixed build args not being passed to docker build" links: - name: GitHub Commit - url: https://github.com/adfinis/customer-center/commit/0f9d76b7d2bed0d1247dfbc2c32f4d6fad76ebe9 + url: https://github.com/adfinis/customer-center/commit/2862c9d646fd1e604f1d17476dfe2b77f66ee425 - kind: changed - description: "bump appVersion to 3.3.3" + description: "bump appVersion to 3.3.4" links: - name: GitHub Release - url: https://github.com/adfinis/customer-center/releases/tag/v3.3.3 + url: https://github.com/adfinis/customer-center/releases/tag/v3.3.4 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index 3b7ab494e..e93bfde2a 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.32](https://img.shields.io/badge/Version-0.2.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) +![Version: 0.2.33](https://img.shields.io/badge/Version-0.2.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.4](https://img.shields.io/badge/AppVersion-3.3.4-informational?style=flat-square) Chart for Customer-Center application