We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0941732 commit f3f3c3dCopy full SHA for f3f3c3d
helm/Chart.yaml
@@ -2,6 +2,6 @@ apiVersion: v2
2
name: kro
3
description: A Helm chart for kro
4
type: application
5
-version: 0.1.0-rc.3
6
-appVersion: "0.1.0-rc.3"
+version: 0.1.0
+appVersion: "0.1.0"
7
home: https://kro.run/
helm/values.yaml
@@ -2,7 +2,7 @@ image:
repository: public.ecr.aws/kro/controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: "0.1.0-rc.3"
+ tag: "0.1.0"
imagePullSecrets: []
8
nameOverride: ""
0 commit comments