Skip to content

Commit

Permalink
upgrade charts
Browse files Browse the repository at this point in the history
  • Loading branch information
belskiiartem committed Sep 16, 2024
1 parent 924e482 commit 58315e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/wp-project-skeleton/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.8.0
version: 2.23.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.15.0
version: 17.17.1
- name: newrelic-php-agent
repository: https://wp-digital.github.io/helm-charts
version: 0.1.1
digest: sha256:495fc54303b929ec52255cec9a51cbc56b9e0c0c815c1620a93de6745f6897c5
generated: "2023-08-09T21:20:39.992311+03:00"
digest: sha256:b93ef54998f6c8b854d2bffabca7c6afa88c0966aedf85dddad0183cb7c8a23d
generated: "2024-09-16T19:17:27.757100157+03:00"
6 changes: 3 additions & 3 deletions charts/wp-project-skeleton/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
spec:
scaleTargetRef:
apiVersion: apps/v1
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
name: {{ include "common.names.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
Expand Down Expand Up @@ -37,4 +37,4 @@ spec:
averageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 58315e6

Please sign in to comment.