This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch 1207-improve-helm-charts
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 72217f30e Merge pull request #1174 from
apache/sp-1157-upgrade-third-party-services
add 81a898842 add github-actions to denpendabot config (#1205)
new 97f7a5881 Add more configuration options to helm charts (#1207)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/dependabot.yml | 6 ++-
.../k8s/templates/core/backend-deployment.yaml | 19 +++----
installer/k8s/templates/core/backend-pv-pvc.yaml | 42 ---------------
.../backend-pvc.yaml} | 22 ++++----
installer/k8s/templates/core/backend-service.yaml | 6 +--
...nt.yaml => extensions-all-iiot-deployment.yaml} | 10 ++--
...rvice.yaml => extensions-all-iiot-service.yaml} | 6 +--
.../pipeline-elements-all-flink-deployment.yaml | 37 --------------
.../external/consul/consul-deployment.yaml | 16 +++---
.../templates/external/consul/consul-pv-pvc.yaml | 22 ++------
.../templates/external/consul/consul-service.yaml | 6 +--
.../external/couchdb/couchdb-deployment.yaml | 16 +++---
.../templates/external/couchdb/couchdb-pv-pvc.yaml | 22 ++------
.../external/couchdb/couchdb-service.yaml | 6 +--
.../external/flink/jobmanager-deployment.yaml | 46 -----------------
.../external/flink/jobmanager-service.yaml | 34 -------------
.../external/flink/taskmanager-deployment.yaml | 43 ----------------
.../external/influxdb/influxdb-deployment.yaml | 34 ++++++-------
.../templates/external/influxdb/influxdb-pvc.yaml | 20 ++------
.../external/influxdb/influxdb-service.yaml | 4 +-
.../templates/external/influxdb/influxdb2-pvc.yaml | 21 ++------
.../templates/external/nats/nats-deployment.yaml | 8 +--
installer/k8s/values.yaml | 59 +++++++++++++++-------
23 files changed, 133 insertions(+), 372 deletions(-)
delete mode 100644 installer/k8s/templates/core/backend-pv-pvc.yaml
rename
installer/k8s/templates/{extensions/pipeline-elements/pipeline-elements-all-flink-service.yaml
=> core/backend-pvc.yaml} (71%)
rename
installer/k8s/templates/extensions/pipeline-elements/{extensions-all-jvm-deployment.yaml
=> extensions-all-iiot-deployment.yaml} (86%)
rename
installer/k8s/templates/extensions/pipeline-elements/{extensions-all-jvm-service.yaml
=> extensions-all-iiot-service.yaml} (91%)
delete mode 100644
installer/k8s/templates/extensions/pipeline-elements/pipeline-elements-all-flink-deployment.yaml
delete mode 100644
installer/k8s/templates/external/flink/jobmanager-deployment.yaml
delete mode 100644
installer/k8s/templates/external/flink/jobmanager-service.yaml
delete mode 100644
installer/k8s/templates/external/flink/taskmanager-deployment.yaml