Skip to content

Commit

Permalink
update exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov committed Jan 24, 2023
1 parent 883f74d commit ad51cc9
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 30 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
matrix: |
{
"chart": "${{ steps.set-matrix.outputs.charts }}"
"chart": ${{ steps.set-matrix.outputs.charts }}
}
steps:
- name: Checkout
Expand Down Expand Up @@ -54,21 +54,20 @@ jobs:
id: set-matrix
run: |
EXCLUDED=$(cat .ct.yaml | yq '.excluded-charts[] |= "charts/" + .' | yq -o json '.excluded-charts // []')
echo "EXCLUDED = ${EXCLUDED}"
CHARTS="${{ steps.detect-changes.outputs.all_changed_files }}"
echo "CHARTS = ${CHARTS}"
OUTPUT_JSON=$(echo "{\"excluded\": ${EXCLUDED}, \"all\": ${CHARTS}}" | jq -c '.all-.excluded')
echo "OUTPUT_JSON = ${OUTPUT_JSON}"
echo "charts=${OUTPUT_JSON}" >> "$GITHUB_OUTPUT"
echo "matrix={\"folder\":${{ steps.detect-changes.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT"
test:
name: Test charts
runs-on: ubuntu-latest
needs: validate
strategy:
matrix: ${{ fromJSON(needs.validate.outputs.matrix) }}
max-parallel: 10
matrix: ${{ fromJson(needs.validate.outputs.matrix) }}
fail-fast: false
max-parallel: 15
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion charts/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: elasticsearch
type: application
description: Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.
version: 1.2.1
version: 1.2.2
appVersion: "7.17.8"
home: https://github.com/Romanow/helm-charts/tree/master/charts/elasticsearch
icon: https://github.com/Romanow/helm-charts/tree/master/images/elastic.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/elasticsearch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-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)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-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)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: frontend
type: application
description: Frontend application running in nginx, based on create-react-app.
version: 1.2.1
version: 1.2.2
appVersion: "v1.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/frontend
icon: https://github.com/Romanow/helm-charts/tree/master/images/react.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: grafana
type: application
description: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored.
version: 1.2.1
version: 1.2.2
appVersion: "8.3.4"
home: https://github.com/Romanow/helm-charts/tree/master/charts/grafana
icon: https://github.com/Romanow/helm-charts/tree/master/images/grafana.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.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)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-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)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/influxdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: influxdb
type: application
description: The Time Series Data Platform where developers build IoT, analytics, and cloud applications.
version: 1.2.1
version: 1.2.2
appVersion: "1.8.4"
home: https://github.com/Romanow/helm-charts/tree/master/charts/influxdb
icon: https://github.com/Romanow/helm-charts/tree/master/images/influxdb.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/influxdb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)

The Time Series Data Platform where developers build IoT, analytics, and cloud applications.

Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jaeger-collector
type: application
description: Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.
version: 1.2.1
version: 1.2.2
appVersion: "1.41.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/jaeger-collector
icon: https://github.com/Romanow/helm-charts/tree/master/images/jaeger.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger-collector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.0](https://img.shields.io/badge/AppVersion-1.41.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.0](https://img.shields.io/badge/AppVersion-1.41.0-informational?style=flat-square)

Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.

Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jaeger-query
type: application
description: Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.
version: 1.2.1
version: 1.2.2
appVersion: "1.41.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/jaeger-query
icon: https://github.com/Romanow/helm-charts/tree/master/images/jaeger.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger-query/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.0](https://img.shields.io/badge/AppVersion-1.41.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.41.0](https://img.shields.io/badge/AppVersion-1.41.0-informational?style=flat-square)

Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.

Expand Down
2 changes: 1 addition & 1 deletion charts/java-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: java-service
type: application
description: Helm chart for Spring Boot application with logging and tracing
version: 1.2.1
version: 1.2.2
appVersion: "v1.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/java-service
icon: https://github.com/Romanow/helm-charts/tree/master/images/spring-boot.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/java-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0](https://img.shields.io/badge/AppVersion-v1.0-informational?style=flat-square)

Helm chart for Spring Boot application with logging and tracing

Expand Down
2 changes: 1 addition & 1 deletion charts/kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kibana
type: application
description: Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.
version: 1.2.1
version: 1.2.2
appVersion: "7.17.8"
home: https://github.com/Romanow/helm-charts/tree/master/charts/kibana
icon: https://github.com/Romanow/helm-charts/tree/master/images/kibana.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/kibana/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-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)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-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)

Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.

Expand Down
2 changes: 1 addition & 1 deletion charts/logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logstash
type: application
description: Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite "stash"
version: 1.2.1
version: 1.2.2
appVersion: "7.17.8"
home: https://github.com/Romanow/helm-charts/tree/master/charts/logstash
icon: https://github.com/Romanow/helm-charts/tree/master/images/logstash.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/logstash/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-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)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-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)

Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite "stash"

Expand Down
2 changes: 1 addition & 1 deletion charts/node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-exporter
type: application
description: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
version: 1.2.1
version: 1.2.2
appVersion: "1.5.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/node-exporter
icon: https://github.com/Romanow/helm-charts/tree/master/images/prometheus.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/node-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)

Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.

Expand Down
2 changes: 1 addition & 1 deletion charts/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: postgres
type: application
description: PostgreSQL is a powerful, open source object-relational database system.
version: 1.2.1
version: 1.2.2
home: https://github.com/Romanow/helm-charts/tree/master/charts/postgres
icon: https://github.com/Romanow/helm-charts/tree/master/images/postgres.jpeg
appVersion: "15"
Expand Down
2 changes: 1 addition & 1 deletion charts/postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15](https://img.shields.io/badge/AppVersion-15-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15](https://img.shields.io/badge/AppVersion-15-informational?style=flat-square)

PostgreSQL is a powerful, open source object-relational database system.

Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prometheus
type: application
description: Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.
version: 1.2.1
version: 1.2.2
appVersion: "2.40.0"
home: https://github.com/Romanow/helm-charts/tree/master/charts/prometheus
icon: https://github.com/Romanow/helm-charts/tree/master/images/prometheus.jpeg
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm Chart for Java Service

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.40.0](https://img.shields.io/badge/AppVersion-2.40.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.40.0](https://img.shields.io/badge/AppVersion-2.40.0-informational?style=flat-square)

Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.

Expand Down

0 comments on commit ad51cc9

Please sign in to comment.