Skip to content

Commit

Permalink
[bitnami/seaweedfs] Release 1.1.2 (bitnami#29392)
Browse files Browse the repository at this point in the history
* [bitnami/seaweedfs] Release 1.1.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored and bartramakers committed Sep 18, 2024
1 parent 9ebc12a commit e154726
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 6 additions & 2 deletions bitnami/seaweedfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.1.1 (2024-09-11)
## 1.1.2 (2024-09-13)

* [bitnami/seaweedfs] fix: add apiVersion and kind to volumeClaimTemplates ([#29357](https://github.com/bitnami/charts/pull/29357))
* [bitnami/seaweedfs] Release 1.1.2 ([#29392](https://github.com/bitnami/charts/pull/29392))

## <small>1.1.1 (2024-09-12)</small>

* [bitnami/seaweedfs] fix: add apiVersion and kind to volumeClaimTemplates (#29357) ([ed8879b](https://github.com/bitnami/charts/commit/ed8879b066c604f95bde4c08f13d7eb8dc6f2d3f)), closes [#29357](https://github.com/bitnami/charts/issues/29357)

## 1.1.0 (2024-09-10)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/seaweedfs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.0.4
version: 19.0.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:1d8149e2c41eaec5116af5fd6117dc48444234a84571e7fb5855c0390fab3b0e
generated: "2024-08-19T06:34:49.908435988Z"
version: 2.23.0
digest: sha256:53ab11308ad2d444a16b4b940aca036d7ff06cc8701f37194c7e038065e3c4d9
generated: "2024-09-13T10:47:13.461629234Z"
8 changes: 4 additions & 4 deletions bitnami/seaweedfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
image: docker.io/bitnami/os-shell:12-debian-12-r30
- name: seaweedfs
image: docker.io/bitnami/seaweedfs:3.72.0-debian-12-r0
image: docker.io/bitnami/seaweedfs:3.73.0-debian-12-r0
apiVersion: v2
appVersion: 3.72.0
appVersion: 3.73.0
dependencies:
- condition: mariadb.enabled
name: mariadb
Expand Down Expand Up @@ -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.1.1
version: 1.1.2
4 changes: 2 additions & 2 deletions bitnami/seaweedfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/seaweedfs
tag: 3.72.0-debian-12-r0
tag: 3.73.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -3215,7 +3215,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r27
tag: 12-debian-12-r30
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit e154726

Please sign in to comment.