Skip to content

Commit 7736fa0

Browse files
authored
Merge pull request #41179 from appsmithorg/release
13/08 Daily Promotion
2 parents feadcc7 + 708c406 commit 7736fa0

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- https://github.com/appsmithorg/appsmith
1212
home: https://www.appsmith.com/
1313
icon: https://assets.appsmith.com/appsmith-icon.png
14-
version: 3.6.3
14+
version: 3.6.4
1515
dependencies:
1616
- condition: redis.enabled
1717
name: redis

deploy/helm/tests/__snapshot__/defaults_snapshot_test.yaml.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
app.kubernetes.io/instance: RELEASE-NAME
2626
app.kubernetes.io/managed-by: Helm
2727
app.kubernetes.io/name: appsmith
28-
appsmith.sh/chart: appsmith-3.6.3
28+
appsmith.sh/chart: appsmith-3.6.4
2929
name: RELEASE-NAME-appsmith
3030
namespace: NAMESPACE
3131
3: |
@@ -36,7 +36,7 @@
3636
app.kubernetes.io/instance: RELEASE-NAME
3737
app.kubernetes.io/managed-by: Helm
3838
app.kubernetes.io/name: appsmith
39-
appsmith.sh/chart: appsmith-3.6.3
39+
appsmith.sh/chart: appsmith-3.6.4
4040
name: RELEASE-NAME-appsmith
4141
namespace: NAMESPACE
4242
spec:
@@ -143,7 +143,7 @@
143143
app.kubernetes.io/instance: RELEASE-NAME
144144
app.kubernetes.io/managed-by: Helm
145145
app.kubernetes.io/name: appsmith
146-
appsmith.sh/chart: appsmith-3.6.3
146+
appsmith.sh/chart: appsmith-3.6.4
147147
name: RELEASE-NAME-appsmith-headless
148148
namespace: NAMESPACE
149149
spec:
@@ -182,7 +182,7 @@
182182
app.kubernetes.io/instance: RELEASE-NAME
183183
app.kubernetes.io/managed-by: Helm
184184
app.kubernetes.io/name: appsmith
185-
appsmith.sh/chart: appsmith-3.6.3
185+
appsmith.sh/chart: appsmith-3.6.4
186186
name: RELEASE-NAME-appsmith
187187
namespace: NAMESPACE
188188
spec:
@@ -203,7 +203,7 @@
203203
app.kubernetes.io/instance: RELEASE-NAME
204204
app.kubernetes.io/managed-by: Helm
205205
app.kubernetes.io/name: appsmith
206-
appsmith.sh/chart: appsmith-3.6.3
206+
appsmith.sh/chart: appsmith-3.6.4
207207
name: RELEASE-NAME-appsmith
208208
namespace: NAMESPACE
209209
secrets:

deploy/helm/values.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mongodb:
3434
tolerations: []
3535
image:
3636
registry: docker.io
37-
repository: bitnami/mongodb
37+
repository: bitnamilegacy/mongodb
3838
tag: 6.0.13
3939
arbiter:
4040
nodeSelector: {}
@@ -44,10 +44,6 @@ mongodb:
4444
nodeSelector: {}
4545
affinity: {}
4646
tolerations: []
47-
image:
48-
registry: docker.io
49-
repository: bitnami/mongodb
50-
tag: 6.0.13
5147

5248
## postgresql parameters
5349
postgresql:
@@ -59,7 +55,7 @@ postgresql:
5955
database: keycloak
6056
image:
6157
registry: docker.io
62-
repository: bitnami/postgresql
58+
repository: bitnamilegacy/postgresql
6359
tag: 14.12.0
6460
primary:
6561
affinity: {}

0 commit comments

Comments
 (0)