Skip to content

Commit

Permalink
delete hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayo04 committed Jul 18, 2024
1 parent 4498d68 commit 27e2145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion akka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.18
version: 0.2.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
3 changes: 1 addition & 2 deletions akka/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ spec:
apiVersion: apps/v1
name: "{{ template "akka.fullname" . }}"
{{- end }}

{{- if .Values.autoscalingRollout.enabled -}}
{{ if .Values.autoscalingRollout.enabled }}
---
{{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }}
apiVersion: autoscaling/v2
Expand Down

0 comments on commit 27e2145

Please sign in to comment.