Skip to content

Commit

Permalink
fix(customer-center): build args were not passed to docker build
Browse files Browse the repository at this point in the history
this caused it to use http://localhost:8000 for the API
  • Loading branch information
c0rydoras committed Dec 11, 2024
1 parent d57d03d commit 3090bd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions charts/customer-center/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/customer-center/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3090bd4

Please sign in to comment.