Skip to content

Commit

Permalink
[juno-node] HPA bug related to argo auto sync policy (#110)
Browse files Browse the repository at this point in the history
* fix HPA bug related to argo auto sync
  • Loading branch information
gehlotanish authored Mar 22, 2024
1 parent 227c7be commit b9dfb03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/juno-node/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: juno-chart
version: 0.1.3
version: 0.1.4
appVersion: "1"
description: A Helm chart for deploying Juno service
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/juno-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# juno-chart

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)

A Helm chart for deploying Juno service

Expand Down
2 changes: 2 additions & 0 deletions charts/juno-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ spec:
matchLabels:
app: {{ .Values.deployment.projectName }}
serviceName: {{ .Values.deployment.projectName }}
{{- if not .Values.hpa.enabled }}
replicas: {{ .Values.deployment.replicas }}
{{- end }}
template:
metadata:
annotations:
Expand Down

0 comments on commit b9dfb03

Please sign in to comment.