[bitnami/thanos] compactor and storegateway svc ref in ingress with common name (#7548)

* [bitnami/thanos] compactor and storegateway svc ref in ingress to have common name

* [bitnami/thanos] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Steve Louie
2021-09-30 02:48:06 -04:00
committed by GitHub
parent 17dd6c43f1
commit 2afda16872
5 changed files with 10 additions and 10 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 1.9.1
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 8.1.4
digest: sha256:28bd3826d14b84cdd0d24255588ad860f48fc586f26005677a39b1a15cbc6946
generated: "2021-09-27T16:44:49.369353614Z"
version: 8.1.5
digest: sha256:476699a5d3ce3d8536e035ef71e5684cbdd5b17d263706644cd3cde0605f242a
generated: "2021-09-30T06:02:33.96645871Z"

View File

@@ -28,4 +28,4 @@ name: thanos
sources:
- https://github.com/bitnami/bitnami-docker-thanos
- https://thanos.io
version: 6.0.3
version: 6.0.4

View File

@@ -24,7 +24,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.compactor.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" "thanos-compactor" "servicePort" "http" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-%s" (include "common.names.fullname" .) "compactor") "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.compactor.ingress.extraHosts }}
- host: {{ .name }}
@@ -34,7 +34,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" "thanos-compactor" "servicePort" "http" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-%s" (include "common.names.fullname" .) "compactor") "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if or .Values.compactor.ingress.tls .Values.compactor.ingress.extraTls .Values.compactor.ingress.hosts }}
tls:

View File

@@ -24,7 +24,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.storegateway.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" "thanos-storegateway" "servicePort" "http" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-%s" (include "common.names.fullname" .) "storegateway") "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.storegateway.ingress.extraHosts }}
- host: {{ .name }}
@@ -34,7 +34,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" "thanos-storegateway" "servicePort" "http" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-%s" (include "common.names.fullname" .) "storegateway") "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if or .Values.storegateway.ingress.tls .Values.storegateway.ingress.extraTls .Values.storegateway.ingress.hosts }}
tls:

View File

@@ -47,7 +47,7 @@ clusterDomain: cluster.local
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.23.0-scratch-r0
tag: 0.23.0-scratch-r1
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
@@ -3049,7 +3049,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r205
tag: 10-debian-10-r207
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##