mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/*] Fix HPA API version template usage (#10332)
* [bitnami/*] Fix HPA API version template usage Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Bump versions Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Move Wordpress to a different PR Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Update common dependencies Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Update Airflow Chart version Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Bump only required dependencies Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d756a9f39e
commit
85ce7af79a
@@ -7,6 +7,6 @@ dependencies:
|
||||
version: 11.2.4
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:46b07d1b0b740fd4b39f4da8280cb854f75de166b5e46902ecd85644e7f41248
|
||||
generated: "2022-05-19T15:39:09.278130036Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:5ee041bc25647d9e36cb2228119e0d15def4a5d6791a635c4f839e511161bdf7
|
||||
generated: "2022-05-20T17:48:39.092701+02:00"
|
||||
|
||||
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 12.3.3
|
||||
version: 12.3.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T14:56:07.479929+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:48:51.09956+02:00"
|
||||
|
||||
@@ -26,4 +26,4 @@ name: apache
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-apache
|
||||
- https://httpd.apache.org
|
||||
version: 9.1.3
|
||||
version: 9.1.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T14:59:32.452029+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:49:24.031243+02:00"
|
||||
|
||||
@@ -22,4 +22,4 @@ name: aspnet-core
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-aspnet-core
|
||||
- https://dotnet.microsoft.com/apps/aspnet
|
||||
version: 3.3.2
|
||||
version: 3.3.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "aspnet-core.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:00:22.95998+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:49:43.887206+02:00"
|
||||
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/envoyproxy/envoy
|
||||
- https://github.com/bitnami/bitnami-docker-contour
|
||||
- https://projectcontour.io
|
||||
version: 7.9.1
|
||||
version: 7.9.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.envoy.enabled .Values.envoy.autoscaling.enabled (eq .Values.envoy.kind "deployment") }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-envoy
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 10.1.3
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:971f436141e003ca69299a7f4f290a1c4adbcead1278ee9e13c23f93afb86ce7
|
||||
generated: "2022-05-19T17:58:51.758338545Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:165d9a1e32c741c665f4eadf79ced1756a138dbd1678068310d920704df3de1a
|
||||
generated: "2022-05-20T17:49:54.000473+02:00"
|
||||
|
||||
@@ -25,4 +25,4 @@ name: elasticsearch
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-elasticsearch
|
||||
- https://www.elastic.co/products/elasticsearch
|
||||
version: 18.1.5
|
||||
version: 18.1.6
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and (include "elasticsearch.coordinating.enabled" .) .Values.coordinating.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "elasticsearch.coordinating.fullname" . }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and (include "elasticsearch.data.enabled" .) .Values.data.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "elasticsearch.data.fullname" . }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and (include "elasticsearch.ingest.enabled" .) .Values.ingest.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "elasticsearch.ingest.fullname" . }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and (include "elasticsearch.master.enabled" .) .Values.master.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "elasticsearch.master.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:03:52.272365+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:50:39.428255+02:00"
|
||||
|
||||
@@ -25,4 +25,4 @@ name: fluentd
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-fluentd
|
||||
- https://www.fluentd.org/
|
||||
version: 5.1.3
|
||||
version: 5.1.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.aggregator.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "beta2" "true" "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-aggregator-hpa
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:04:07.813757+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:50:47.917375+02:00"
|
||||
|
||||
@@ -23,4 +23,4 @@ name: haproxy
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-haproxy
|
||||
- https://github.com/haproxytech/haproxy
|
||||
version: 0.3.21
|
||||
version: 0.3.22
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -4,9 +4,9 @@ dependencies:
|
||||
version: 11.2.4
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
version: 1.14.1
|
||||
- name: cassandra
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.1.19
|
||||
digest: sha256:d8925f17a7cbcaeaedde72caed13c66947869fa24dcda2d3f87e00d914bdcdc5
|
||||
generated: "2022-05-19T15:10:49.111682045Z"
|
||||
digest: sha256:d5e01b334a3d261667c4541a50d821223ed43973453d4711362b45646919118b
|
||||
generated: "2022-05-20T17:51:11.132694+02:00"
|
||||
|
||||
@@ -34,4 +34,4 @@ name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kong
|
||||
- https://konghq.com/
|
||||
version: 6.2.3
|
||||
version: 6.2.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.autoscaling.enabled (not .Values.useDaemonset) }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.0.3
|
||||
version: 11.0.5
|
||||
- name: elasticsearch
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 18.1.2
|
||||
version: 18.1.4
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:cd17a483b29ae2b79cd5c927a1a8f77927f0bd60bbfa200a8634c69b68a98c99
|
||||
generated: "2022-05-18T16:31:56.318673641Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:958d7a1611f0a139a19ec22cf2e19fa1732f4bb53dfeae56c601dbcef604d38e
|
||||
generated: "2022-05-20T17:51:40.329716+02:00"
|
||||
|
||||
@@ -35,4 +35,4 @@ name: magento
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-magento
|
||||
- https://magento.com/
|
||||
version: 20.1.2
|
||||
version: 20.1.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:13:42.901593+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:52:17.455448+02:00"
|
||||
|
||||
@@ -24,4 +24,4 @@ name: nginx-intel
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx-intel
|
||||
- https://github.com/intel/asynch_mode_nginx
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:13:10.782778+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:52:26.41092+02:00"
|
||||
|
||||
@@ -25,4 +25,4 @@ name: nginx
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx
|
||||
- https://www.nginx.org
|
||||
version: 11.1.3
|
||||
version: 11.1.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 11.0.5
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:a2f8172350a6af2c67cef16bde46e38afc521b2f6f8cb6f29580f93d1703d84f
|
||||
generated: "2022-05-20T08:05:05.003818236Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:e1c495cb9af6488fd0cdde485015db646d1bc71827105f929192a99a070ca13d
|
||||
generated: "2022-05-20T17:52:48.678708+02:00"
|
||||
|
||||
@@ -31,4 +31,4 @@ name: osclass
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-osclass
|
||||
- https://osclass.org/
|
||||
version: 14.1.3
|
||||
version: 14.1.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:965d4465e4039d36637175307a8edfc13a53414d3bb698c0d26c8acc1cf3ec3d
|
||||
generated: "2022-05-13T15:15:26.091606+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-20T17:53:20.751769+02:00"
|
||||
|
||||
@@ -22,4 +22,4 @@ name: spark
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spark
|
||||
- https://spark.apache.org/
|
||||
version: 6.1.3
|
||||
version: 6.1.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.worker.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ printf "%s-autoscaler" (include "common.names.fullname" .) }}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.3.5
|
||||
version: 11.5.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:64aed0774281181ac96de470a48f9dcdf2bb7937a08777da4ea493c44370fa7e
|
||||
generated: "2022-05-13T15:16:12.039008+02:00"
|
||||
version: 1.14.1
|
||||
digest: sha256:b5b64658360e572d3ed26d57db81140a3c835abdaf90db50dacc0c66f319f74b
|
||||
generated: "2022-05-20T17:54:26.016095+02:00"
|
||||
|
||||
@@ -28,4 +28,4 @@ name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-thanos
|
||||
- https://thanos.io
|
||||
version: 10.4.1
|
||||
version: 10.4.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.bucketweb.enabled .Values.bucketweb.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-bucketweb
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.queryFrontend.enabled .Values.queryFrontend.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-query-frontend
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{- $query := (include "thanos.query.values" . | fromYaml) -}}
|
||||
{{- if and $query.enabled $query.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-query
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.receiveDistributor.enabled .Values.receiveDistributor.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-receive-distributor
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.receive.enabled .Values.receive.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-receive
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.ruler.enabled .Values.ruler.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-ruler
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and .Values.storegateway.enabled .Values.storegateway.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-storegateway
|
||||
|
||||
@@ -4,9 +4,9 @@ dependencies:
|
||||
version: 6.0.18
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.0.4
|
||||
version: 11.0.5
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.0
|
||||
digest: sha256:6cd593921bee1fbf2b26680e856620670608f06baf1ce0faa626d7866239b1fd
|
||||
generated: "2022-05-19T07:24:39.09435066Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:1de8b671d54656dee4a2386eb13ec033ad8fcf9ae7ba204e78d2cf8c3bdd039b
|
||||
generated: "2022-05-20T17:55:54.654097+02:00"
|
||||
|
||||
@@ -35,4 +35,4 @@ name: wordpress-intel
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress-intel
|
||||
- https://wordpress.org/
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.autoscaling.enabled }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user