Skip to content

Commit

Permalink
agent: fix node and status reporting (kedacore#82)
Browse files Browse the repository at this point in the history
* agent: fix node and status reporting

Signed-off-by: Jan Wozniak <[email protected]>

* Update Chart.yaml

Signed-off-by: Jan Wozniak <[email protected]>

* Update values.yaml

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan authored and zroubalik committed Feb 20, 2025
1 parent 1daa69f commit 7fcd102
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kedify-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: kedify-agent
description: Kedify agent - Helm Chart
kubeVersion: ">=v1.23.0-0"
type: application
version: "v0.0.7"
appVersion: "v0.1.5"
version: "v0.0.8"
appVersion: "v0.1.9"
icon: https://github.com/kedify/marketing/raw/refs/heads/main/public/assets/images/logo.svg
dependencies:
- name: keda
Expand Down
4 changes: 3 additions & 1 deletion kedify-agent/templates/cr-install/cr-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ data:
spec:
clusterName: {{ .Values.clusterName }}
kedaInstallations:
- httpAddonHelm:
- agentAutoUpdate: false
name: keda
httpAddonHelm:
enabled: true
values: |-
---
Expand Down
2 changes: 1 addition & 1 deletion kedify-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ agent:
disabled: true

image:
tag: "v0.1.7"
tag: "v0.1.9"
repository: ghcr.io/kedify/agent
pullPolicy: IfNotPresent
imagePullSecrets: []
Expand Down

0 comments on commit 7fcd102

Please sign in to comment.