We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e0e22 commit cd4a882Copy full SHA for cd4a882
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.12"
7
-appVersion: "v0.4.12"
+version: "v0.4.13"
+appVersion: "v0.4.13"
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.12"
+ tag: "v0.4.13"
97
repository: ghcr.io/kedify/agent
98
pullPolicy: Always
99
imagePullSecrets: []
0 commit comments