Skip to content

Commit 8ad8bad

Browse files
committed
Bump cortex chart to v0.0.2 and cortex-postgres to v0.5.6 [skip ci]
1 parent 0a83655 commit 8ad8bad

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

dist/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cortex
33
description: A Helm chart to distribute cortex.
44
type: application
5-
version: 0.0.1
5+
version: 0.0.2
66
appVersion: "sha-4fd6541"
77
icon: "https://example.com/icon.png"
88
dependencies: []

helm/bundles/cortex-cinder/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ dependencies:
1111
# from: file://../../library/cortex-postgres
1212
- name: cortex-postgres
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.5.5
14+
version: 0.5.6
1515

1616
# from: file://../../../dist/chart
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.1
19+
version: 0.0.2
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../../dist/chart
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.1
24+
version: 0.0.2
2525
alias: cortex-scheduling-controllers
2626

2727
# Owner info adds a configmap to the kubernetes cluster with information on

helm/bundles/cortex-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
# from: file://../../../dist/chart
1212
- name: cortex
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.0.1
14+
version: 0.0.2
1515

1616
# Owner info adds a configmap to the kubernetes cluster with information on
1717
# the service owner. This makes it easier to find out who to contact in case

helm/bundles/cortex-ironcore/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
# from: file://../../../dist/chart
1212
- name: cortex
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.0.1
14+
version: 0.0.2
1515

1616
# Owner info adds a configmap to the kubernetes cluster with information on
1717
# the service owner. This makes it easier to find out who to contact in case

helm/bundles/cortex-manila/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ dependencies:
1111
# from: file://../../library/cortex-postgres
1212
- name: cortex-postgres
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.5.5
14+
version: 0.5.6
1515

1616
# from: file://../../../dist/chart
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.1
19+
version: 0.0.2
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../../dist/chart
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.1
24+
version: 0.0.2
2525
alias: cortex-scheduling-controllers
2626

2727
# Owner info adds a configmap to the kubernetes cluster with information on

helm/bundles/cortex-nova/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ dependencies:
1111
# from: file://../../library/cortex-postgres
1212
- name: cortex-postgres
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.5.5
14+
version: 0.5.6
1515

1616
# from: file://../../../dist/chart
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.1
19+
version: 0.0.2
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../../dist/chart
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.1
24+
version: 0.0.2
2525
alias: cortex-scheduling-controllers
2626
# from: file://../../../dist/chart
2727
- name: cortex
2828
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
29-
version: 0.0.1
29+
version: 0.0.2
3030
alias: cortex-reservations-controllers
3131

3232
# Owner info adds a configmap to the kubernetes cluster with information on

helm/library/cortex-postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: cortex-postgres
66
description: Postgres setup for Cortex.
77
type: application
8-
version: 0.5.5
8+
version: 0.5.6
99
appVersion: "sha-55efebd"

0 commit comments

Comments
 (0)