[bitnami/seaweedfs] Release 1.0.8 (#28750)

* [bitnami/seaweedfs] Release 1.0.8 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-08-07 16:51:54 +02:00
committed by GitHub
parent fae7b773c3
commit c4ee2ee425
4 changed files with 14 additions and 10 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.0.7 (2024-07-31)
## 1.0.8 (2024-08-07)
* [bitnami/seaweedfs] Fix mounting the S3 auth config.json from secret ([#28583](https://github.com/bitnami/charts/pull/28583))
* [bitnami/seaweedfs] Release 1.0.8 ([#28750](https://github.com/bitnami/charts/pull/28750))
## <small>1.0.7 (2024-07-31)</small>
* [bitnami/seaweedfs] Fix mounting the S3 auth config.json from secret (#28583) ([40d557a](https://github.com/bitnami/charts/commit/40d557addf28bc8c253fb99f3060220e43499632)), closes [#28583](https://github.com/bitnami/charts/issues/28583)
## <small>1.0.6 (2024-07-30)</small>

View File

@@ -4,6 +4,6 @@ dependencies:
version: 19.0.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:da42f1dd25779b5853733a8a5915ece6304e7b5f9892d9540f9e73e7b072e801
generated: "2024-07-25T08:56:42.522080952Z"
version: 2.21.0
digest: sha256:6905259e9a50be052cfbda34baefdefa2e3390a993bc778ddcdfaeea9109aa5c
generated: "2024-08-07T14:29:48.484443001Z"

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
image: docker.io/bitnami/os-shell:12-debian-12-r27
- name: seaweedfs
image: docker.io/bitnami/seaweedfs:3.71.0-debian-12-r3
image: docker.io/bitnami/seaweedfs:3.71.0-debian-12-r4
apiVersion: v2
appVersion: 3.71.0
dependencies:
@@ -40,4 +40,4 @@ name: seaweedfs
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 1.0.7
version: 1.0.8

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/seaweedfs
tag: 3.71.0-debian-12-r3
tag: 3.71.0-debian-12-r4
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-r26
tag: 12-debian-12-r27
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.