Skip to content

Commit

Permalink
chore(main): [bot] release teuto-portal-k8s-worker:3.2.0 (#1325)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.2.0](teuto-portal-k8s-worker-v3.1.2...teuto-portal-k8s-worker-v3.2.0)
(2025-02-05)


### Features

* **teuto-portal-k8s-worker:** update image
([#1324](#1324))
([7298742](7298742))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
teutonet-bot and github-actions[bot] authored Feb 5, 2025
1 parent 3beea50 commit 2377d41
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
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":"7.1.1","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.3","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.2.4","charts/teuto-cnpg":"1.0.0"}
{"charts/base-cluster":"7.1.1","charts/teuto-portal-k8s-worker":"3.2.0","charts/t8s-cluster":"9.0.3","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.2.4","charts/teuto-cnpg":"1.0.0"}
7 changes: 7 additions & 0 deletions charts/teuto-portal-k8s-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.0](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-v3.1.2...teuto-portal-k8s-worker-v3.2.0) (2025-02-05)


### Features

* **teuto-portal-k8s-worker:** update image ([#1324](https://github.com/teutonet/teutonet-helm-charts/issues/1324)) ([7298742](https://github.com/teutonet/teutonet-helm-charts/commit/7298742377b12c82ab39e7bd09fa6e8c50603640))

## [3.1.2](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-v3.1.1...teuto-portal-k8s-worker-v3.1.2) (2024-09-03)


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: 3.1.2
version: 3.2.0
appVersion: 2.0.0
maintainers:
- name: cwrau
Expand All @@ -15,6 +15,9 @@ dependencies:
- name: common
version: 1.2.1
repository: oci://ghcr.io/teutonet/teutonet-helm-charts
sources:
- https://github.com/teutonet/teutonet-helm-charts/tree/teuto-portal-k8s-worker-v3.2.0/charts/teuto-portal-k8s-worker
- https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/teuto-portal-k8s-worker
annotations:
artifacthub.io/images: |
- image: registry-gitlab.teuto.net/4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker:4.0.0 # default/Deployment/teuto-portal-k8s-worker.yaml
13 changes: 9 additions & 4 deletions charts/teuto-portal-k8s-worker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# teuto-portal-k8s-worker

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

A Helm chart for deploying the portal worker application to k8s

Expand All @@ -12,11 +12,16 @@ A Helm chart for deploying the portal worker application to k8s
| marvinWolff | <[email protected]> | |
| tasches | <[email protected]> | |

## Source Code

* <https://github.com/teutonet/teutonet-helm-charts/tree/teuto-portal-k8s-worker-v3.2.0/charts/teuto-portal-k8s-worker>
* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/teuto-portal-k8s-worker>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/teutonet/teutonet-helm-charts | common | 1.1.0 |
| oci://ghcr.io/teutonet/teutonet-helm-charts | common | 1.2.1 |

## Values

Expand All @@ -40,10 +45,10 @@ A Helm chart for deploying the portal worker application to k8s
| 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 | `"3.1.0"` | |
| worker.image.tag | string | `"4.0.0"` | |
| worker.kubeconfig.secret.name | string | `""` | |
| worker.resources | object | `{}` | |
| worker.resourcesPreset | string | `"micro"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 2377d41

Please sign in to comment.