Skip to content

Commit

Permalink
feat: update helm chart (#2)
Browse files Browse the repository at this point in the history
* feat: update helm chart

* feat: update lock file
  • Loading branch information
andrejpetras authored Dec 21, 2023
1 parent 8347a55 commit f964c98
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 31 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
tags:
- '**'
jobs:
helm:
uses: onecx/ci-common/.github/workflows/helm-release.yml@v1
secrets: inherit
changelog:
uses: onecx/ci-common/.github/workflows/generate-changelog.yml@v1
needs: helm
release:
uses: onecx/ci-product/.github/workflows/build-release.yml@v1
secrets: inherit
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build helm chart

on:
push:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths:
- 'helm/**'

jobs:
helm:
uses: onecx/ci-product/.github/workflows/build.yml@v1
secrets: inherit

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
types: [helm-update-deps]

jobs:
release:
uses: onecx/ci-common/.github/workflows/helm-update-deps.yml@v1
update:
uses: onecx/ci-product/.github/workflows/helm-update-deps.yml@v1
secrets: inherit
19 changes: 0 additions & 19 deletions .github/workflows/product-helm-build.yml

This file was deleted.

9 changes: 6 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dependencies:
- name: helm-product
repository: oci://ghcr.io/onecx/charts
version: 0.0.0
- name: onecx-announcement-svc
repository: oci://ghcr.io/onecx/charts
version: 0.0.0-rc.3
digest: sha256:d0594bf62c2df28d60d2c3b42247052deeeceb8e7de5f6becb584d4b8a9ebaf8
generated: "2023-12-13T19:16:56.560103043+01:00"
version: 0.0.0-rc.4
digest: sha256:81fe060e8647dc6f9d4de1f43cd175bb1bfc90c6127b02acd6a773b060ccd909
generated: "2023-12-21T16:58:47.445515087+01:00"
4 changes: 4 additions & 0 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: onecx-announcement
version: 0.0.0
appversion: 0.0.0
dependencies:
- name: helm-product
version: ^0
repository: oci://ghcr.io/onecx/charts
alias: product
- name: onecx-announcement-svc
version: "*-0"
repository: oci://ghcr.io/onecx/charts
Expand Down
11 changes: 10 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
deployment:
svc: true
svc: true

product:
info:
data:
description: "Announcement"
imageUrl: ""
iconName: "bullhorn"
dispalyName: "Onecx announcement"
basePath: "/announcement"

0 comments on commit f964c98

Please sign in to comment.