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