Skip to content

Commit 5222879

Browse files
authored
prepare helm chart for 0.1.0 release (#42)
1 parent 328000c commit 5222879

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/example-httpbin-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: example-httpbin-operator
33
description: A Helm chart for deploying the httpbin operator and its CRDs
44
type: application
5-
version: 0.0.0 # Coming from git tag
6-
appVersion: "0.0.0" # Coming from git tag
5+
version: 0.1.0
6+
appVersion: "0.1.0"
77
annotations:
88
# Automatically install and upgrade CRDs
99
"helm.sh/resource-policy": keep

charts/example-httpbin-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ operator:
2828
image:
2929
registry: ghcr.io
3030
repository: platform-mesh/example-httpbin-operator
31-
tag: 0.5.10@sha256:7967f2fe95cbee544fb62043840e9b708b8bcae7cd0b6929226bb665d9e39c52
31+
tag: 0.1.0
3232
pullPolicy: IfNotPresent
3333

3434
controllerManager:

0 commit comments

Comments
 (0)