Skip to content

Commit

Permalink
Merge pull request #1322 from christianhuth/dev-bitnami-oci
Browse files Browse the repository at this point in the history
use oci based helm repo
  • Loading branch information
christianhuth authored Feb 17, 2025
2 parents 046a721 + 31e0e7f commit 6335cd8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions charts/headwind-mdm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# headwind-mdm

## 3.0.2
## 3.0.3

### Changed

- dependency to postgresql to 16.4.9
- use OCI based Bitnami Helm Repositories
6 changes: 3 additions & 3 deletions charts/headwind-mdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: headwind-mdm
description: Headwind MDM - an open source mobile device management software for Android
type: application
version: 3.0.2
version: 3.0.3
appVersion: "0.1.5"
home: https://github.com/christianhuth/helm-charts
icon: https://h-mdm.com/wp-content/uploads/2019/07/neew-logo.png
Expand All @@ -15,13 +15,13 @@ sources:
- https://hub.docker.com/r/headwindmdm/hmdm
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.9
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: dependency to postgresql to 16.4.9
description: use OCI based Bitnami Helm Repositories
artifacthub.io/screenshots: |
- title: Headwind MDM is a powerful Open Source platform to manage your Enterprise Android Devices.
url: https://images.wondershare.com/drfone/article/2022/11/opensource-mdm-3.jpg
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-ops-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kube-ops-view

## 4.1.1
## 4.1.2

### Changed

- dependency to redis to 20.7.1
- use OCI based Bitnami Helm Repositories
6 changes: 3 additions & 3 deletions charts/kube-ops-view/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: kube-ops-view
description: A Helm chart for bootstrapping kube-ops-view.
type: application
version: 4.1.1
version: 4.1.2
appVersion: "23.5.0"
home: https://github.com/christianhuth/helm-charts
icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb
Expand All @@ -14,14 +14,14 @@ sources:
- https://codeberg.org/hjacobs/kube-ops-view
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.7.1
condition: redis.enabled
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: dependency to redis to 20.7.1
description: use OCI based Bitnami Helm Repositories
artifacthub.io/screenshots: |
- title: Dashboard overview of a Kubernetes cluster
url: https://codeberg.org/hjacobs/kube-ops-view/media/branch/main/screenshot.png
Expand Down
6 changes: 3 additions & 3 deletions charts/polr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# polr

## 2.0.1
## 2.0.2

### Fixed
### Changed

- changelog
- use OCI based Bitnami Helm Repositories
8 changes: 4 additions & 4 deletions charts/polr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: polr
description: Polr is a quick, modern, and open-source link shortener
type: application
version: 2.0.1
version: 2.0.2
appVersion: "2.3.0"
home: https://github.com/christianhuth/helm-charts
icon: http://docs.polrproject.org/en/latest/logo.png
Expand All @@ -14,12 +14,12 @@ sources:
- https://github.com/ajanvier/docker-polr
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.2
annotations:
artifacthub.io/changes: |
- kind: fixed
description: changelog
- kind: changed
description: use OCI based Bitnami Helm Repositories
artifacthub.io/screenshots: |
- title: Polr converts some long links into shorter ones.
url: https://selfhostedweb.org/wp-content/uploads/2017/02/shortit-1024x346.png
Expand Down

0 comments on commit 6335cd8

Please sign in to comment.