forked from truecharts/public
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: TrueCharts-Bot <[email protected]>
- Loading branch information
1 parent
bf6c519
commit b685bef
Showing
19 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,10 +73,10 @@ jobs: | |
helm repo add cnpg https://cloudnative-pg.github.io/charts | ||
helm repo add metallb https://metallb.github.io/metallb | ||
helm repo update | ||
- name: Prep go-yq | ||
run: | | ||
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq | ||
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq | ||
# Optional step if GPG signing is used | ||
- name: Prepare GPG key | ||
|
@@ -303,7 +303,7 @@ jobs: | |
run: | | ||
git config user.name "TrueCharts-Bot" | ||
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 | ||
with: | ||
|
@@ -329,7 +329,7 @@ jobs: | |
shell: bash | ||
run: | | ||
find . -type f -name 'questions.yaml' -exec rm {} \; | ||
- name: Run chart-releaser for dependency apps | ||
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 | ||
if: | | ||
|
@@ -341,16 +341,16 @@ jobs: | |
env: | ||
CR_TOKEN: "${{ secrets.BOT_TOKEN }}" | ||
CR_SKIP_EXISTING: "true" | ||
|
||
- name: Helm | Login | ||
shell: bash | ||
env: | ||
env: | ||
HELM_EXPERIMENTAL_OCI: 1 | ||
run: echo ${{ secrets.QUAY_SECRET }} | helm registry login -u ${{ secrets.QUAY_USER }} --password-stdin quay.io | ||
|
||
- name: Push Charts to Quay | ||
shell: bash | ||
env: | ||
env: | ||
HELM_EXPERIMENTAL_OCI: 1 | ||
run: | | ||
for pkg in .cr-release-packages/*.tgz; do | ||
|
@@ -363,14 +363,13 @@ jobs: | |
helm push "${pkg}" oci://quay.io/truecharts || echo "failed to upload $pkg to OCI" | ||
curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_TOKEN }}" "https://quay.io/api/v1/repository/truecharts/$name/changevisibility" || echo "failed to set $pkg to public on OCI" | ||
done | ||
- name: Helm | Logout | ||
shell: bash | ||
env: | ||
env: | ||
HELM_EXPERIMENTAL_OCI: 1 | ||
run: helm registry logout quay.io | ||
|
||
|
||
|
||
- name: Tag App Releases | ||
if: | | ||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png | |
keywords: | ||
- clamav | ||
- antivirus | ||
kubeVersion: '>=1.24.0-0' | ||
kubeVersion: ">=1.24.0-0" | ||
maintainers: | ||
- name: TrueCharts | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ keywords: | |
- http | ||
- web | ||
- php | ||
kubeVersion: '>=1.24.0-0' | ||
kubeVersion: ">=1.24.0-0" | ||
maintainers: | ||
- name: TrueCharts | ||
email: [email protected] | ||
|
@@ -43,11 +43,11 @@ sources: | |
- https://github.com/nextcloud/docker | ||
- https://github.com/nextcloud/helm | ||
- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary | ||
- https://hub.docker.com/r/collabora/code | ||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary | ||
- https://hub.docker.com/r/clamav/clamav | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify | ||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged | ||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm | ||
type: application | ||
version: 28.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png | |
keywords: | ||
- nzbget | ||
- usenet | ||
kubeVersion: '>=1.24.0-0' | ||
kubeVersion: ">=1.24.0-0" | ||
maintainers: | ||
- name: TrueCharts | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,8 +91,7 @@ metrics: | |
targetSelector: metrics | ||
# Required for exportarr | ||
apiKey: "" | ||
|
||
portal: | ||
open: | ||
enabled: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ keywords: | |
- tasmoadmin | ||
- home-automation | ||
- Network-Management | ||
kubeVersion: '>=1.24.0-0' | ||
kubeVersion: ">=1.24.0-0" | ||
maintainers: | ||
- name: TrueCharts | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters