Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ianarsenault committed Oct 28, 2024
1 parent 3b8b439 commit 4e4520b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.77 (2024-10-25)
---------------------------
charts/service-deployment: update hpa to supply metrics object instead of fixed CPU utilization threshold (closes #202)

Version 0.1.76 (2024-10-23)
---------------------------
charts/snowplow-iglu-server: add support for tolerations and topologySpreadConstraints (closes #194)
Expand Down
2 changes: 0 additions & 2 deletions charts/service-deployment/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ spec:
name: {{ include "app.fullname" . }}
minReplicas: {{ .Values.hpa.minReplicas }}
maxReplicas: {{ .Values.hpa.maxReplicas }}
{{- if .Values.hpa.metrics }}
metrics:
{{- toYaml .Values.hpa.metrics | nindent 4 }}
{{- end }}
behavior:
{{- toYaml .Values.hpa.behavior | nindent 4 }}
{{- end }}

0 comments on commit 4e4520b

Please sign in to comment.