[bitnami/influxdb] extrahosts creates the same paths as hostname (#7654)

* copy values

* bump version

* rollback version

* get root values

* bump chart

* [bitnami/influxdb] Update components versions

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

* bump chart version

* rollback version

* rebump

* oldversion no Conflicting

* Bump chart version

`master` points to 2.3.12, see 31f75b5950/bitnami/influxdb/Chart.yaml (L27)

Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Paulo Ferreira
2021-10-01 18:50:31 -03:00
committed by GitHub
parent 31f75b5950
commit 0b46c43c14
4 changed files with 15 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 1.10.0
digest: sha256:d6f283322d34efda54721ddd67aec935f1bea501c7b45dfbe89814aed21ae5dc
generated: "2021-09-30T22:33:26.986842219Z"
generated: "2021-10-01T05:20:34.529233342Z"

View File

@@ -24,4 +24,4 @@ name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
- https://www.influxdata.com/products/influxdb-overview/
version: 2.3.12
version: 2.3.13

View File

@@ -47,6 +47,17 @@ spec:
- host: {{ .name | quote }}
http:
paths:
{{- if $.Values.ingress.extraPaths }}
{{- toYaml $.Values.ingress.extraPaths | nindent 10 }}
{{- end }}
{{- if eq $architecture "high-availability" }}
- path: /write
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ $.Values.ingress.pathType }}
{{- end }}
{{- $relayServiceName := printf "%s-%s" (include "common.names.fullname" $) "relay" }}
backend: {{- include "common.ingress.backend" (dict "serviceName" $relayServiceName "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
- path: {{ default "/" .path }}
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}

View File

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/influxdb
tag: 2.0.9-debian-10-r0
tag: 2.0.9-debian-10-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
##
@@ -996,7 +996,7 @@ backup:
image:
registry: docker.io
repository: bitnami/azure-cli
tag: 2.28.1-debian-10-r20
tag: 2.28.1-debian-10-r21
## 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
##