[bitnami/mastodon] Update dependencies of the chart (#25299)

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2024-04-22 11:37:00 +02:00
committed by GitHub
parent 917cec1d7e
commit 6931be60e6
3 changed files with 12 additions and 8 deletions

View File

@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.0
version: 19.1.2
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.2.5
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.0.4
version: 21.0.1
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.1.7
version: 14.2.0
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.1
digest: sha256:d2a9db5f7d571817955714adb8637fbd366a7da1c6093afa327fe773e0bd8ac6
generated: "2024-04-17T16:03:32.549729902Z"
digest: sha256:1d965b44dd0e982bcfd4af87912e0d7dec74d0206c17ae06d221e72a6f8b55ae
generated: "2024-04-22T11:14:05.126257+02:00"

View File

@@ -23,7 +23,7 @@ dependencies:
- condition: elasticsearch.enabled
name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.x.x
version: 21.x.x
- condition: minio.enabled
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
@@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 5.0.1
version: 6.0.0

View File

@@ -819,6 +819,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 6.0.0
This major updates the Elasticsearch subchart to its newest major, 21.0.0, which removes support for elasticsearch-curator. Check [Elasticsearch Upgrading Notes](https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#to-2100) for more information.
### To 5.0.0
This major bump changes the following security defaults:
@@ -862,4 +866,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.