Skip to content

Commit d8d1b17

Browse files
committed
fix(customer-center): build args were not passed to docker build
this caused it to use http://localhost:8000 for the API
1 parent d57d03d commit d8d1b17

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/customer-center/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: customer-center
33
description: Chart for Customer-Center application
44
type: application
5-
version: 0.2.32
6-
appVersion: 3.3.3
5+
version: 0.2.33
6+
appVersion: 3.3.4
77
keywords:
88
- customer-center
99
home: https://github.com/adfinis/customer-center
@@ -17,12 +17,12 @@ maintainers:
1717
annotations:
1818
artifacthub.io/changes: |
1919
- kind: changed
20-
description: "fixed admin group name"
20+
description: "fixed build args not being passed to docker build"
2121
links:
2222
- name: GitHub Commit
23-
url: https://github.com/adfinis/customer-center/commit/0f9d76b7d2bed0d1247dfbc2c32f4d6fad76ebe9
23+
url: https://github.com/adfinis/customer-center/commit/2862c9d646fd1e604f1d17476dfe2b77f66ee425
2424
- kind: changed
25-
description: "bump appVersion to 3.3.3"
25+
description: "bump appVersion to 3.3.4"
2626
links:
2727
- name: GitHub Release
28-
url: https://github.com/adfinis/customer-center/releases/tag/v3.3.3
28+
url: https://github.com/adfinis/customer-center/releases/tag/v3.3.4

charts/customer-center/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)