Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): [bot] release teuto-portal-k8s-worker:1.0.2 #699

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
1 change: 1 addition & 0 deletions .github/trusted_registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ registries:
provider-os: ALL_IMAGES
k8s.gcr.io:
sig-storage: ALL_IMAGES
registry-gitlab.teuto.net: ALL_IMAGES
9 changes: 9 additions & 0 deletions charts/teuto-portal-k8s-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
5 changes: 4 additions & 1 deletion charts/teuto-portal-k8s-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
50 changes: 50 additions & 0 deletions charts/teuto-portal-k8s-worker/README.md
Original file line number Diff line number Diff line change
@@ -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 | <cwr@teuto.net> | |
| marvinWolff | <mw@teuto.net> | |
| tasches | <st@teuto.net> | |

## 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)
9 changes: 9 additions & 0 deletions charts/teuto-portal-k8s-worker/ci/artifacthub-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
worker:
database:
host: test
credentials:
secret:
name: test
kubeconfig:
secret:
name: test