Revert "chore: use bitnamilegacy images temporarily"
This reverts commit 64fc0a8141.
This commit is contained in:
parent
64fc0a8141
commit
f448648783
|
|
@ -11,7 +11,7 @@ sources:
|
||||||
- https://github.com/appsmithorg/appsmith
|
- https://github.com/appsmithorg/appsmith
|
||||||
home: https://www.appsmith.com/
|
home: https://www.appsmith.com/
|
||||||
icon: https://assets.appsmith.com/appsmith-icon.png
|
icon: https://assets.appsmith.com/appsmith-icon.png
|
||||||
version: 3.6.4
|
version: 3.6.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
app.kubernetes.io/instance: RELEASE-NAME
|
app.kubernetes.io/instance: RELEASE-NAME
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: appsmith
|
app.kubernetes.io/name: appsmith
|
||||||
appsmith.sh/chart: appsmith-3.6.4
|
appsmith.sh/chart: appsmith-3.6.3
|
||||||
name: RELEASE-NAME-appsmith
|
name: RELEASE-NAME-appsmith
|
||||||
namespace: NAMESPACE
|
namespace: NAMESPACE
|
||||||
3: |
|
3: |
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
app.kubernetes.io/instance: RELEASE-NAME
|
app.kubernetes.io/instance: RELEASE-NAME
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: appsmith
|
app.kubernetes.io/name: appsmith
|
||||||
appsmith.sh/chart: appsmith-3.6.4
|
appsmith.sh/chart: appsmith-3.6.3
|
||||||
name: RELEASE-NAME-appsmith
|
name: RELEASE-NAME-appsmith
|
||||||
namespace: NAMESPACE
|
namespace: NAMESPACE
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -143,7 +143,7 @@
|
||||||
app.kubernetes.io/instance: RELEASE-NAME
|
app.kubernetes.io/instance: RELEASE-NAME
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: appsmith
|
app.kubernetes.io/name: appsmith
|
||||||
appsmith.sh/chart: appsmith-3.6.4
|
appsmith.sh/chart: appsmith-3.6.3
|
||||||
name: RELEASE-NAME-appsmith-headless
|
name: RELEASE-NAME-appsmith-headless
|
||||||
namespace: NAMESPACE
|
namespace: NAMESPACE
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -182,7 +182,7 @@
|
||||||
app.kubernetes.io/instance: RELEASE-NAME
|
app.kubernetes.io/instance: RELEASE-NAME
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: appsmith
|
app.kubernetes.io/name: appsmith
|
||||||
appsmith.sh/chart: appsmith-3.6.4
|
appsmith.sh/chart: appsmith-3.6.3
|
||||||
name: RELEASE-NAME-appsmith
|
name: RELEASE-NAME-appsmith
|
||||||
namespace: NAMESPACE
|
namespace: NAMESPACE
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
app.kubernetes.io/instance: RELEASE-NAME
|
app.kubernetes.io/instance: RELEASE-NAME
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: appsmith
|
app.kubernetes.io/name: appsmith
|
||||||
appsmith.sh/chart: appsmith-3.6.4
|
appsmith.sh/chart: appsmith-3.6.3
|
||||||
name: RELEASE-NAME-appsmith
|
name: RELEASE-NAME-appsmith
|
||||||
namespace: NAMESPACE
|
namespace: NAMESPACE
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ mongodb:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnamilegacy/mongodb
|
repository: bitnami/mongodb
|
||||||
tag: 6.0.13
|
tag: 6.0.13
|
||||||
arbiter:
|
arbiter:
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
@ -44,6 +44,10 @@ mongodb:
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
affinity: {}
|
affinity: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
image:
|
||||||
|
registry: docker.io
|
||||||
|
repository: bitnami/mongodb
|
||||||
|
tag: 6.0.13
|
||||||
|
|
||||||
## postgresql parameters
|
## postgresql parameters
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
@ -55,7 +59,7 @@ postgresql:
|
||||||
database: keycloak
|
database: keycloak
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnamilegacy/postgresql
|
repository: bitnami/postgresql
|
||||||
tag: 14.12.0
|
tag: 14.12.0
|
||||||
primary:
|
primary:
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user