Skip to content

Commit 2c51302

Browse files
chore(main): [bot] release teuto-portal-k8s-worker:3.1.1 (#923)
🤖 I have created a release *beep* *boop* --- ## [3.1.1](teuto-portal-k8s-worker-v3.1.0...teuto-portal-k8s-worker-v3.1.1) (2024-05-02) ### Miscellaneous Chores * **teuto-portal-k8s-worker:** update image ([#921](#921)) ([a906482](a906482)) --- 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>
1 parent a906482 commit 2c51302

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"charts/base-cluster":"6.1.4","charts/teuto-portal-k8s-worker":"3.1.0","charts/t8s-cluster":"7.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.1.0"}
1+
{"charts/base-cluster":"6.1.4","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"7.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.1.0"}

charts/teuto-portal-k8s-worker/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-v3.1.0...teuto-portal-k8s-worker-v3.1.1) (2024-05-02)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **teuto-portal-k8s-worker:** update image ([#921](https://github.com/teutonet/teutonet-helm-charts/issues/921)) ([a906482](https://github.com/teutonet/teutonet-helm-charts/commit/a906482a6a9212c5be1fcfc9234dc36b0eeea1c2))
9+
310
## [3.1.0](https://github.com/teutonet/teutonet-helm-charts/compare/teuto-portal-k8s-worker-v3.0.0...teuto-portal-k8s-worker-v3.1.0) (2024-05-01)
411

512

charts/teuto-portal-k8s-worker/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: teuto-portal-k8s-worker
33
description: A Helm chart for deploying the portal worker application to k8s
44
type: application
5-
version: 3.1.0
5+
version: 3.1.1
66
appVersion: 2.0.0
77
maintainers:
88
- name: cwrau
@@ -17,4 +17,4 @@ dependencies:
1717
repository: oci://ghcr.io/teutonet/teutonet-helm-charts
1818
annotations:
1919
artifacthub.io/images: |
20-
- image: registry-gitlab.teuto.net/4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker:3.0.1 # default/Deployment/teuto-portal-k8s-worker.yaml
20+
- image: registry-gitlab.teuto.net/4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker:3.1.0 # default/Deployment/teuto-portal-k8s-worker.yaml

charts/teuto-portal-k8s-worker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# teuto-portal-k8s-worker
22

3-
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.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)
3+
![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)
44

55
A Helm chart for deploying the portal worker application to k8s
66

@@ -40,7 +40,7 @@ A Helm chart for deploying the portal worker application to k8s
4040
| worker.database.port | int | `5432` | |
4141
| worker.image.registry | string | `"registry-gitlab.teuto.net"` | |
4242
| worker.image.repository | string | `"4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker"` | |
43-
| worker.image.tag | string | `"3.0.1"` | |
43+
| worker.image.tag | string | `"3.1.0"` | |
4444
| worker.kubeconfig.secret.name | string | `""` | |
4545
| worker.resources | object | `{}` | |
4646
| worker.resourcesPreset | string | `"micro"` | |

0 commit comments

Comments
 (0)