Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete hyphen #316

Closed
wants to merge 10 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KIND_VERSION = 0.23.0
KUBERNETES_VERSION = 1.30.0
KUBERNETES_VERSION = 1.28.0
KIND_NODE_HASH = 047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
HELM_VERSION = 3.15.1
KUBEVAL_VERSION = 0.16.1
2 changes: 1 addition & 1 deletion akka/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion akka/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.30.0"}
KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.28.0"}
RELEASE = $$(basename $$PWD)

.PHONY: install
3 changes: 1 addition & 2 deletions akka/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
@@ -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