Skip to content

Commit

Permalink
chore: Switched deps to OCI (#935)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Apr 17, 2024
1 parent f7281e8 commit fbe8677
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
oci_password: ${{ secrets.GITHUB_TOKEN }}
with:
chart_dir: charts
helm_repos: "bitnami=https://charts.bitnami.com/bitnami/"
release_as_latest: true
release_notes: true
publish_gh_pages: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
chart_dir: charts
target_branch: main
helm_repos: "bitnami=https://charts.bitnami.com/bitnami/"
helm_docs: true
changelog: true
ah_lint: true
Expand Down
4 changes: 4 additions & 0 deletions charts/confluence-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

## [UNRELEASED]

### Changed

- Updated the _PostgreSQL_ dependency ot come from an OCI registry.

## [v5.7.1] - 2024-01-16

> [!CAUTION]
Expand Down
6 changes: 3 additions & 3 deletions charts/confluence-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
version: 12.12.10
digest: sha256:8183242f2f0296267cbbb7e9d5e6f24c4148cecac4a2807fd0a91e862a85b1d8
generated: "2023-10-06T09:47:23.4826165+01:00"
digest: sha256:23bc3b3dcbcf7c348a8bf6bbded7123fe79d51ee6e1df6e3f397ce0d4a0152a6
generated: "2024-04-17T14:46:01.7312766+01:00"
2 changes: 1 addition & 1 deletion charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
dependencies:
- name: postgresql
version: 12.12.10
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
condition: postgresql.enabled
annotations:
artifacthub.io/alternativeName: confluence
Expand Down
4 changes: 4 additions & 0 deletions charts/jira-software/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

## [UNRELEASED]

### Changed

- Updated the _PostgreSQL_ dependency ot come from an OCI registry.

## [v5.12.5] - 2024-03-13

> [!IMPORTANT]
Expand Down
6 changes: 3 additions & 3 deletions charts/jira-software/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
version: 12.12.10
digest: sha256:8183242f2f0296267cbbb7e9d5e6f24c4148cecac4a2807fd0a91e862a85b1d8
generated: "2023-10-20T13:43:09.4420898+01:00"
digest: sha256:23bc3b3dcbcf7c348a8bf6bbded7123fe79d51ee6e1df6e3f397ce0d4a0152a6
generated: "2024-04-17T14:46:10.5993579+01:00"
2 changes: 1 addition & 1 deletion charts/jira-software/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
dependencies:
- name: postgresql
version: 12.12.10
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
condition: postgresql.enabled
annotations:
artifacthub.io/alternativeName: jira
Expand Down
4 changes: 4 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

## [UNRELEASED]

### Changed

- Updated the _PostgreSQL_ dependency ot come from an OCI registry.

## [v5.5.0] - 2024-04-12

### Changed
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
version: 12.12.10
digest: sha256:64b8985a0dd908270c0e9ba13a59b51f0c3fa3936be29bb405e63177fe548efa
generated: "2023-11-21T12:10:54.8708708Z"
digest: sha256:3125736fa9d69218c96996c9a52b37e944b56be6a624731639bf72c4d50afdcf
generated: "2024-04-17T14:44:30.4299546+01:00"
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ maintainers:
dependencies:
- name: postgresql
version: ~12.12.10
repository: https://charts.bitnami.com/bitnami/
repository: oci://docker.io/bitnamicharts
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
Expand Down

0 comments on commit fbe8677

Please sign in to comment.