Skip to content

Commit fef31f5

Browse files
committed
chore: move everything to OCI
1 parent e87f509 commit fef31f5

9 files changed

+55
-60
lines changed

.github/add-repos.sh

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22

33
set -euxo pipefail
44

5-
helm repo add restorecommerce https://restorecommerce.github.io/charts/
6-
helm repo add bitnami https://charts.bitnami.com/bitnami
75
helm repo add elastic https://helm.elastic.co
8-
helm repo add stable https://charts.helm.sh/stable
96
helm repo add kube-arangodb https://arangodb.github.io/kube-arangodb

.github/ct.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ chart-yaml-schema: ./chart-testing/chart_schema.yaml
66
chart-dirs:
77
- charts
88
chart-repos:
9-
- restorecommerce=https://restorecommerce.github.io/charts/
10-
- bitnami=https://charts.bitnami.com/bitnami
119
- elastic=https://helm.elastic.co
12-
- stable=https://charts.helm.sh/stable
10+
- kube-arangodb=https://arangodb.github.io/kube-arangodb

charts/system/Chart.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
dependencies:
22
- name: identity-srv
3-
repository: https://restorecommerce.github.io/charts/
3+
repository: oci://ghcr.io/restorecommerce/charts
44
version: 0.1.45
55
- name: notification-srv
6-
repository: https://restorecommerce.github.io/charts/
6+
repository: oci://ghcr.io/restorecommerce/charts
77
version: 0.1.29
88
- name: access-control-srv
9-
repository: https://restorecommerce.github.io/charts/
9+
repository: oci://ghcr.io/restorecommerce/charts
1010
version: 0.1.37
1111
- name: ostorage-srv
12-
repository: https://restorecommerce.github.io/charts/
12+
repository: oci://ghcr.io/restorecommerce/charts
1313
version: 0.1.28
1414
- name: scheduling-srv
15-
repository: https://restorecommerce.github.io/charts/
15+
repository: oci://ghcr.io/restorecommerce/charts
1616
version: 0.1.23
1717
- name: rendering-srv
18-
repository: https://restorecommerce.github.io/charts/
18+
repository: oci://ghcr.io/restorecommerce/charts
1919
version: 0.1.32
2020
- name: pdf-rendering-srv
21-
repository: https://restorecommerce.github.io/charts/
22-
version: 0.2.6
21+
repository: oci://ghcr.io/restorecommerce/charts
22+
version: 0.2.8
2323
- name: fulfillment-srv
24-
repository: https://restorecommerce.github.io/charts/
24+
repository: oci://ghcr.io/restorecommerce/charts
2525
version: 0.1.27
2626
- name: catalog-srv
27-
repository: https://restorecommerce.github.io/charts/
27+
repository: oci://ghcr.io/restorecommerce/charts
2828
version: 0.1.22
2929
- name: invoicing-srv
30-
repository: https://restorecommerce.github.io/charts/
30+
repository: oci://ghcr.io/restorecommerce/charts
3131
version: 0.1.22
3232
- name: ordering-srv
33-
repository: https://restorecommerce.github.io/charts/
33+
repository: oci://ghcr.io/restorecommerce/charts
3434
version: 0.1.35
3535
- name: payment-srv
36-
repository: https://restorecommerce.github.io/charts/
36+
repository: oci://ghcr.io/restorecommerce/charts
3737
version: 0.1.20
3838
- name: resource-srv
39-
repository: https://restorecommerce.github.io/charts/
39+
repository: oci://ghcr.io/restorecommerce/charts
4040
version: 0.1.24
4141
- name: facade-srv
42-
repository: https://restorecommerce.github.io/charts/
42+
repository: oci://ghcr.io/restorecommerce/charts
4343
version: 0.1.33
4444
- name: cloudserver
4545
repository: ""
4646
version: 1.0.4
4747
- name: kafka
48-
repository: https://charts.bitnami.com/bitnami
48+
repository: oci://registry-1.docker.io/bitnamicharts
4949
version: 30.1.7
5050
- name: redis
51-
repository: https://charts.bitnami.com/bitnami
51+
repository: oci://registry-1.docker.io/bitnamicharts
5252
version: 20.2.1
5353
- name: kube-arangodb
5454
repository: https://arangodb.github.io/kube-arangodb
5555
version: 1.2.42
56-
digest: sha256:682ae9997838fe1ceee2d5f08f6f8c0a9acabc2d4883b87a008d5833e3e63b81
57-
generated: "2024-11-20T15:29:14.143224092+02:00"
56+
digest: sha256:8ce6eaf2bb4a61e6ccfc91af516775624e8f9c8c4ffb82f46d9735568765dfd3
57+
generated: "2024-11-20T21:39:44.96252074+02:00"

charts/system/Chart.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,67 @@ apiVersion: v2
22
dependencies:
33
- condition: identity-srv.enabled
44
name: identity-srv
5-
repository: https://restorecommerce.github.io/charts/
5+
repository: "oci://ghcr.io/restorecommerce/charts"
66
version: 0.1.45
77
- condition: notification-srv.enabled
88
name: notification-srv
9-
repository: https://restorecommerce.github.io/charts/
9+
repository: "oci://ghcr.io/restorecommerce/charts"
1010
version: 0.1.29
1111
- condition: access-control-srv.enabled
1212
name: access-control-srv
13-
repository: https://restorecommerce.github.io/charts/
13+
repository: "oci://ghcr.io/restorecommerce/charts"
1414
version: 0.1.37
1515
- condition: ostorage-srv.enabled
1616
name: ostorage-srv
17-
repository: https://restorecommerce.github.io/charts/
17+
repository: "oci://ghcr.io/restorecommerce/charts"
1818
version: 0.1.28
1919
- condition: scheduling-srv.enabled
2020
name: scheduling-srv
21-
repository: https://restorecommerce.github.io/charts/
21+
repository: "oci://ghcr.io/restorecommerce/charts"
2222
version: 0.1.23
2323
- condition: rendering-srv.enabled
2424
name: rendering-srv
25-
repository: https://restorecommerce.github.io/charts/
25+
repository: "oci://ghcr.io/restorecommerce/charts"
2626
version: 0.1.32
2727
- condition: pdf-rendering-srv.enabled
2828
name: pdf-rendering-srv
29-
repository: https://restorecommerce.github.io/charts/
30-
version: 0.2.6
29+
repository: "oci://ghcr.io/restorecommerce/charts"
30+
version: 0.2.8
3131
- condition: fulfillment-srv.enabled
3232
name: fulfillment-srv
33-
repository: https://restorecommerce.github.io/charts/
33+
repository: "oci://ghcr.io/restorecommerce/charts"
3434
version: 0.1.27
3535
- condition: catalog-srv.enabled
3636
name: catalog-srv
37-
repository: https://restorecommerce.github.io/charts/
37+
repository: "oci://ghcr.io/restorecommerce/charts"
3838
version: 0.1.22
3939
- condition: invoicing-srv.enabled
4040
name: invoicing-srv
41-
repository: https://restorecommerce.github.io/charts/
41+
repository: "oci://ghcr.io/restorecommerce/charts"
4242
version: 0.1.22
4343
- condition: ordering-srv.enabled
4444
name: ordering-srv
45-
repository: https://restorecommerce.github.io/charts/
45+
repository: "oci://ghcr.io/restorecommerce/charts"
4646
version: 0.1.35
4747
- condition: payment-srv.enabled
4848
name: payment-srv
49-
repository: https://restorecommerce.github.io/charts/
49+
repository: "oci://ghcr.io/restorecommerce/charts"
5050
version: 0.1.20
5151
- condition: resource-srv.enabled
5252
name: resource-srv
53-
repository: https://restorecommerce.github.io/charts/
53+
repository: "oci://ghcr.io/restorecommerce/charts"
5454
version: 0.1.24
5555
- condition: facade-srv.enabled
5656
name: facade-srv
57-
repository: https://restorecommerce.github.io/charts/
57+
repository: "oci://ghcr.io/restorecommerce/charts"
5858
version: 0.1.33
5959
- name: cloudserver
6060
version: 1.0.4
6161
- name: kafka
62-
repository: https://charts.bitnami.com/bitnami
62+
repository: "oci://registry-1.docker.io/bitnamicharts"
6363
version: 30.1.7
6464
- name: redis
65-
repository: https://charts.bitnami.com/bitnami
65+
repository: "oci://registry-1.docker.io/bitnamicharts"
6666
version: 20.2.1
6767
- name: kube-arangodb
6868
repository: https://arangodb.github.io/kube-arangodb
@@ -76,4 +76,4 @@ maintainers:
7676
url: https://restorecommerce.io/
7777
name: system
7878
type: application
79-
version: 0.1.107
79+
version: 0.1.108

charts/system/README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# system
22

3-
![Version: 0.1.107](https://img.shields.io/badge/Version-0.1.107-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.1.108](https://img.shields.io/badge/Version-0.1.108-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for the Restorecommerce system
66

@@ -43,19 +43,19 @@ helm install --create-namespace -n restorecommerce elastic-operator elastic/eck-
4343
|------------|------|---------|
4444
| | cloudserver | 1.0.4 |
4545
| https://arangodb.github.io/kube-arangodb | kube-arangodb | 1.2.42 |
46-
| https://charts.bitnami.com/bitnami | kafka | 30.1.7 |
47-
| https://charts.bitnami.com/bitnami | redis | 20.2.1 |
48-
| https://restorecommerce.github.io/charts/ | access-control-srv | 0.1.37 |
49-
| https://restorecommerce.github.io/charts/ | catalog-srv | 0.1.22 |
50-
| https://restorecommerce.github.io/charts/ | facade-srv | 0.1.33 |
51-
| https://restorecommerce.github.io/charts/ | fulfillment-srv | 0.1.27 |
52-
| https://restorecommerce.github.io/charts/ | identity-srv | 0.1.45 |
53-
| https://restorecommerce.github.io/charts/ | invoicing-srv | 0.1.22 |
54-
| https://restorecommerce.github.io/charts/ | notification-srv | 0.1.29 |
55-
| https://restorecommerce.github.io/charts/ | ordering-srv | 0.1.35 |
56-
| https://restorecommerce.github.io/charts/ | ostorage-srv | 0.1.28 |
57-
| https://restorecommerce.github.io/charts/ | payment-srv | 0.1.20 |
58-
| https://restorecommerce.github.io/charts/ | pdf-rendering-srv | 0.2.6 |
59-
| https://restorecommerce.github.io/charts/ | rendering-srv | 0.1.32 |
60-
| https://restorecommerce.github.io/charts/ | resource-srv | 0.1.24 |
61-
| https://restorecommerce.github.io/charts/ | scheduling-srv | 0.1.23 |
46+
| oci://ghcr.io/restorecommerce/charts | access-control-srv | 0.1.37 |
47+
| oci://ghcr.io/restorecommerce/charts | catalog-srv | 0.1.22 |
48+
| oci://ghcr.io/restorecommerce/charts | facade-srv | 0.1.33 |
49+
| oci://ghcr.io/restorecommerce/charts | fulfillment-srv | 0.1.27 |
50+
| oci://ghcr.io/restorecommerce/charts | identity-srv | 0.1.45 |
51+
| oci://ghcr.io/restorecommerce/charts | invoicing-srv | 0.1.22 |
52+
| oci://ghcr.io/restorecommerce/charts | notification-srv | 0.1.29 |
53+
| oci://ghcr.io/restorecommerce/charts | ordering-srv | 0.1.35 |
54+
| oci://ghcr.io/restorecommerce/charts | ostorage-srv | 0.1.28 |
55+
| oci://ghcr.io/restorecommerce/charts | payment-srv | 0.1.20 |
56+
| oci://ghcr.io/restorecommerce/charts | pdf-rendering-srv | 0.2.8 |
57+
| oci://ghcr.io/restorecommerce/charts | rendering-srv | 0.1.32 |
58+
| oci://ghcr.io/restorecommerce/charts | resource-srv | 0.1.24 |
59+
| oci://ghcr.io/restorecommerce/charts | scheduling-srv | 0.1.23 |
60+
| oci://registry-1.docker.io/bitnamicharts | kafka | 30.1.7 |
61+
| oci://registry-1.docker.io/bitnamicharts | redis | 20.2.1 |

charts/system/charts/kafka-30.1.7.tgz

155 Bytes
Binary file not shown.
-4.13 KB
Binary file not shown.
4.13 KB
Binary file not shown.

charts/system/charts/redis-20.2.1.tgz

128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)