We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528438b commit 75d020dCopy full SHA for 75d020d
scripts/helm/kar/Chart.yaml
@@ -18,8 +18,8 @@ apiVersion: v2
18
name: kar
19
description: Kubernetes Application Runtime (KAR)
20
type: application
21
-version: 1.0.1
22
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
23
dependencies:
24
- name: kar-kafka
25
condition: kafka.internal
scripts/helm/kar/values.yaml
@@ -32,7 +32,7 @@ redis:
32
password: 'mustOverrideIfInternalIsFalse'
33
34
kar:
35
- version: 1.0.1
+ version: 1.0.2
36
injector:
37
replicaCount: 1
38
imageName: 'quay.io/ibm/kar-injector'
0 commit comments