mirror of
https://github.com/mastodon/chart
synced 2025-03-15 05:21:52 +00:00
deps: update to latest versions, switch to OCI repo [semver-major] (#125)
This commit is contained in:
parent
3143ab1e34
commit
63a052b6a5
5
.github/workflows/test-chart.yml
vendored
5
.github/workflows/test-chart.yml
vendored
|
@ -76,7 +76,10 @@ jobs:
|
||||||
# higher.
|
# higher.
|
||||||
#
|
#
|
||||||
- k3s-channel: v1.21
|
- k3s-channel: v1.21
|
||||||
helm-version: v3.6.0
|
helm-version: v3.8.0
|
||||||
|
|
||||||
|
env:
|
||||||
|
HELM_EXPERIMENTAL_OCI: "1"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
16
Chart.lock
16
Chart.lock
|
@ -1,12 +1,12 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 19.0.1
|
version: 19.19.2
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 11.1.3
|
version: 14.2.3
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 16.13.2
|
version: 18.16.1
|
||||||
digest: sha256:8be2c8069d65f295d0079bdda67c45691370f7bef73393c2e80eedbdd748b9af
|
digest: sha256:684daaf2067d96e2aa6d93e9d29b7b13fc586f6ae929342e5e9c7c169b1c0748
|
||||||
generated: "2024-01-19T13:45:12.079125474+01:00"
|
generated: "2024-02-23T15:14:47.536480528-08:00"
|
||||||
|
|
18
Chart.yaml
18
Chart.yaml
|
@ -12,10 +12,10 @@ description: Mastodon is a free, open-source social network server based on Acti
|
||||||
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time
|
||||||
# to the chart and its templates, including the app version.
|
# you make changes to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 4.1.2
|
version: 5.0.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -24,14 +24,14 @@ appVersion: v4.2.7
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
version: 19.0.1
|
version: 19.19.2
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
condition: elasticsearch.enabled
|
condition: elasticsearch.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 11.1.3
|
version: 14.2.3
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 16.13.2
|
version: 18.16.1
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
|
@ -7,7 +7,7 @@ Kubernetes cluster. The basic usage is:
|
||||||
1. `helm dep update`
|
1. `helm dep update`
|
||||||
1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml`
|
1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml`
|
||||||
|
|
||||||
This chart is tested with k8s 1.21+ and helm 3.6.0+.
|
This chart is tested with k8s 1.21+ and helm 3.8.0+.
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user