Skip to content

Commit 7fb278c

Browse files
committed
operations scripts
1 parent 1fbb018 commit 7fb278c

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

helm/operations/Chart.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v2
2+
name: operations
3+
description: A Helm chart for Kubernetes
4+
type: application
5+
version: 0.1.0
6+
appVersion: 1.0.0
7+
8+
dependencies:
9+
- name: prometheus-community/prometheus
10+
version: 13.5.0
11+
12+
- name: grafana
13+
version: 6.5.0
14+

helm/operations/grafana.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
helm install --namespace operations grafana grafana/grafana

helm/operations/prometheus.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
helm install --namespace operations prometheus prometheus-community/prometheus

jmeter/phee.jmx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3">
2+
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1">
33
<hashTree>
44
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
55
<stringProp name="TestPlan.comments"></stringProp>

0 commit comments

Comments
 (0)