feat(deps): move deps to incubator (#1311)

* feat(deps): move deps to incubator and alias the common chart

* reverse a tryout

* fixup a postgresql mistake
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-12 20:00:12 +01:00
committed by GitHub
parent 00f826f148
commit 47cad0cd50
22 changed files with 6 additions and 5 deletions
@@ -3,7 +3,7 @@ appVersion: "1.6.12"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
version: 8.5.6
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://github.com/truecharts/apps/tree/master/stable/memcached
@@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 0.0.1
version: 1.0.0
annotations:
truecharts.org/catagories: |
- database
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "14.0.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
version: 8.5.6
deprecated: false
description: PostgresSQL
home: https://github.com/truecharts/apps/tree/master/stable/postgres
@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 5.1.15
version: 5.1.16
annotations:
truecharts.org/catagories: |
- database
@@ -11,3 +11,4 @@ metadata:
type: Opaque
data:
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
postgresql-postgres-password: {{ ( .Values.postgrespassword | default "empty" ) | b64enc | quote }}
@@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 0.0.2
version: 1.0.0
annotations:
truecharts.org/catagories: |
- database