From c2767cc495e213576c5344281d4dff4e661f8aea Mon Sep 17 00:00:00 2001 From: teutonet-bot <118830326+teutonet-bot@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:18:00 +0100 Subject: [PATCH 1/4] chore(main): [bot] release teuto-portal-k8s-worker:1.0.2 --- .github/release-please/manifest.json | 2 +- charts/teuto-portal-k8s-worker/CHANGELOG.md | 9 +++++++++ charts/teuto-portal-k8s-worker/Chart.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index c436ce41f..488903ebe 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{"charts/base-cluster":"4.12.0","charts/teuto-portal-k8s-worker":"1.0.1","charts/t8s-cluster":"4.1.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"} +{"charts/base-cluster":"4.12.0","charts/teuto-portal-k8s-worker":"1.0.2","charts/t8s-cluster":"4.1.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"} diff --git a/charts/teuto-portal-k8s-worker/CHANGELOG.md b/charts/teuto-portal-k8s-worker/CHANGELOG.md index f89949e7f..65f546e87 100644 --- a/charts/teuto-portal-k8s-worker/CHANGELOG.md +++ b/charts/teuto-portal-k8s-worker/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-1.0.1...teuto-portal-k8s-worker-v1.0.2) (2024-02-07) + + +### Miscellaneous Chores + +* **teuto-portal-k8s-worker/dependencies:** update helm release common to v2.13.4 ([#684](https://github.com/teutonet/teutonet-helm-charts/issues/684)) ([9b6ec99](https://github.com/teutonet/teutonet-helm-charts/commit/9b6ec996bf9ef76026841d0e25530cf81cb2472e)) +* **teuto-portal-k8s-worker/dependencies:** update helm release common to v2.14.1 ([#694](https://github.com/teutonet/teutonet-helm-charts/issues/694)) ([9b0553a](https://github.com/teutonet/teutonet-helm-charts/commit/9b0553a2b4a4969eef35907559adcbb635b96df8)) +* **teuto-portal-k8s-worker/dependencies:** update registry-gitlab.teuto.net/4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker docker tag to v1.1.0 - autoclosed ([#733](https://github.com/teutonet/teutonet-helm-charts/issues/733)) ([a63819f](https://github.com/teutonet/teutonet-helm-charts/commit/a63819f04ff26ff4ca40796c292fb9cd2b836ae2)) + ## [1.0.1](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-1.0.0...teuto-portal-k8s-worker-v1.0.1) (2023-12-12) diff --git a/charts/teuto-portal-k8s-worker/Chart.yaml b/charts/teuto-portal-k8s-worker/Chart.yaml index f19991729..a18b7dbf3 100644 --- a/charts/teuto-portal-k8s-worker/Chart.yaml +++ b/charts/teuto-portal-k8s-worker/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: teuto-portal-k8s-worker description: A Helm chart for deploying the portal worker application to k8s type: application -version: 1.0.1 +version: 1.0.2 appVersion: "1.0.0" maintainers: From 4a6e0215f3bc70401456db01fd3a5d3bfd58472a Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Wed, 7 Feb 2024 17:29:42 +0100 Subject: [PATCH 2/4] chore: add artifacthub-values chore: define registry-gitlab.teuto.net as a trusted registry --- .github/trusted_registries.yaml | 1 + .../teuto-portal-k8s-worker/ci/artifacthub-values.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 charts/teuto-portal-k8s-worker/ci/artifacthub-values.yaml diff --git a/.github/trusted_registries.yaml b/.github/trusted_registries.yaml index c25050136..d29267d75 100644 --- a/.github/trusted_registries.yaml +++ b/.github/trusted_registries.yaml @@ -36,3 +36,4 @@ registries: provider-os: ALL_IMAGES k8s.gcr.io: sig-storage: ALL_IMAGES + registry-gitlab.teuto.net: ALL_IMAGES diff --git a/charts/teuto-portal-k8s-worker/ci/artifacthub-values.yaml b/charts/teuto-portal-k8s-worker/ci/artifacthub-values.yaml new file mode 100644 index 000000000..7bfca0bb5 --- /dev/null +++ b/charts/teuto-portal-k8s-worker/ci/artifacthub-values.yaml @@ -0,0 +1,9 @@ +worker: + database: + host: test + credentials: + secret: + name: test + kubeconfig: + secret: + name: test From fc702835a8594b6f873c298587a56ae0e9d3686f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:30:55 +0000 Subject: [PATCH 3/4] chore: [bot] Update images in 'Chart.yaml' --- charts/teuto-portal-k8s-worker/Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/teuto-portal-k8s-worker/Chart.yaml b/charts/teuto-portal-k8s-worker/Chart.yaml index a18b7dbf3..7c548c1c5 100644 --- a/charts/teuto-portal-k8s-worker/Chart.yaml +++ b/charts/teuto-portal-k8s-worker/Chart.yaml @@ -17,3 +17,6 @@ dependencies: - name: common version: 2.14.1 repository: https://charts.bitnami.com/bitnami +annotations: + artifacthub.io/images: | + - image: registry-gitlab.teuto.net/4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker:1.1.0 From 842a068f4772b431eef9340e0bd3de0c994889fd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:31:00 +0000 Subject: [PATCH 4/4] chore: [bot] Update 'README.md' --- charts/teuto-portal-k8s-worker/README.md | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 charts/teuto-portal-k8s-worker/README.md diff --git a/charts/teuto-portal-k8s-worker/README.md b/charts/teuto-portal-k8s-worker/README.md new file mode 100644 index 000000000..9e23bb656 --- /dev/null +++ b/charts/teuto-portal-k8s-worker/README.md @@ -0,0 +1,50 @@ +# teuto-portal-k8s-worker + +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) + +A Helm chart for deploying the portal worker application to k8s + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| cwrau | | | +| marvinWolff | | | +| tasches | | | + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.bitnami.com/bitnami | common | 2.14.1 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| global.imagePullSecrets | list | `[]` | | +| global.podSecurityContext.allowPrivilegeEscalation | bool | `false` | | +| global.podSecurityContext.capabilities.drop[0] | string | `"ALL"` | | +| global.podSecurityContext.privileged | bool | `false` | | +| global.podSecurityContext.readOnlyRootFilesystem | bool | `true` | | +| global.podSecurityContext.runAsGroup | int | `1000` | | +| global.podSecurityContext.runAsNonRoot | bool | `true` | | +| global.podSecurityContext.runAsUser | int | `1000` | | +| global.securityContext.fsGroup | int | `1000` | | +| global.securityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | +| global.securityContext.runAsGroup | int | `1000` | | +| global.securityContext.runAsNonRoot | bool | `true` | | +| global.securityContext.runAsUser | int | `1000` | | +| worker.database.credentials.secret.name | string | `""` | | +| worker.database.host | string | `"localhost"` | | +| worker.database.port | int | `5432` | | +| worker.image.registry | string | `"registry-gitlab.teuto.net"` | | +| worker.image.repository | string | `"4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker"` | | +| worker.image.tag | string | `"1.1.0"` | | +| worker.kubeconfig.secret.name | string | `""` | | +| worker.resources.limits.cpu | string | `"500m"` | | +| worker.resources.limits.memory | string | `"1Gi"` | | +| worker.resources.requests.memory | string | `"256Mi"` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)