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