mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kong] bump up charts and c* ci test (#10516)
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
432f65a95f
commit
4704252865
@@ -10,5 +10,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.8.0
|
||||
version: 0.9.0
|
||||
appVersion: 1.0.0
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
env:
|
||||
database: cassandra
|
||||
|
||||
cassandra:
|
||||
enabled: true
|
||||
postgres:
|
||||
enabled: false
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 0.18.0
|
||||
version: 3.9.1
|
||||
- name: cassandra
|
||||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
version: 0.2.6
|
||||
digest: sha256:936a09fac4dfb9a2785fcc4650bb7eea270262529acf091261f39fafdedc9aa2
|
||||
generated: 2018-09-06T16:46:47.888787-07:00
|
||||
version: 0.10.2
|
||||
digest: sha256:ed6abe23258b9eb42a55b21ff68d5df7367e04d0c1de588442f6a91a067616a9
|
||||
generated: 2019-01-09T12:04:14.047647677-08:00
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ~0.18.0
|
||||
version: ~3.9.1
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: postgresql.enabled
|
||||
- name: cassandra
|
||||
version: ~0.2.6
|
||||
version: ~0.10.2
|
||||
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
condition: cassandra.enabled
|
||||
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
@@ -95,7 +95,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
|
||||
@@ -53,7 +53,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
@@ -101,7 +101,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
command: [ "/bin/sh", "-c", "until nc -zv $KONG_PG_HOST $KONG_PG_PORT -w1; do echo 'waiting for db'; sleep 1; done" ]
|
||||
{{- end }}
|
||||
containers:
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
command: [ "/bin/sh", "-c", "until nc -zv $KONG_PG_HOST $KONG_PG_PORT -w1; do echo 'waiting for db'; sleep 1; done" ]
|
||||
{{- end }}
|
||||
containers:
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
command: [ "/bin/sh", "-c", "until nc -zv $KONG_PG_HOST $KONG_PG_PORT -w1; do echo 'waiting for db'; sleep 1; done" ]
|
||||
{{- end }}
|
||||
containers:
|
||||
@@ -60,7 +60,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ template "kong.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- if .Values.cassandra.enabled }}
|
||||
- name: KONG_CASSANDRA_CONTACT_POINTS
|
||||
|
||||
@@ -158,8 +158,8 @@ cassandra:
|
||||
# PostgreSQL chart configs
|
||||
postgresql:
|
||||
enabled: true
|
||||
postgresUser: kong
|
||||
postgresDatabase: kong
|
||||
postgresqlUsername: kong
|
||||
postgresqlDatabase: kong
|
||||
service:
|
||||
port: 5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user