refactor(Apps): Project Eclipse - part 1 - remove ix_values.yaml (#1168)
* NUKE values.yaml -> ix_values.yaml * nuke the values.yaml files globally (we can revert just the bare minimum required settings, if needed) * bump patch versions (cherry picked from commit e6c60c57df81af47652180d3e822f05c878e1d2b) * bump common to deal with some storageClass naming issues * bump common and postgresql * try retrying helm dependency update 3 times if failed * sleep after error
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.15.4"
|
||||
appVersion: 1.15.4
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.10
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.16
|
||||
version: 3.0.18
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
type: application
|
||||
version: 1.0.10
|
||||
version: 1.0.11
|
||||
|
||||
Reference in New Issue
Block a user