Skip to content

Commit b387909

Browse files
chore(main): [bot] release base-cluster:6.1.2 (#895)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f0afff3 commit b387909

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.1","charts/teuto-portal-k8s-worker":"2.0.0","charts/t8s-cluster":"6.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.2","charts/teuto-portal-k8s-worker":"2.0.0","charts/t8s-cluster":"6.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.1.0"}

charts/base-cluster/CHANGELOG.md

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

3+
## [6.1.2](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-v6.1.1...base-cluster-v6.1.2) (2024-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **base-cluster/flux:** set fixed values for gpg key creation as defa… ([#894](https://github.com/teutonet/teutonet-helm-charts/issues/894)) ([f0afff3](https://github.com/teutonet/teutonet-helm-charts/commit/f0afff3acd06e320080300dea8f093b2195e766f))
9+
310
## [6.1.1](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-v6.1.0...base-cluster-v6.1.1) (2024-04-22)
411

512

charts/base-cluster/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: base-cluster
33
type: application
4-
version: 6.1.1
4+
version: 6.1.2
55
icon: https://teuto.net/favicon.ico
66
maintainers:
77
- name: cwrau
@@ -55,7 +55,7 @@ annotations:
5555
- image: docker.io/grafana/promtail:2.9.3 # loki/HelmRelease/loki/loki/DaemonSet/loki-promtail.yaml
5656
- image: docker.io/otel/opentelemetry-collector-contrib:0.98.0 # monitoring/HelmRelease/open-telemetry-collector/monitoring/DaemonSet/open-telemetry-collector-opentelemetry-collector-agent.yaml
5757
- image: docker.io/vladgh/gpg:1.3.5 # default/Job/flux-generate-gpg-key-secret-main.yaml
58-
- image: ghcr.io/aquasecurity/trivy-operator:0.20.0 # trivy/HelmRelease/trivy/trivy/Deployment/trivy-trivy-operator.yaml
58+
- image: ghcr.io/aquasecurity/trivy-operator:0.20.1 # trivy/HelmRelease/trivy/trivy/Deployment/trivy-trivy-operator.yaml
5959
- image: ghcr.io/kyverno/background-controller:v1.11.4 # kyverno/HelmRelease/kyverno/kyverno/Deployment/kyverno-background-controller.yaml
6060
- image: ghcr.io/kyverno/cleanup-controller:v1.11.4 # kyverno/HelmRelease/kyverno/kyverno/Deployment/kyverno-cleanup-controller.yaml
6161
- image: ghcr.io/kyverno/kyverno:v1.11.4 # kyverno/HelmRelease/kyverno/kyverno/Deployment/kyverno-admission-controller.yaml

charts/base-cluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[modeline]: # ( vim: set ft=markdown: )
22
# base-cluster
33

4-
![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
A common base for every kubernetes cluster
77

0 commit comments

Comments
 (0)