Skip to content

Commit 10a68bf

Browse files
authored
fix(charts): update the tags (#1606)
1 parent b0df25e commit 10a68bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/cors-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
repository: ghcr.io/cloudoperators/greenhouse
1212
pullPolicy: IfNotPresent
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: 0.8.0
14+
tag: v0.8.0
1515
# Overrides the image tag to use a specific digest instead
1616
# digest: ""
1717

charts/greenhouse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: greenhouse
66
description: A Helm chart for deploying greenhouse
77
type: application
8-
version: 0.14.0
8+
version: 0.14.1
99
appVersion: "0.8.0"
1010

1111
dependencies:

charts/idproxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keepUpstreamGroups: false
1313
image:
1414
repository: ghcr.io/cloudoperators/greenhouse
1515
# Overrides the image tag whose default is the chart appVersion.
16-
tag: 0.8.0
16+
tag: v0.8.0
1717
# Overrides the image tag to use a specific digest instead
1818
# digest: ""
1919
pullPolicy: IfNotPresent

charts/manager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ controllerManager:
1414
- ALL
1515
image:
1616
repository: ghcr.io/cloudoperators/greenhouse
17-
tag: 0.8.0
17+
tag: v0.8.0
1818
# Overrides the image tag to use a specific digest instead
1919
# digest: ""
2020
resources:

0 commit comments

Comments
 (0)