Skip to content

Commit

Permalink
Small changes based on PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
katriendg committed Sep 28, 2023
1 parent 49c2327 commit a248663
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-dnsmasqaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-edgeobservability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-iot-edge-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-iot-edge-l4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-mosquitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-helm-otelcollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: v3.9.2

- name: Add Helm dependencies
- name: Add Helm chart dependencies
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
25 changes: 25 additions & 0 deletions deployment/helm/edgeobservability/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
.tgz
index.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This Grafana dashboard is based on the open source sample for Prometheus metrics for K8S
# It can further be extended to include network layer specific filtering modes
# See https://grafana.com/grafana/dashboards/315-kubernetes-cluster-monitoring-via-prometheus/
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/envoy/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of IoT Edge K8s Accelerator, pre-release version.
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of Envoy Proxy, pre-release version.

To learn more about the release, try:

Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/iot-edge-l2/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of IoT Edge K8s Accelerator, pre-release version.
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of IoT Edge Accelerator L2 (layer 2) on K8s, pre-release version.

To learn more about the release, try:

Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/iot-edge-l4/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of IoT Edge K8s Accelerator, pre-release version.
You have installed release {{ .Chart.Version}} of {{ .Chart.Name }} of IoT Edge Accelerator L4 (layer 4) on K8s, pre-release version.

To learn more about the release, try:

Expand Down

0 comments on commit a248663

Please sign in to comment.