[bitnami/seaweedfs] Release 1.0.2 (#28194)

* [bitnami/seaweedfs] Release 1.0.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-22 13:20:36 +02:00
committed by GitHub
parent f70640229e
commit f1e0b37ed9
4 changed files with 36 additions and 32 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.0.1 (2024-07-16)
## 1.0.2 (2024-07-22)
* [bitnami/seaweedfs] Global StorageClass as default value ([#28095](https://github.com/bitnami/charts/pull/28095))
* [bitnami/seaweedfs] Release 1.0.2 ([#28194](https://github.com/bitnami/charts/pull/28194))
## <small>1.0.1 (2024-07-18)</small>
* [bitnami/seaweedfs] Global StorageClass as default value (#28095) ([638cb6e](https://github.com/bitnami/charts/commit/638cb6e030714132cd0e68976a0684b886a96eb1)), closes [#28095](https://github.com/bitnami/charts/issues/28095)
## 1.0.0 (2024-07-13)

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.0.0
version: 19.0.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:a9cb091c4e84594e50dbd548cd8a902478c7dfa832bf48f7b5a6a0a32dd7cbf3
generated: "2024-07-16T12:18:36.96058+02:00"
digest: sha256:0575d90b12f9c7dc6e4c10dce17255f78f5a9171a0791c2f5435217436750e0d
generated: "2024-07-22T11:01:08.664934211Z"

View File

@@ -6,38 +6,38 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r24
image: docker.io/bitnami/os-shell:12-debian-12-r25
- name: seaweedfs
image: docker.io/bitnami/seaweedfs:3.69.0-debian-12-r2
image: docker.io/bitnami/seaweedfs:3.71.0-debian-12-r0
apiVersion: v2
appVersion: 3.69.0
appVersion: 3.71.0
dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- seaweedfs-database
version: 19.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- seaweedfs-database
version: 19.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: SeaweedFS is a simple and highly scalable distributed file system.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/seaweedfs/img/seaweedfs-stack-220x234.png
keywords:
- seaweedfs
- storage
- blob-storage
- file-storage
- object-storage
- s3
- seaweedfs
- storage
- blob-storage
- file-storage
- object-storage
- s3
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: seaweedfs
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 1.0.1
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 1.0.2

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/seaweedfs
tag: 3.69.0-debian-12-r2
tag: 3.71.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3215,7 +3215,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r24
tag: 12-debian-12-r25
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.