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: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.5.4 version: 8.5.6
deprecated: false deprecated: false
description: Memcached is a memory-backed database caching solution description: Memcached is a memory-backed database caching solution
home: https://github.com/truecharts/apps/tree/master/stable/memcached home: https://github.com/truecharts/apps/tree/master/stable/memcached
@@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached - https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/ - http://memcached.org/
type: application type: application
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- database - database
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "14.0.0"
dependencies: dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.5.4 version: 8.5.6
deprecated: false deprecated: false
description: PostgresSQL description: PostgresSQL
home: https://github.com/truecharts/apps/tree/master/stable/postgres home: https://github.com/truecharts/apps/tree/master/stable/postgres
@@ -22,7 +22,7 @@ name: postgresql
sources: sources:
- https://www.postgresql.org/ - https://www.postgresql.org/
type: application type: application
version: 5.1.15 version: 5.1.16
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- database - database
@@ -11,3 +11,4 @@ metadata:
type: Opaque type: Opaque
data: data:
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }} 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 - https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/ - http://redis.io/
type: application type: application
version: 0.0.2 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- database - database