Skip to content

Commit

Permalink
[bitnami/appsmith] Release 4.0.5 (#29161)
Browse files Browse the repository at this point in the history
* [bitnami/appsmith] Release 4.0.5 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 Sep 2, 2024
1 parent f7c95a6 commit aab4507
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions bitnami/appsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.0.4 (2024-08-30)
## 4.0.5 (2024-09-02)

* [bitnami/appsmith] Release 4.0.4 ([#29124](https://github.com/bitnami/charts/pull/29124))
* [bitnami/appsmith] Release 4.0.5 ([#29161](https://github.com/bitnami/charts/pull/29161))

## <small>4.0.4 (2024-08-30)</small>

* [bitnami/appsmith] Release 4.0.4 (#29124) ([682e6ad](https://github.com/bitnami/charts/commit/682e6ad271dea3bd4aea468c15e5b58b4f384690)), closes [#29124](https://github.com/bitnami/charts/issues/29124)

## <small>4.0.3 (2024-08-26)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.38.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.38.1-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.0.3-debian-12-r5
image: docker.io/bitnami/haproxy:3.0.3-debian-12-r6
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r28
image: docker.io/bitnami/os-shell:12-debian-12-r29
apiVersion: v2
appVersion: 1.38.0
appVersion: 1.38.1
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 4.0.4
version: 4.0.5
6 changes: 3 additions & 3 deletions bitnami/appsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.38.0-debian-12-r0
tag: 1.38.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -862,7 +862,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 3.0.3-debian-12-r5
tag: 3.0.3-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1557,7 +1557,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r28
tag: 12-debian-12-r29
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit aab4507

Please sign in to comment.