Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/moving-local-setup
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 6, 2024
2 parents 847a2c7 + a889050 commit 6718844
Show file tree
Hide file tree
Showing 63 changed files with 74 additions and 137 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Verify Helm Docs up-to-date
name: Check if helm-docs are up-to-date
on:
push:
branches:
- main
- pull_request
- push

jobs:
generate:

check-helm-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -14,10 +14,7 @@ jobs:
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
fail-on-diff: false
fail-on-diff: true
chart-search-root: charts/
template-files: README.md.gotmpl
git-push: true
git-push-user-name: "openmfp-technical-user"
git-push-user-email: "openmfp@gmail.com"
git-commit-message: "chore: update Helm documentation"
git-push: false
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
vars:
LOCAL_BIN: bin
CHARTS:
sh: "printf '%s,%s' $(ls -d charts/*/ | paste -sd ',' -) 'charts/common/test-chart'"
sh: "printf '%s' $(ls -d charts/*/ | paste -sd ',' -)"
CHANGED_CHARTS:
sh: "git status --porcelain | grep '^ M charts/' | cut -d'/' -f2 | sort -u | sed 's|^|charts/|' | paste -sd ',' -"
tasks:
Expand Down Expand Up @@ -55,4 +55,4 @@ tasks:
deps:
- task: setup:helm-docs
cmds:
- "{{.LOCAL_BIN}}/helm-docs --chart-search-root charts/ --template-files=README.md.gotmpl"
- "{{.LOCAL_BIN}}/helm-docs --chart-search-root charts/ --template-files=README.md.gotmpl --skip-version-footer=false"
1 change: 0 additions & 1 deletion charts/account-operator-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ Example
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kcp.enabled | bool | `false` | Enable KCP |

2 changes: 0 additions & 2 deletions charts/account-operator-crds/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
8 changes: 4 additions & 4 deletions charts/account-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: account-operator-crds
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.6
version: 0.1.7
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.5
digest: sha256:906c653c1bbf56adabd5ef2154f13e02dc698affbbb4e1e6c849a36fa6e0a714
generated: "2024-12-04T16:19:50.856906714+02:00"
version: 0.1.6
digest: sha256:9338a26317056e9080ca88c8dfaadbc90b35b53928925fa3bb3648ff859e2e1b
generated: "2024-12-05T13:00:14.092023406Z"
6 changes: 3 additions & 3 deletions charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.5.1
version: 0.5.3
appVersion: "0.111.0"
dependencies:
- name: account-operator-crds
version: 0.1.6
version: 0.1.7
condition: crds.enabled
repository: oci://ghcr.io/openmfp/helm-charts
- name: common
version: 0.1.5
version: 0.1.6
repository: oci://ghcr.io/openmfp/helm-charts
7 changes: 3 additions & 4 deletions charts/account-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Kubernetes

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.111.0](https://img.shields.io/badge/AppVersion-0.111.0-informational?style=flat-square)
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.111.0](https://img.shields.io/badge/AppVersion-0.111.0-informational?style=flat-square)

## Additional Information

Expand All @@ -12,8 +12,8 @@ The `common` chart is a library of common resources that are shared across all o

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | account-operator-crds | 0.1.6 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.5 |
| oci://ghcr.io/openmfp/helm-charts | account-operator-crds | 0.1.7 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.6 |

## Values

Expand Down Expand Up @@ -58,4 +58,3 @@ Example
| subroutines.namespace.enabled | bool | `true` | Enable namespace subroutines |
| webhooks.certDir | string | `"/certs"` | The directory for webhook certificates |
| webhooks.enabled | bool | `false` | Enable webhooks |

2 changes: 0 additions & 2 deletions charts/account-operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
Binary file not shown.
Binary file not shown.
Binary file removed charts/account-operator/charts/common-0.1.5.tgz
Binary file not shown.
Binary file added charts/account-operator/charts/common-0.1.6.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ Example
| defaults.securityContext.fsGroup | int | `2000` | fsGroup id to run the container |
| defaults.securityContext.runAsGroup | int | `3000` | group id to run the container |
| defaults.securityContext.runAsUser | int | `1000` | user id to run the container |

2 changes: 0 additions & 2 deletions charts/common/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
6 changes: 3 additions & 3 deletions charts/example-content/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.5
digest: sha256:bd35b46dc5ab1c0af864e9e8a6ce2fdba5055019fc3f337841c7e54d00a6a5cd
generated: "2024-12-04T16:19:58.461614709+02:00"
version: 0.1.6
digest: sha256:f851502ab85158c211c1c3dd4ea2643b981dac1b8db878d76df3ab012402c18d
generated: "2024-12-05T13:00:26.922154489Z"
4 changes: 2 additions & 2 deletions charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
appVersion: "0.126.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.110.10
version: 0.110.11
dependencies:
- name: common
version: 0.1.5
version: 0.1.6
repository: oci://ghcr.io/openmfp/helm-charts
5 changes: 2 additions & 3 deletions charts/example-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm Chart for the openmfp Portal

![Version: 0.110.10](https://img.shields.io/badge/Version-0.110.10-informational?style=flat-square) ![AppVersion: 0.126.0](https://img.shields.io/badge/AppVersion-0.126.0-informational?style=flat-square)
![Version: 0.110.11](https://img.shields.io/badge/Version-0.110.11-informational?style=flat-square) ![AppVersion: 0.126.0](https://img.shields.io/badge/AppVersion-0.126.0-informational?style=flat-square)

## Additional Information

Expand All @@ -12,7 +12,7 @@ The `common` chart is a library of common resources that are shared across all o

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.5 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.6 |

## Values

Expand All @@ -39,4 +39,3 @@ Example
| istio.virtualService.hosts[0] | string | `"your-host.com"` | |
| istio.virtualService.matchers[0].match[0].uri.exact | string | `"/ui/example-content"` | |
| istio.virtualService.matchers[0].match[1].uri.prefix | string | `"/ui/example-content/"` | |

2 changes: 0 additions & 2 deletions charts/example-content/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
Binary file removed charts/example-content/charts/common-0.1.5.tgz
Binary file not shown.
Binary file added charts/example-content/charts/common-0.1.6.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion charts/extension-manager-operator-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ Example

| Key | Type | Default | Description |
|-----|------|---------|-------------|

2 changes: 0 additions & 2 deletions charts/extension-manager-operator-crds/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
8 changes: 4 additions & 4 deletions charts/extension-manager-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: extension-manager-operator-crds
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.3
version: 0.1.4
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.5
digest: sha256:2688423cd8e784a91db8fe3503866ca5284da8c8aa1596dbf43f3786bc2f9404
generated: "2024-12-04T16:44:54.438153194+02:00"
version: 0.1.6
digest: sha256:96d3a14ab511dda0378a4827ac32a243947a000c8ec2c0646d270b447bcb7eb8
generated: "2024-12-05T13:37:48.274948327Z"
6 changes: 3 additions & 3 deletions charts/extension-manager-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: extension-manager-operator
description: A Helm chart for extension-manager-operator
type: application
version: 0.22.37
version: 0.22.39
appVersion: "0.77.0"
dependencies:
- name: extension-manager-operator-crds
version: 0.1.3
version: 0.1.4
condition: crds.enabled
repository: oci://ghcr.io/openmfp/helm-charts
- name: common
version: 0.1.5
version: 0.1.6
repository: oci://ghcr.io/openmfp/helm-charts
7 changes: 3 additions & 4 deletions charts/extension-manager-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for extension-manager-operator

![Version: 0.22.37](https://img.shields.io/badge/Version-0.22.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.77.0](https://img.shields.io/badge/AppVersion-0.77.0-informational?style=flat-square)
![Version: 0.22.39](https://img.shields.io/badge/Version-0.22.39-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.77.0](https://img.shields.io/badge/AppVersion-0.77.0-informational?style=flat-square)

## Additional Information

Expand All @@ -12,8 +12,8 @@ The `common` chart is a library of common resources that are shared across all o

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.5 |
| oci://ghcr.io/openmfp/helm-charts | extension-manager-operator-crds | 0.1.3 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.6 |
| oci://ghcr.io/openmfp/helm-charts | extension-manager-operator-crds | 0.1.4 |

## Values

Expand All @@ -40,4 +40,3 @@ Example
| crds.enabled | bool | `true` | |
| image.name | string | `"ghcr.io/openmfp/extension-content-operator"` | |
| image.tag | string | `"0.16.0"` | |

2 changes: 0 additions & 2 deletions charts/extension-manager-operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/infra/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.5
digest: sha256:bd35b46dc5ab1c0af864e9e8a6ce2fdba5055019fc3f337841c7e54d00a6a5cd
generated: "2024-12-04T16:20:09.59362191+02:00"
version: 0.1.6
digest: sha256:f851502ab85158c211c1c3dd4ea2643b981dac1b8db878d76df3ab012402c18d
generated: "2024-12-05T13:00:54.526590236Z"
4 changes: 2 additions & 2 deletions charts/infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: infra
description: A Helm chart for Kubernetes
type: application
version: 0.57.3
version: 0.57.4
appVersion: "1.16.0"

dependencies:
- name: common
version: 0.1.5
version: 0.1.6
repository: oci://ghcr.io/openmfp/helm-charts
5 changes: 2 additions & 3 deletions charts/infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Kubernetes

![Version: 0.57.3](https://img.shields.io/badge/Version-0.57.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.57.4](https://img.shields.io/badge/Version-0.57.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

## Additional Information

Expand All @@ -12,7 +12,7 @@ The `common` chart is a library of common resources that are shared across all o

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.5 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.6 |

## Values

Expand Down Expand Up @@ -51,4 +51,3 @@ Example
| keycloak.enabled | bool | `false` | |
| keycloak.hosts[0] | string | `"login.microsoftonline.com"` | |
| rbac.clusterRole.enabled | bool | `false` | |

2 changes: 0 additions & 2 deletions charts/infra/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
Binary file removed charts/infra/charts/common-0.1.5.tgz
Binary file not shown.
Binary file added charts/infra/charts/common-0.1.6.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/keycloak/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 24.2.3
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.5
digest: sha256:ea5edcec405b4ad85a3925fd3644dbc6acb11836e5a8d4acdb8e57644025df01
generated: "2024-12-05T10:05:11.56095143Z"
version: 0.1.6
digest: sha256:83cfcf2c7b3fe4d64941c5f79e799d9f51a0bb766f7d4062d7e29651d6bd4b27
generated: "2024-12-05T13:01:08.029730518Z"
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.59.23
version: 0.59.24

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -29,5 +29,5 @@ dependencies:
version: 24.2.3
repository: oci://registry-1.docker.io/bitnamicharts
- name: common
version: 0.1.5
version: 0.1.6
repository: oci://ghcr.io/openmfp/helm-charts
5 changes: 2 additions & 3 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Kubernetes

![Version: 0.59.23](https://img.shields.io/badge/Version-0.59.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.59.24](https://img.shields.io/badge/Version-0.59.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

## Additional Information

Expand All @@ -12,7 +12,7 @@ The `common` chart is a library of common resources that are shared across all o

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.5 |
| oci://ghcr.io/openmfp/helm-charts | common | 0.1.6 |
| oci://registry-1.docker.io/bitnamicharts | keycloak(keycloak) | 24.2.3 |

## Values
Expand Down Expand Up @@ -56,4 +56,3 @@ Example
| keycloakConfig.url | string | `"http://keycloak-http.openmfp-system.svc.cluster.local:8080"` | url of the keycloak server |
| keycloakConfig.userRegistration.enabled | bool | `true` | toggle to enable/disable user registration |
| service | object | `{"name":"keycloak"}` | service configuration |

2 changes: 0 additions & 2 deletions charts/keycloak/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Example
```

{{ template "chart.valuesTable" . }}

{{ template "helm-docs.versionFooter" . }}
Binary file removed charts/keycloak/charts/common-0.1.5.tgz
Binary file not shown.
Binary file added charts/keycloak/charts/common-0.1.6.tgz
Binary file not shown.
9 changes: 3 additions & 6 deletions charts/openmfp-crds/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
dependencies:
- name: account-operator-crds
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.6
- name: extension-manager-operator-crds
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.1.4
digest: sha256:9ec00497f52bf8cc21deff91b2d9145e7ce3654421cc527ef980f48b23ffe5aa
generated: "2024-12-05T17:32:16.647340265+02:00"
version: 0.1.7
digest: sha256:0aca8db24d81b3cd57f37e924b21c25c122419ae599c614d8e7170de5020346b
generated: "2024-12-05T12:34:17.787957843Z"
2 changes: 1 addition & 1 deletion charts/openmfp-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appVersion: "0.0.0"

dependencies:
- name: account-operator-crds
version: 0.1.6
version: 0.1.7
repository: oci://ghcr.io/openmfp/helm-charts
condition: components.account-operator-crds.enabled
- name: extension-manager-operator-crds
Expand Down
Loading

0 comments on commit 6718844

Please sign in to comment.