Skip to content

Commit c33221a

Browse files
authored
chore(version): bump the charts for 0.7.0 (#1583)
1 parent 28dfb74 commit c33221a

10 files changed

Lines changed: 23 additions & 23 deletions

File tree

charts/cors-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.3.0
21+
version: 0.4.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.6.0"
27+
appVersion: "0.7.0"

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.6.0
14+
tag: 0.7.0
1515
# Overrides the image tag to use a specific digest instead
1616
# digest: ""
1717

charts/dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
apiVersion: v1
55
description: A Helm chart for hosting the dashboard
66
name: dashboard
7-
version: 0.1.1
7+
version: 0.2.0

charts/dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
image:
99
repository: ghcr.io/cloudoperators/juno-app-greenhouse
1010
# Overrides the image tag to use a specific digest instead
11-
digest: sha256:a0db5f8667b8ca9cd025c71ceee218060f6bf8b581d4620e8ce0a4317b74be04
11+
digest: sha256:46174842609b20ff3766cf4e00020ecd26c9d366f864737a31e493d3c0ab3be0
1212
pullPolicy: IfNotPresent
1313

1414
replicas: 2

charts/greenhouse/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dependencies:
22
- name: idproxy
33
repository: file://../idproxy
4-
version: 0.4.0
4+
version: 0.5.0
55
- name: cors-proxy
66
repository: file://../cors-proxy
7-
version: 0.3.0
7+
version: 0.4.0
88
- name: manager
99
repository: file://../manager
10-
version: 0.6.3
10+
version: 0.7.0
1111
- name: dashboard
1212
repository: file://../dashboard
13-
version: 0.1.1
13+
version: 0.2.0
1414
- name: demo
1515
repository: file://../demo
1616
version: 0.1.2
1717
- name: postgresql-ng
1818
repository: oci://ghcr.io/sapcc/helm-charts
1919
version: 1.3.0
20-
digest: sha256:a436a7d8cc619aab004889b8b0970e8f8246461cb4ad0c784ed42988277cfad8
21-
generated: "2025-10-28T08:55:33.439687+01:00"
20+
digest: sha256:94bc24e3ef11324038d4acbe78b151f689d9f3ac9d6784c697d205d0802e64b5
21+
generated: "2025-10-30T10:56:00.904798+01:00"

charts/greenhouse/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ apiVersion: v2
55
name: greenhouse
66
description: A Helm chart for deploying greenhouse
77
type: application
8-
version: 0.12.6
9-
appVersion: "0.6.0"
8+
version: 0.13.0
9+
appVersion: "0.7.0"
1010

1111
dependencies:
1212
- condition: idproxy.enabled
1313
name: idproxy
1414
repository: "file://../idproxy"
15-
version: 0.4.0
15+
version: 0.5.0
1616
- condition: cors-proxy.enabled
1717
name: cors-proxy
1818
repository: "file://../cors-proxy"
19-
version: 0.3.0
19+
version: 0.4.0
2020
- name: manager
21-
version: 0.6.3
21+
version: 0.7.0
2222
repository: "file://../manager"
2323
- condition: dashboard.enabled
2424
name: dashboard
25-
version: 0.1.1
25+
version: 0.2.0
2626
repository: "file://../dashboard"
2727
- name: demo
2828
version: 0.1.2

charts/idproxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.4.0
21+
version: 0.5.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.6.0"
27+
appVersion: "0.7.0"

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.6.0
16+
tag: 0.7.0
1717
# Overrides the image tag to use a specific digest instead
1818
# digest: ""
1919
pullPolicy: IfNotPresent

charts/manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.6.3
19+
version: 0.7.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.6.0"
24+
appVersion: "0.7.0"

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.6.0
17+
tag: 0.7.0
1818
# Overrides the image tag to use a specific digest instead
1919
# digest: ""
2020
resources:

0 commit comments

Comments
 (0)