Compare commits
9 Commits
d14c607713
...
main
Author | SHA1 | Date | |
---|---|---|---|
5c9f44a214 | |||
e7be6820ab | |||
a6e95707ee | |||
9f6da87d53 | |||
dc16238a95 | |||
0e2bb4f1c6 | |||
7063fe29f6 | |||
22f13dc894 | |||
8e1f7f67a2 |
@@ -10,7 +10,7 @@ jobs:
|
|||||||
helm-package:
|
helm-package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
APP: charts/audiobookshelf
|
APP: charts/audiobookshelf
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
|
@@ -10,7 +10,7 @@ jobs:
|
|||||||
helm-package:
|
helm-package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
APP: charts/dokuwiki
|
APP: charts/dokuwiki
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
|
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
|
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
|
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
run: |
|
run: |
|
||||||
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
#curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.3 && chmod +x /usr/local/bin/helm
|
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
|
||||||
helm version
|
helm version
|
||||||
|
|
||||||
- name: Package Helm Chart
|
- name: Package Helm Chart
|
||||||
|
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
description: A Helm chart for Audiobookshelf
|
description: A Helm chart for Audiobookshelf
|
||||||
type: application
|
type: application
|
||||||
version: 1.9.2
|
version: 1.10.0
|
||||||
appVersion: "2.25.1"
|
appVersion: "2.29.0"
|
||||||
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/audiobookshelf
|
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/audiobookshelf
|
||||||
keywords:
|
keywords:
|
||||||
- audiobookshelf
|
- audiobookshelf
|
||||||
|
@@ -32,5 +32,5 @@ maintainers: []
|
|||||||
name: dokuwiki
|
name: dokuwiki
|
||||||
sources:
|
sources:
|
||||||
- https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki
|
- https://git.cooltux.net/Interne-Entwicklungen/TuxNet-helm-charts.git/dokuwiki
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
appVersion: "20250530-debian-12"
|
appVersion: "20250807-debian-12"
|
||||||
|
@@ -70,7 +70,7 @@ extraDeploy: []
|
|||||||
image:
|
image:
|
||||||
registry: git.cooltux.net
|
registry: git.cooltux.net
|
||||||
repository: marko/docker-dokuwiki-debian12
|
repository: marko/docker-dokuwiki-debian12
|
||||||
tag: "20250530-debian-12"
|
tag: "20250807-debian-12"
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 16.7.21
|
version: 16.7.24
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.31.3
|
version: 2.31.3
|
||||||
digest: sha256:cc4b0618c5eb9e447c5538ba043869a7cbd6548d32768d8f63267fa27fdc5459
|
digest: sha256:d8069a70d0f19ff31989b0755d92997aae49301596058d679b002f678315ab9e
|
||||||
generated: "2025-08-07T14:44:22.967095866Z"
|
generated: "2025-08-10T11:18:09.390206634+02:00"
|
||||||
|
@@ -13,27 +13,28 @@ annotations:
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 26.3.2
|
appVersion: 26.3.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 16.x.x
|
version: 16.x.x
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
tags:
|
tags:
|
||||||
- bitnami-common
|
- bitnami-common
|
||||||
version: 2.x.x
|
version: 2.x.x
|
||||||
description: Keycloak is a high performance Java-based identity and access management
|
description:
|
||||||
|
Keycloak is a high performance Java-based identity and access management
|
||||||
solution. It lets developers add an authentication layer to their applications with
|
solution. It lets developers add an authentication layer to their applications with
|
||||||
minimum effort.
|
minimum effort.
|
||||||
home: https://bitnami.com
|
home: https://bitnami.com
|
||||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/keycloak/img/keycloak-stack-220x234.png
|
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/keycloak/img/keycloak-stack-220x234.png
|
||||||
keywords:
|
keywords:
|
||||||
- keycloak
|
- keycloak
|
||||||
- access-management
|
- access-management
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Broadcom, Inc. All Rights Reserved.
|
- name: Broadcom, Inc. All Rights Reserved.
|
||||||
url: https://github.com/bitnami/charts
|
url: https://github.com/bitnami/charts
|
||||||
name: keycloak
|
name: keycloak
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||||
version: 24.9.1
|
version: 24.9.1
|
||||||
|
BIN
charts/keycloak/charts/common-2.31.3.tgz
Normal file
BIN
charts/keycloak/charts/common-2.31.3.tgz
Normal file
Binary file not shown.
BIN
charts/keycloak/charts/postgresql-16.7.24.tgz
Normal file
BIN
charts/keycloak/charts/postgresql-16.7.24.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user