mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user