Skip to content

Commit 5a54a7d

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 290b1d5 + 3220446 commit 5a54a7d

File tree

121 files changed

+287
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+287
-286
lines changed

.github/disabled/charts-release-helm-push-chartmuseum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Add helm repo
3838
shell: bash
3939
run: |
40-
helm repo add chartmuseum oci://ghcr.io/geek-cookbook/elf-charts --username chartmuseum --password chartmuseum
40+
helm repo add chartmuseum oci://ghcr.io/elfhosted/charts --username chartmuseum --password chartmuseum
4141
helm plugin install https://github.com/chartmuseum/helm-push
4242
4343
- name: Push chart into chartmuseum

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"enabledManagers": ["helm-values"],
44
"detectHostRulesFromEnv": true,
55
"platform": "github",
6-
"repositories": ["geek-cookbook/elf-charts"],
6+
"repositories": ["elfhosted/charts"],
77
"pinDigests": true,
88
"ignorePaths": ["charts/apps/**","charts/library/**","charts/other/app-template"],
99
"allowedPostUpgradeCommands": ["./scripts/bump-myprecious.sh"],

.github/workflows/charts-release-oci.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ on:
1111
required: false
1212
type: string
1313

14+
permissions:
15+
contents: read
16+
packages: write
17+
1418
env:
1519
HELM_VERSION: 3.11.2
1620
CHARTS_SRC_DIR: "charts"
1721
TARGET_REGISTRY: ghcr.io
18-
TARGET_REPO: geek-cookbook/elf-charts
22+
TARGET_REPO: elfhosted/charts
1923

2024
jobs:
2125
release-charts:
@@ -42,10 +46,10 @@ jobs:
4246
username: ${{ github.actor }}
4347
password: ${{ secrets.GITHUB_TOKEN }}
4448

45-
# - name: Add helm repo
46-
# shell: bash
47-
# run: |
48-
# helm repo add chartmuseum oci://ghcr.io/geek-cookbook/elf-charts --username chartmuseum --password chartmuseum
49+
- name: Log into helm repo
50+
shell: bash
51+
run: |
52+
helm registry login ghcr.io/elfhosted/charts -u ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
4953
5054
- name: Package & Push Helm Charts
5155
shell: bash

.github/workflows/pr-validate.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: "Pull Request: Validate"
22

33
on:
44
pull_request:
5-
branches:
6-
- main
7-
- development
85
types:
96
- opened
107
- edited

charts/apps/alertmanager-discord/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintainers:
1919
email: rogerrum@gmail.com
2020
dependencies:
2121
- name: common
22-
repository: oci://ghcr.io/geek-cookbook/elf-charts
22+
repository: oci://ghcr.io/elfhosted/charts
2323
version: ~0.2.10
2424
annotations:
2525
artifacthub.io/changes: |-

charts/apps/audiobookshelf/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintainers:
1818
email: tvories@gmail.com
1919
dependencies:
2020
- name: common
21-
repository: oci://ghcr.io/geek-cookbook/elf-charts
21+
repository: oci://ghcr.io/elfhosted/charts
2222
version: ~0.2.10
2323
annotations:
2424
artifacthub.io/changes: |-

charts/apps/autobrr/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintainers:
1818
email: davidy@funkypenguin.co.nz
1919
dependencies:
2020
- name: common
21-
repository: oci://ghcr.io/geek-cookbook/elf-charts
21+
repository: oci://ghcr.io/elfhosted/charts
2222
version: ~0.2.10
2323
annotations:
2424
artifacthub.io/changes: |-

charts/apps/autobrr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Kubernetes: `>=1.16.0-0`
1919

2020
| Repository | Name | Version |
2121
|------------|------|---------|
22-
| oci://ghcr.io/geek-cookbook/elf-charts | common | 0.2.2 |
22+
| oci://ghcr.io/elfhosted/charts | common | 0.2.2 |
2323

2424
## TL;DR
2525

2626
```console
27-
helm repo add k8s-at-home oci://ghcr.io/geek-cookbook/elf-charts
27+
helm repo add k8s-at-home oci://ghcr.io/elfhosted/charts
2828
helm repo update
2929
helm install autobrr k8s-at-home/autobrr
3030
```

charts/apps/bazarr/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maintainers:
2222
email: jeff@billimek.com
2323
dependencies:
2424
- name: common
25-
repository: oci://ghcr.io/geek-cookbook/elf-charts
25+
repository: oci://ghcr.io/elfhosted/charts
2626
version: ~0.2.10
2727
annotations:
2828
artifacthub.io/changes: |-

charts/apps/bazarr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Kubernetes: `>=1.16.0-0`
1919

2020
| Repository | Name | Version |
2121
|------------|------|---------|
22-
| oci://ghcr.io/geek-cookbook/elf-charts | common | 0.2.2 |
22+
| oci://ghcr.io/elfhosted/charts | common | 0.2.2 |
2323

2424
## TL;DR
2525

2626
```console
27-
helm repo add k8s-at-home oci://ghcr.io/geek-cookbook/elf-charts
27+
helm repo add k8s-at-home oci://ghcr.io/elfhosted/charts
2828
helm repo update
2929
helm install bazarr k8s-at-home/bazarr
3030
```

0 commit comments

Comments
 (0)