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:
Kjeld Schouten-Lebbing
2021-10-18 23:08:34 +02:00
committed by GitHub
parent 0d11f8cba4
commit 4ccf8d64a5
283 changed files with 433 additions and 3914 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.2.0.200"
appVersion: 2.2.0.200
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.10
version: 8.3.12
description: M3U Proxy for Plex DVR and Emby Live TV.
home: https://github.com/truechartsapps/tree/master/charts/stable/xteve
icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg
@@ -21,4 +21,4 @@ name: xteve
sources:
- https://github.com/xteve-project/xTeVe
- https://github.com/k8s-at-home/container-images
version: 3.0.9
version: 3.0.10
-15
View File
@@ -1,15 +0,0 @@
##
# This file contains Values.yaml content that gets added to the output of questions.yaml
# It's ONLY meant for content that the user is NOT expected to change.
# Example: Everything under "image" is not included in questions.yaml but is included here.
##
image:
repository: ghcr.io/k8s-at-home/xteve
pullPolicy: IfNotPresent
tag: v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##