Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 25, 2024
1 parent 356f91b commit bf90242
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
KIND_VERSION = 0.22.0
KUBERNETES_VERSION = 1.29.2
KIND_NODE_HASH = 51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
HELM_VERSION = 3.15.3
KIND_VERSION = 0.23.0
KUBERNETES_VERSION = 1.30.0
KIND_NODE_HASH = 047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
HELM_VERSION = 3.15.1
KUBEVAL_VERSION = 0.16.1

.PHONY: apply
Expand Down
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.29.2"}
KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.30.0"}
RELEASE = $$(basename $$PWD)

.PHONY: install
Expand Down
2 changes: 0 additions & 2 deletions akka/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ spec:
{{- end }}
command:
{{- toYaml .Values.command | nindent 12 }}
args:
{{- toYaml .Values.args | nindent 12 }}
env:
{{- toYaml .Values.env | nindent 12 }}
envFrom:
Expand Down
2 changes: 0 additions & 2 deletions akka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ containerName: ""

command: []

args: ["-javaagent:kanela-agent.jar"]

env: []
# - name: DEMO_GREETING
# value: "Hello from the environment"
Expand Down

0 comments on commit bf90242

Please sign in to comment.