Skip to content

Commit 399d622

Browse files
committed
Update java-service
1 parent 3c6ec73 commit 399d622

File tree

32 files changed

+69
-257
lines changed

32 files changed

+69
-257
lines changed

charts/common-job/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: common-job
33
type: application
4-
description: Helm chart for job
5-
version: 1.6.0
4+
description: Helm chart for k8s job.
5+
version: 1.7.0
66
appVersion: "1.0"
77
home: https://github.com/Romanow/helm-charts/tree/master/charts/common-job
88
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/job.png

charts/common-job/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Helm Chart for common-job
22

3-
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
3+
![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
44

5-
Helm chart for job
5+
Helm chart for k8s job.
66

77
### Installing the Chart
88

charts/elasticsearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: elasticsearch
33
type: application
44
description: Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.
5-
version: 1.5.0
5+
version: 1.7.0
66
appVersion: "7.17.8"
77
home: https://github.com/Romanow/helm-charts/tree/master/charts/elasticsearch
88
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/elastic.png

charts/elasticsearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Helm Chart for elasticsearch
22

3-
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.17.8](https://img.shields.io/badge/AppVersion-7.17.8-informational?style=flat-square)
3+
![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.17.8](https://img.shields.io/badge/AppVersion-7.17.8-informational?style=flat-square)
44

55
Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.
66

@@ -70,7 +70,7 @@ helm uninstall elasticsearch
7070
32200
7171
</pre>
7272
</td>
73-
<td>If define, create NodePort for external usage</td>
73+
<td>If defined, create NodePort for external usage</td>
7474
</tr>
7575
<tr>
7676
<td>ports.http</td>

charts/elasticsearch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ports:
2323
http: 9200
2424
# -- ElasticSearch internal node communication port
2525
communication: 9300
26-
# -- If define, create NodePort for external usage
26+
# -- If defined, create NodePort for external usage
2727
external: 32200
2828

2929
resources:

charts/frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: frontend
33
type: application
44
description: Frontend application running in nginx, based on create-react-app.
5-
version: 1.6.1
5+
version: 1.7.0
66
appVersion: "1.0"
77
home: https://github.com/Romanow/helm-charts/tree/master/charts/frontend
88
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/react.png

charts/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Helm Chart for frontend
22

3-
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
3+
![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
44

55
Frontend application running in nginx, based on create-react-app.
66

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: grafana
33
type: application
44
description: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored.
5-
version: 1.5.1
5+
version: 1.7.1
66
appVersion: "8.3.4"
77
home: https://github.com/Romanow/helm-charts/tree/master/charts/grafana
88
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/grafana.png

charts/grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Helm Chart for grafana
22

3-
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.4](https://img.shields.io/badge/AppVersion-8.3.4-informational?style=flat-square)
3+
![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.4](https://img.shields.io/badge/AppVersion-8.3.4-informational?style=flat-square)
44

55
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored.
66

charts/influxdb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: influxdb
33
type: application
44
description: The Time Series Data Platform where developers build IoT, analytics, and cloud applications.
5-
version: 1.5.0
5+
version: 1.7.0
66
appVersion: "1.8.4"
77
home: https://github.com/Romanow/helm-charts/tree/master/charts/influxdb
88
icon: https://raw.githubusercontent.com/Romanow/helm-charts/master/icons/influxdb.png

0 commit comments

Comments
 (0)