Skip to content

Commit d031441

Browse files
authored
fix: move dependencies to OCI registry (#192)
* fix: migrates to bitnami oci registry OCI is the Bitnami recommended registry to use as described in https://blog.bitnami.com/2023/04/httpsblog.bitnami.com202304bitnami-helm-charts-now-oci.html. Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> * Removes remaining Chart references for Bitnami Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> * JSON Schema updates Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent bcf7046 commit d031441

File tree

7 files changed

+10
-18
lines changed

7 files changed

+10
-18
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
git config user.name "$GITHUB_ACTOR"
2828
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2929
30-
- name: Add dependencies
31-
run: |
32-
helm repo add bitnami https://charts.bitnami.com/bitnami
33-
3430
- name: Run chart-releaser
3531
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # pin@v1.6.0
3632
with:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: "Add NGINX Ingress and Bitnami Repository"
5252
run: |
5353
helm repo add ingress-nginx "https://kubernetes.github.io/ingress-nginx"
54-
helm repo add bitnami "https://charts.bitnami.com/bitnami"
5554
helm repo update
5655
5756
- name: Run chart-testing (lint)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Charts are available in the following formats:
2727
The following command can be used to add the chart repository:
2828

2929
```console
30-
helm repo add bitnami https://charts.bitnami.com/bitnami
3130
helm repo add backstage https://backstage.github.io/charts
3231
```
3332

charts/backstage/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: common
3-
repository: https://charts.bitnami.com/bitnami
3+
repository: oci://registry-1.docker.io/bitnamicharts
44
version: 2.10.0
55
- name: postgresql
6-
repository: https://charts.bitnami.com/bitnami
6+
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 12.10.0
8-
digest: sha256:e50e9681e108218aed1e8acaf4877290278a857a785dcd0cd28b92a73f2e8b05
9-
generated: "2023-09-05T14:49:26.276046+02:00"
8+
digest: sha256:77630aa988cef5e3a9f64a9fc3427345f451534e973dbece805850be587cb59e
9+
generated: "2024-05-11T14:39:32.274594+01:00"

charts/backstage/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ apiVersion: v2
1212
description: A Helm chart for deploying a Backstage application
1313
dependencies:
1414
- name: common
15-
repository: https://charts.bitnami.com/bitnami
15+
repository: oci://registry-1.docker.io/bitnamicharts
1616
tags:
1717
- bitnami-common
18-
version: 2.x.x
18+
version: 2.10.0
1919
- condition: postgresql.enabled
2020
name: postgresql
21-
repository: https://charts.bitnami.com/bitnami
22-
version: 12.x.x
21+
repository: oci://registry-1.docker.io/bitnamicharts
22+
version: 12.10.0
2323
home: https://backstage.io
2424
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/backstage/icon/color/backstage-icon-color.svg
2525
keywords:

charts/backstage/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Backstage unifies all your infrastructure tooling, services, and documentation t
3131
## TL;DR
3232

3333
```console
34-
helm repo add bitnami https://charts.bitnami.com/bitnami
3534
helm repo add backstage https://backstage.github.io/charts
3635

3736
helm install my-release backstage/backstage
@@ -106,8 +105,8 @@ Kubernetes: `>= 1.19.0-0`
106105

107106
| Repository | Name | Version |
108107
|------------|------|---------|
109-
| https://charts.bitnami.com/bitnami | common | 2.x.x |
110-
| https://charts.bitnami.com/bitnami | postgresql | 12.x.x |
108+
| oci://registry-1.docker.io/bitnamicharts | common | 2.10.0 |
109+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.10.0 |
111110

112111
## Values
113112

charts/backstage/README.md.gotmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Backstage unifies all your infrastructure tooling, services, and documentation t
2525
## TL;DR
2626

2727
```console
28-
helm repo add bitnami https://charts.bitnami.com/bitnami
2928
helm repo add backstage https://backstage.github.io/charts
3029
3130
helm install my-release backstage/backstage

0 commit comments

Comments
 (0)