We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc83652 commit 70be773Copy full SHA for 70be773
kedify-agent/Chart.yaml
@@ -3,8 +3,8 @@ name: kedify-agent
3
description: Kedify agent - Helm Chart
4
kubeVersion: ">=v1.23.0-0"
5
type: application
6
-version: "v0.4.14"
7
-appVersion: "v0.4.14"
+version: "v0.4.15"
+appVersion: "v0.4.15"
8
icon: https://github.com/kedify/marketing/raw/refs/heads/main/public/assets/images/logo.svg
9
dependencies:
10
- name: keda
kedify-agent/values.yaml
@@ -93,7 +93,7 @@ agent:
93
interval: 30
94
disabled: true
95
image:
96
- tag: "v0.4.14"
+ tag: "v0.4.15"
97
repository: ghcr.io/kedify/agent
98
pullPolicy: Always
99
imagePullSecrets: []
0 commit comments