Skip to content

Commit

Permalink
Merge pull request #319 from chatwork/SREP1678-deletehyphen
Browse files Browse the repository at this point in the history
delete hyphen
  • Loading branch information
hanayo04 authored Jul 26, 2024
2 parents 4498d68 + 5b3f91b commit 0d115f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion akka/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
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 0d115f5

Please sign in to comment.