Compare commits
13 Commits
0a20dfb179
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b3bd57f11 | |||
| 1a8e1ed8fe | |||
| 76c5950da9 | |||
| f03af959f3 | |||
| ec8550b351 | |||
| a52d1e9897 | |||
| cf6ec0dee5 | |||
| 7388a8dfa3 | |||
| d7d701ef7f | |||
| 73baeb6bc6 | |||
| 7bc7bc90bb | |||
| 77f87dde25 | |||
| 66003589e4 |
@@ -28,7 +28,7 @@ jobs:
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.7.0
|
||||
uses: helm/chart-testing-action@v2.8.0
|
||||
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.7.0
|
||||
uses: helm/chart-testing-action@v2.8.0
|
||||
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.12.0
|
||||
uses: helm/kind-action@v1.13.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
|
||||
@@ -23,10 +23,10 @@ jobs:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
uses: actions/checkout@v4.3.1
|
||||
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v42.0.4
|
||||
uses: renovatebot/github-action@v42.0.6
|
||||
with:
|
||||
token: '${{ steps.get_token.outputs.token }}'
|
||||
configurationFile: .github/renovate-config.json
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.6.0
|
||||
version: 16.7.10
|
||||
- name: valkey
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.4.7
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 20.2.2
|
||||
digest: sha256:02d03a21aee654c7531738393f3a6470ffd910d19be4ea57817774d0b0a6155c
|
||||
generated: "2025-06-08T14:31:07.274782857Z"
|
||||
version: 20.5.7
|
||||
digest: sha256:7147c0a1eed9bd4592b36d944385c1f787f3f9b96f72648e32f6ba39dccfd0c3
|
||||
generated: "2025-06-08T19:12:45.018640972Z"
|
||||
|
||||
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.21.0
|
||||
version: 0.23.0
|
||||
|
||||
# This is the version number of the application being deployed.
|
||||
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
||||
@@ -28,7 +28,7 @@ maintainers:
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 16.6.0
|
||||
version: 16.7.10
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
condition: postgresql.enabled
|
||||
|
||||
@@ -38,6 +38,6 @@ dependencies:
|
||||
condition: valkey.enabled
|
||||
|
||||
- name: mariadb
|
||||
version: 20.2.2
|
||||
version: 20.5.7
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
condition: mariadb.enabled
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Pixelfed Helm Chart
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A Helm chart for deploying Pixelfed on Kubernetes
|
||||
|
||||
@@ -95,8 +95,8 @@ These are all subcharts that you can choose to install, but you can also bring y
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.2.2 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.0 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.5.7 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.10 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.4.7 |
|
||||
|
||||
### Sources for included subcharts
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user