We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328000c commit 5222879Copy full SHA for 5222879
2 files changed
charts/example-httpbin-operator/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: example-httpbin-operator
3
description: A Helm chart for deploying the httpbin operator and its CRDs
4
type: application
5
-version: 0.0.0 # Coming from git tag
6
-appVersion: "0.0.0" # Coming from git tag
+version: 0.1.0
+appVersion: "0.1.0"
7
annotations:
8
# Automatically install and upgrade CRDs
9
"helm.sh/resource-policy": keep
charts/example-httpbin-operator/values.yaml
@@ -28,7 +28,7 @@ operator:
28
image:
29
registry: ghcr.io
30
repository: platform-mesh/example-httpbin-operator
31
- tag: 0.5.10@sha256:7967f2fe95cbee544fb62043840e9b708b8bcae7cd0b6929226bb665d9e39c52
+ tag: 0.1.0
32
pullPolicy: IfNotPresent
33
34
controllerManager:
0 commit comments