Skip to content

Commit

Permalink
Fix Renovate config, polish README and workflows (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre authored Nov 14, 2024
1 parent bd9122b commit ea62a30
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test Charts
name: Lint and Test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Release

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
sonarqube-scan:
scan:
runs-on: ubuntu-latest

steps:
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# EHRbase Helm Chart

[![Release Charts](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/release.yml/badge.svg)](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/release.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Lint and Test](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/lint-and-test.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=konateq_ehrbase-helm-chart&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=konateq_ehrbase-helm-chart)
![GitHub Release](https://img.shields.io/github/v/release/konateq/ehrbase-helm-chart)
![GitHub License](https://img.shields.io/github/license/konateq/ehrbase-helm-chart)

This repository contains a Helm chart to deploy [EHRbase](https://github.com/ehrbase/ehrbase) on a Kubernetes cluster.
This repository contains a Helm chart to deploy [EHRbase](https://github.com/ehrbase/ehrbase) on any Kubernetes cluster.

> [!IMPORTANT]
> This project is an open-source initiative and does not constitute an official product endorsed by EHRbase or
> This project is an open-source initiative and does not constitute an official product supported by EHRbase team or
> vitasystems GmbH.
> The provided code is distributed on an "AS IS" basis, without warranties of any kind, either express or implied.
## Prerequisites

Expand All @@ -23,8 +24,8 @@ To deploy EHRbase using the default configuration, run the following command:
helm install ehrbase oci://ghcr.io/konateq/charts/ehrbase --namespace ehrbase --create-namespace
```

For more information on how to use or customize this chart, please refer to the [README.md](./charts/ehrbase/README.md)
and [values.yaml](./charts/ehrbase/values.yaml) files.
For additional information on how to use and customize this chart, please refer to
this [README.md](./charts/ehrbase/README.md) and the [Wiki](https://github.com/konateq/ehrbase-helm-chart/wiki) pages.

## Contributing

Expand Down
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"customManagers:helmChartYamlAppVersions",
":labels(dependencies,{{categories}})"
"customManagers:helmChartYamlAppVersions"
],
"labels": [
"dependencies",
"{{categories}}"
]
}

0 comments on commit ea62a30

Please sign in to comment.