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

[bitnami/thanos] feature: allow configuring labels fir query ingress #32202

Closed
8 changes: 6 additions & 2 deletions bitnami/concourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.1.14 (2025-02-19)
## 5.1.15 (2025-02-27)

* [bitnami/concourse] Release 5.1.14 ([#31979](https://github.com/bitnami/charts/pull/31979))
* [bitnami/concourse] Release 5.1.15 ([#32197](https://github.com/bitnami/charts/pull/32197))

## <small>5.1.14 (2025-02-19)</small>

* [bitnami/concourse] Release 5.1.14 (#31979) ([cfa5547](https://github.com/bitnami/charts/commit/cfa554753fb3840fd7a29d53e90f2c09fb839757)), closes [#31979](https://github.com/bitnami/charts/issues/31979)

## <small>5.1.13 (2025-02-14)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/concourse/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.9
version: 16.4.14
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:62ad65163c30d9513028adae366275d0e5cefb15a18ad0a02219e799c73812f7
generated: "2025-02-19T11:51:56.837171084Z"
digest: sha256:26f7026f920f4f90995a52c35d26b557d8d4302a06d7092a947e9f479679302f
generated: "2025-02-27T12:57:23.507169814Z"
6 changes: 3 additions & 3 deletions bitnami/concourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: concourse
image: docker.io/bitnami/concourse:7.12.1-debian-12-r7
image: docker.io/bitnami/concourse:7.12.1-debian-12-r10
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r38
image: docker.io/bitnami/os-shell:12-debian-12-r39
apiVersion: v2
appVersion: 7.12.1
dependencies:
Expand Down Expand Up @@ -37,4 +37,4 @@ maintainers:
name: concourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
version: 5.1.14
version: 5.1.15
4 changes: 2 additions & 2 deletions bitnami/concourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/concourse
tag: 7.12.1-debian-12-r7
tag: 7.12.1-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1413,7 +1413,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r38
tag: 12-debian-12-r39
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
9 changes: 7 additions & 2 deletions bitnami/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 21.4.6 (2025-02-21)
## 21.4.7 (2025-02-27)

* [bitnami/elasticsearch] Release 21.4.6 ([#31990](https://github.com/bitnami/charts/pull/31990))
* [bitnami/elasticsearch] fix: 🐛 Mount emptyDir in /bitnami/elasticsear… ([#31607](https://github.com/bitnami/charts/pull/31607))

## <small>21.4.6 (2025-02-21)</small>

* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
* [bitnami/elasticsearch] Release 21.4.6 (#31990) ([c932f82](https://github.com/bitnami/charts/commit/c932f826afc34883609f2973434b9ae15b5bfa82)), closes [#31990](https://github.com/bitnami/charts/issues/31990)

## <small>21.4.5 (2025-02-11)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ maintainers:
name: elasticsearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
version: 21.4.6
version: 21.4.7
3 changes: 3 additions & 0 deletions bitnami/elasticsearch/templates/coordinating/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ spec:
- name: empty-dir
mountPath: /opt/bitnami/elasticsearch/plugins
subPath: app-plugins-dir
- name: empty-dir
mountPath: /bitnami/elasticsearch
subPath: app-volume-dir
- name: data
mountPath: /bitnami/elasticsearch/data
{{- if .Values.config }}
Expand Down
3 changes: 3 additions & 0 deletions bitnami/elasticsearch/templates/data/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ spec:
- name: empty-dir
mountPath: /opt/bitnami/elasticsearch/plugins
subPath: app-plugins-dir
- name: empty-dir
mountPath: /bitnami/elasticsearch
subPath: app-volume-dirs
- name: data
mountPath: /bitnami/elasticsearch/data
{{- if .Values.config }}
Expand Down
3 changes: 3 additions & 0 deletions bitnami/elasticsearch/templates/ingest/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ spec:
- name: empty-dir
mountPath: /opt/bitnami/elasticsearch/plugins
subPath: app-plugins-dir
- name: empty-dir
mountPath: /bitnami/elasticsearch
subPath: app-volume-dir
- name: data
mountPath: /bitnami/elasticsearch/data
{{- if .Values.config }}
Expand Down
3 changes: 3 additions & 0 deletions bitnami/elasticsearch/templates/master/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ spec:
- name: empty-dir
mountPath: /opt/bitnami/elasticsearch/plugins
subPath: app-plugins-dir
- name: empty-dir
mountPath: /bitnami/elasticsearch
subPath: app-volume-dir
- name: data
mountPath: /bitnami/elasticsearch/data
{{- if .Values.config }}
Expand Down
8 changes: 6 additions & 2 deletions bitnami/thanos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 15.12.4 (2025-02-21)
## 15.13.0 (2025-03-03)

* [bitnami/thanos] Release 15.12.4 ([#32102](https://github.com/bitnami/charts/pull/32102))
* [bitnami/thanos] feature: allow configuring labels fir query ingress ([#32202](https://github.com/bitnami/charts/pull/32202))

## <small>15.12.4 (2025-02-21)</small>

* [bitnami/thanos] Release 15.12.4 (#32102) ([7063858](https://github.com/bitnami/charts/commit/7063858b70a50657dcd25755270cafd12b74b86f)), closes [#32102](https://github.com/bitnami/charts/issues/32102)

## <small>15.12.3 (2025-02-14)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/thanos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/thanos
version: 15.12.4
version: 15.13.0
1 change: 1 addition & 0 deletions bitnami/thanos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `query.ingress.hostname` | Default host for the ingress resource | `thanos.local` |
| `query.ingress.secretName` | Custom secretName for the ingress resource | `""` |
| `query.ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
| `query.ingress.labels` | Additional label for the Ingress resource. | `{}` |
| `query.ingress.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |
| `query.ingress.extraHosts` | The list of additional hostnames to be covered with this ingress record. | `[]` |
| `query.ingress.extraTls` | The tls configuration for additional hostnames to be covered with this ingress record. | `[]` |
Expand Down
3 changes: 2 additions & 1 deletion bitnami/thanos/templates/query/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ kind: Ingress
metadata:
name: {{ include "thanos.query.fullname" . }}
namespace: {{ include "common.names.namespace" . }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.query.ingress.labels .Values.commonLabels ) "context" . ) }}
labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: query
{{- if or .Values.query.ingress.annotations .Values.commonAnnotations }}
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.query.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
Expand Down
7 changes: 7 additions & 0 deletions bitnami/thanos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,13 @@ query:
## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
##
ingressClassName: ""
## @param query.ingress.labels Additional label for the Ingress resource.
## Use this parameter to set the required labels for your needs
## e.g:
## labels:
## dns-managed-by-external-dns: 'true'
##
labels: {}
## @param query.ingress.annotations Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
## For a full list of possible ingress annotations, please see
## ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
Expand Down
Loading