Skip to content

Commit

Permalink
feat: helm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenke committed Jan 12, 2024
1 parent 8b232ab commit b35146e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: onecx-announcement-bff
version: 0.0.0
appVersion: 0.0.0
Expand Down
24 changes: 18 additions & 6 deletions src/main/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
app:
image:
repository: "onecx/onecx-announcement-bff"
tag: 999-SNAPSHOT
db:
enabled: true
apiVersion: v2
name: onecx-announcement-bff
version: 0.0.0
appVersion: 0.0.0
description: Onecx announcement management bff
keywords:
- iam
- parameters
sources:
- https://github.com/onecx/onecx-announcement-bff
maintainers:
- name: Tkit Developer
email: [email protected]
dependencies:
- name: helm-quarkus-app
alias: app
version: ^0
repository: oci://ghcr.io/onecx/charts

0 comments on commit b35146e

Please sign in to comment.