Skip to content

Commit 63a052b

Browse files
authored
deps: update to latest versions, switch to OCI repo [semver-major] (mastodon#125)
1 parent 3143ab1 commit 63a052b

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

.github/workflows/test-chart.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
# higher.
7777
#
7878
- k3s-channel: v1.21
79-
helm-version: v3.6.0
79+
helm-version: v3.8.0
80+
81+
env:
82+
HELM_EXPERIMENTAL_OCI: "1"
8083

8184
steps:
8285
- uses: actions/checkout@v3

Chart.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: elasticsearch
3-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4-
version: 19.0.1
3+
repository: oci://registry-1.docker.io/bitnamicharts
4+
version: 19.19.2
55
- name: postgresql
6-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
7-
version: 11.1.3
6+
repository: oci://registry-1.docker.io/bitnamicharts
7+
version: 14.2.3
88
- name: redis
9-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
10-
version: 16.13.2
11-
digest: sha256:8be2c8069d65f295d0079bdda67c45691370f7bef73393c2e80eedbdd748b9af
12-
generated: "2024-01-19T13:45:12.079125474+01:00"
9+
repository: oci://registry-1.docker.io/bitnamicharts
10+
version: 18.16.1
11+
digest: sha256:684daaf2067d96e2aa6d93e9d29b7b13fc586f6ae929342e5e9c7c169b1c0748
12+
generated: "2024-02-23T15:14:47.536480528-08:00"

Chart.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ description: Mastodon is a free, open-source social network server based on Acti
1212
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1313
type: application
1414

15-
# This is the chart version. This version number should be incremented each time you make changes
16-
# to the chart and its templates, including the app version.
15+
# This is the chart version. This version number should be incremented each time
16+
# you make changes to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 4.1.2
18+
version: 5.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -24,14 +24,14 @@ appVersion: v4.2.7
2424

2525
dependencies:
2626
- name: elasticsearch
27-
version: 19.0.1
28-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
27+
version: 19.19.2
28+
repository: oci://registry-1.docker.io/bitnamicharts
2929
condition: elasticsearch.enabled
3030
- name: postgresql
31-
version: 11.1.3
32-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
31+
version: 14.2.3
32+
repository: oci://registry-1.docker.io/bitnamicharts
3333
condition: postgresql.enabled
3434
- name: redis
35-
version: 16.13.2
36-
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
35+
version: 18.16.1
36+
repository: oci://registry-1.docker.io/bitnamicharts
3737
condition: redis.enabled

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Kubernetes cluster. The basic usage is:
77
1. `helm dep update`
88
1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml`
99

10-
This chart is tested with k8s 1.21+ and helm 3.6.0+.
10+
This chart is tested with k8s 1.21+ and helm 3.8.0+.
1111

1212
# Configuration
1313

0 commit comments

Comments
 (0)