diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 352c7bf57..763d10ab4 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -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 @@ -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" \ No newline at end of file + git-push: false diff --git a/Taskfile.yaml b/Taskfile.yaml index d6d8be93f..f45e60622 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -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: @@ -55,4 +55,4 @@ tasks: deps: - task: setup:helm-docs cmds: - - "{{.LOCAL_BIN}}/helm-docs --chart-search-root charts/ --template-files=README.md.gotmpl" \ No newline at end of file + - "{{.LOCAL_BIN}}/helm-docs --chart-search-root charts/ --template-files=README.md.gotmpl --skip-version-footer=false" \ No newline at end of file diff --git a/charts/account-operator-crds/README.md b/charts/account-operator-crds/README.md index 3063ebf1b..3df7dfc05 100644 --- a/charts/account-operator-crds/README.md +++ b/charts/account-operator-crds/README.md @@ -30,4 +30,3 @@ Example | Key | Type | Default | Description | |-----|------|---------|-------------| | kcp.enabled | bool | `false` | Enable KCP | - diff --git a/charts/account-operator-crds/README.md.gotmpl b/charts/account-operator-crds/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/account-operator-crds/README.md.gotmpl +++ b/charts/account-operator-crds/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/account-operator/Chart.lock b/charts/account-operator/Chart.lock index b5ee809ee..97ee7e243 100644 --- a/charts/account-operator/Chart.lock +++ b/charts/account-operator/Chart.lock @@ -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" diff --git a/charts/account-operator/Chart.yaml b/charts/account-operator/Chart.yaml index 9b437e7d6..a60ba6ce8 100644 --- a/charts/account-operator/Chart.yaml +++ b/charts/account-operator/Chart.yaml @@ -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 diff --git a/charts/account-operator/README.md b/charts/account-operator/README.md index 5582ce0fb..6c99257c5 100644 --- a/charts/account-operator/README.md +++ b/charts/account-operator/README.md @@ -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 @@ -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 @@ -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 | - diff --git a/charts/account-operator/README.md.gotmpl b/charts/account-operator/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/account-operator/README.md.gotmpl +++ b/charts/account-operator/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/account-operator/charts/account-operator-crds-0.1.6.tgz b/charts/account-operator/charts/account-operator-crds-0.1.6.tgz deleted file mode 100644 index 0a94811ee..000000000 Binary files a/charts/account-operator/charts/account-operator-crds-0.1.6.tgz and /dev/null differ diff --git a/charts/account-operator/charts/account-operator-crds-0.1.7.tgz b/charts/account-operator/charts/account-operator-crds-0.1.7.tgz new file mode 100644 index 000000000..fc83f2401 Binary files /dev/null and b/charts/account-operator/charts/account-operator-crds-0.1.7.tgz differ diff --git a/charts/account-operator/charts/common-0.1.5.tgz b/charts/account-operator/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/account-operator/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/account-operator/charts/common-0.1.6.tgz b/charts/account-operator/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/account-operator/charts/common-0.1.6.tgz differ diff --git a/charts/common/README.md b/charts/common/README.md index 9b03c1397..a7352ec19 100644 --- a/charts/common/README.md +++ b/charts/common/README.md @@ -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 | - diff --git a/charts/common/README.md.gotmpl b/charts/common/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/common/README.md.gotmpl +++ b/charts/common/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/example-content/Chart.lock b/charts/example-content/Chart.lock index 4615eb988..fbb1a6275 100644 --- a/charts/example-content/Chart.lock +++ b/charts/example-content/Chart.lock @@ -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" diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 31a7fd090..d6443b6de 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -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 diff --git a/charts/example-content/README.md b/charts/example-content/README.md index 7cb4c197c..5dc6e7def 100644 --- a/charts/example-content/README.md +++ b/charts/example-content/README.md @@ -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 @@ -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 @@ -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/"` | | - diff --git a/charts/example-content/README.md.gotmpl b/charts/example-content/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/example-content/README.md.gotmpl +++ b/charts/example-content/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/example-content/charts/common-0.1.5.tgz b/charts/example-content/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/example-content/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/example-content/charts/common-0.1.6.tgz b/charts/example-content/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/example-content/charts/common-0.1.6.tgz differ diff --git a/charts/extension-manager-operator-crds/README.md b/charts/extension-manager-operator-crds/README.md index 7afbd3bd5..d97e50d08 100644 --- a/charts/extension-manager-operator-crds/README.md +++ b/charts/extension-manager-operator-crds/README.md @@ -29,4 +29,3 @@ Example | Key | Type | Default | Description | |-----|------|---------|-------------| - diff --git a/charts/extension-manager-operator-crds/README.md.gotmpl b/charts/extension-manager-operator-crds/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/extension-manager-operator-crds/README.md.gotmpl +++ b/charts/extension-manager-operator-crds/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/extension-manager-operator/Chart.lock b/charts/extension-manager-operator/Chart.lock index 7d242f030..8c1c9c636 100644 --- a/charts/extension-manager-operator/Chart.lock +++ b/charts/extension-manager-operator/Chart.lock @@ -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" diff --git a/charts/extension-manager-operator/Chart.yaml b/charts/extension-manager-operator/Chart.yaml index 1d1737f98..aca998aff 100644 --- a/charts/extension-manager-operator/Chart.yaml +++ b/charts/extension-manager-operator/Chart.yaml @@ -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 diff --git a/charts/extension-manager-operator/README.md b/charts/extension-manager-operator/README.md index 927d6df1e..934f35c1c 100644 --- a/charts/extension-manager-operator/README.md +++ b/charts/extension-manager-operator/README.md @@ -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 @@ -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 @@ -40,4 +40,3 @@ Example | crds.enabled | bool | `true` | | | image.name | string | `"ghcr.io/openmfp/extension-content-operator"` | | | image.tag | string | `"0.16.0"` | | - diff --git a/charts/extension-manager-operator/README.md.gotmpl b/charts/extension-manager-operator/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/extension-manager-operator/README.md.gotmpl +++ b/charts/extension-manager-operator/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/extension-manager-operator/charts/common-0.1.5.tgz b/charts/extension-manager-operator/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/extension-manager-operator/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/extension-manager-operator/charts/common-0.1.6.tgz b/charts/extension-manager-operator/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/extension-manager-operator/charts/common-0.1.6.tgz differ diff --git a/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.3.tgz b/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.3.tgz deleted file mode 100644 index 9dfa88c17..000000000 Binary files a/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.3.tgz and /dev/null differ diff --git a/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.4.tgz b/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.4.tgz new file mode 100644 index 000000000..78032154f Binary files /dev/null and b/charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.4.tgz differ diff --git a/charts/infra/Chart.lock b/charts/infra/Chart.lock index 0919a9844..d691a6f94 100644 --- a/charts/infra/Chart.lock +++ b/charts/infra/Chart.lock @@ -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" diff --git a/charts/infra/Chart.yaml b/charts/infra/Chart.yaml index 8bb6db9cc..a011a343d 100644 --- a/charts/infra/Chart.yaml +++ b/charts/infra/Chart.yaml @@ -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 diff --git a/charts/infra/README.md b/charts/infra/README.md index f3021c830..aabf43b04 100644 --- a/charts/infra/README.md +++ b/charts/infra/README.md @@ -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 @@ -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 @@ -51,4 +51,3 @@ Example | keycloak.enabled | bool | `false` | | | keycloak.hosts[0] | string | `"login.microsoftonline.com"` | | | rbac.clusterRole.enabled | bool | `false` | | - diff --git a/charts/infra/README.md.gotmpl b/charts/infra/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/infra/README.md.gotmpl +++ b/charts/infra/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/infra/charts/common-0.1.5.tgz b/charts/infra/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/infra/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/infra/charts/common-0.1.6.tgz b/charts/infra/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/infra/charts/common-0.1.6.tgz differ diff --git a/charts/keycloak/Chart.lock b/charts/keycloak/Chart.lock index 94be0c06d..75ad72091 100644 --- a/charts/keycloak/Chart.lock +++ b/charts/keycloak/Chart.lock @@ -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" diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index 53a71f1ba..cf7cde469 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -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 @@ -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 diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md index 3c791cb19..738122d14 100644 --- a/charts/keycloak/README.md +++ b/charts/keycloak/README.md @@ -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 @@ -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 @@ -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 | - diff --git a/charts/keycloak/README.md.gotmpl b/charts/keycloak/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/keycloak/README.md.gotmpl +++ b/charts/keycloak/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/keycloak/charts/common-0.1.5.tgz b/charts/keycloak/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/keycloak/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/keycloak/charts/common-0.1.6.tgz b/charts/keycloak/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/keycloak/charts/common-0.1.6.tgz differ diff --git a/charts/openmfp-crds/Chart.lock b/charts/openmfp-crds/Chart.lock index 8dfb2b4d1..5bb4b5e01 100644 --- a/charts/openmfp-crds/Chart.lock +++ b/charts/openmfp-crds/Chart.lock @@ -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" diff --git a/charts/openmfp-crds/Chart.yaml b/charts/openmfp-crds/Chart.yaml index b9f4217ed..59a780e3a 100644 --- a/charts/openmfp-crds/Chart.yaml +++ b/charts/openmfp-crds/Chart.yaml @@ -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 diff --git a/charts/openmfp-crds/README.md b/charts/openmfp-crds/README.md index a6b0d61b8..e6d8d267f 100644 --- a/charts/openmfp-crds/README.md +++ b/charts/openmfp-crds/README.md @@ -12,8 +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 | account-operator-crds | 0.1.6 | -| oci://ghcr.io/openmfp/helm-charts | extension-manager-operator-crds | 0.1.4 | +| oci://ghcr.io/openmfp/helm-charts | account-operator-crds | 0.1.7 | ## Values @@ -37,5 +36,4 @@ Example | Key | Type | Default | Description | |-----|------|---------|-------------| | account-operator-crds.enabled | bool | `true` | | -| extension-manager-operator-crds.enabled | bool | `true` | | - +| extension-content-operator-crds.enabled | bool | `true` | | diff --git a/charts/openmfp-crds/README.md.gotmpl b/charts/openmfp-crds/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/openmfp-crds/README.md.gotmpl +++ b/charts/openmfp-crds/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/openmfp-crds/charts/account-operator-crds-0.1.6.tgz b/charts/openmfp-crds/charts/account-operator-crds-0.1.6.tgz deleted file mode 100644 index 0a94811ee..000000000 Binary files a/charts/openmfp-crds/charts/account-operator-crds-0.1.6.tgz and /dev/null differ diff --git a/charts/openmfp-crds/charts/account-operator-crds-0.1.7.tgz b/charts/openmfp-crds/charts/account-operator-crds-0.1.7.tgz new file mode 100644 index 000000000..fc83f2401 Binary files /dev/null and b/charts/openmfp-crds/charts/account-operator-crds-0.1.7.tgz differ diff --git a/charts/openmfp/Chart.lock b/charts/openmfp/Chart.lock index b93f26c61..d3a22001d 100644 --- a/charts/openmfp/Chart.lock +++ b/charts/openmfp/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: example-content repository: oci://ghcr.io/openmfp/helm-charts - version: 0.110.8 + version: 0.110.10 - name: portal repository: oci://ghcr.io/openmfp/helm-charts - version: 0.69.150 -digest: sha256:c8930cac0900cc81b10c1204f9f6fade2a9e5ee87d549c0e8bd97507b80b0e0e -generated: "2024-12-04T20:45:09.715760289Z" + version: 0.69.157 +digest: sha256:85b7077a0920fe48ceeeb372b70ff6142fed484c5fc24a7fb5b575cf37d9dd61 +generated: "2024-12-06T00:45:37.256982843Z" diff --git a/charts/openmfp/Chart.yaml b/charts/openmfp/Chart.yaml index f8fc9f888..aceb5e9e0 100644 --- a/charts/openmfp/Chart.yaml +++ b/charts/openmfp/Chart.yaml @@ -2,15 +2,15 @@ apiVersion: v2 name: openmfp description: The OpenMFP chart for Kubernetes type: application -version: 0.0.46 +version: 0.0.52 appVersion: "0.0.0" dependencies: - name: example-content - version: 0.110.8 + version: 0.110.10 repository: oci://ghcr.io/openmfp/helm-charts condition: components.example-content.enabled - name: portal - version: 0.69.150 + version: 0.69.157 repository: oci://ghcr.io/openmfp/helm-charts condition: components.portal.enabled diff --git a/charts/openmfp/README.md b/charts/openmfp/README.md index 7c01aa737..b242ff841 100644 --- a/charts/openmfp/README.md +++ b/charts/openmfp/README.md @@ -2,7 +2,7 @@ The OpenMFP chart for Kubernetes -![Version: 0.0.46](https://img.shields.io/badge/Version-0.0.46-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 0.0.52](https://img.shields.io/badge/Version-0.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) ## Additional Information @@ -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 | example-content | 0.110.8 | -| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.150 | +| oci://ghcr.io/openmfp/helm-charts | example-content | 0.110.10 | +| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.157 | ## Values @@ -38,4 +38,3 @@ Example |-----|------|---------|-------------| | components.example-content.enabled | bool | `false` | | | components.portal.enabled | bool | `true` | | - diff --git a/charts/openmfp/README.md.gotmpl b/charts/openmfp/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/openmfp/README.md.gotmpl +++ b/charts/openmfp/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/openmfp/charts/example-content-0.110.10.tgz b/charts/openmfp/charts/example-content-0.110.10.tgz new file mode 100644 index 000000000..9133a564b Binary files /dev/null and b/charts/openmfp/charts/example-content-0.110.10.tgz differ diff --git a/charts/openmfp/charts/example-content-0.110.8.tgz b/charts/openmfp/charts/example-content-0.110.8.tgz deleted file mode 100644 index 7773d8cd3..000000000 Binary files a/charts/openmfp/charts/example-content-0.110.8.tgz and /dev/null differ diff --git a/charts/openmfp/charts/portal-0.69.150.tgz b/charts/openmfp/charts/portal-0.69.150.tgz deleted file mode 100644 index b0cca370f..000000000 Binary files a/charts/openmfp/charts/portal-0.69.150.tgz and /dev/null differ diff --git a/charts/openmfp/charts/portal-0.69.157.tgz b/charts/openmfp/charts/portal-0.69.157.tgz new file mode 100644 index 000000000..5fe5f5a57 Binary files /dev/null and b/charts/openmfp/charts/portal-0.69.157.tgz differ diff --git a/charts/portal/Chart.lock b/charts/portal/Chart.lock index 0df519e16..3f57a2a64 100644 --- a/charts/portal/Chart.lock +++ b/charts/portal/Chart.lock @@ -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:35.665426931+02:00" + version: 0.1.6 +digest: sha256:f851502ab85158c211c1c3dd4ea2643b981dac1b8db878d76df3ab012402c18d +generated: "2024-12-05T13:01:22.1024803Z" diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 84f725639..57a30580d 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "0.228.0" +appVersion: "0.233.0" description: Helm Chart for the openmfp Portal name: portal -version: 0.69.152 +version: 0.69.158 dependencies: - name: common repository: oci://ghcr.io/openmfp/helm-charts - version: 0.1.5 + version: 0.1.6 diff --git a/charts/portal/README.MD b/charts/portal/README.MD deleted file mode 100644 index d82e0d065..000000000 --- a/charts/portal/README.MD +++ /dev/null @@ -1,23 +0,0 @@ -# portal - -![Version: 0.69.127](https://img.shields.io/badge/Version-0.69.127-informational?style=flat-square) ![AppVersion: 0.204.0](https://img.shields.io/badge/AppVersion-0.204.0-informational?style=flat-square) - -Helm Chart for the openmfp Portal - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| file://../common | common | 0.1.5 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| featureToggles | string | `"enableSessionAutoRefresh=true"` | | -| http.protocol | string | `"https"` | | -| image.name | string | `"ghcr.io/openmfp/portal"` | | -| image.pullPolicyOverride | string | `"IfNotPresent"` | | -| importContent | bool | `true` | | -| validWebcomponentUrls | string | `".?"` | | - diff --git a/charts/portal/README.md b/charts/portal/README.md index a8c13e14c..ce5a86844 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -2,7 +2,7 @@ Helm Chart for the openmfp Portal -![Version: 0.69.152](https://img.shields.io/badge/Version-0.69.152-informational?style=flat-square) ![AppVersion: 0.228.0](https://img.shields.io/badge/AppVersion-0.228.0-informational?style=flat-square) +![Version: 0.69.158](https://img.shields.io/badge/Version-0.69.158-informational?style=flat-square) ![AppVersion: 0.233.0](https://img.shields.io/badge/AppVersion-0.233.0-informational?style=flat-square) ## Additional Information @@ -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 @@ -41,4 +41,3 @@ Example | image.pullPolicyOverride | string | `"IfNotPresent"` | | | importContent | bool | `true` | | | validWebcomponentUrls | string | `".?"` | | - diff --git a/charts/portal/README.md.gotmpl b/charts/portal/README.md.gotmpl index 94146d84e..4afb525d8 100644 --- a/charts/portal/README.md.gotmpl +++ b/charts/portal/README.md.gotmpl @@ -29,5 +29,3 @@ Example ``` {{ template "chart.valuesTable" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/portal/charts/common-0.1.5.tgz b/charts/portal/charts/common-0.1.5.tgz deleted file mode 100644 index 706e7e231..000000000 Binary files a/charts/portal/charts/common-0.1.5.tgz and /dev/null differ diff --git a/charts/portal/charts/common-0.1.6.tgz b/charts/portal/charts/common-0.1.6.tgz new file mode 100644 index 000000000..08c43fe61 Binary files /dev/null and b/charts/portal/charts/common-0.1.6.tgz differ