Skip to content

Commit fb293e0

Browse files
committed
chore: update helm chart / auto-registration annotation
1 parent 78008ea commit fb293e0

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: extensionlib
33
repository: https://steadybit.github.io/helm-charts
4-
version: 1.4.5
5-
digest: sha256:c2a6f017781c4888d1a8c5ca658de755ec2a40c368042b8b6adebef92faf0e33
6-
generated: "2023-12-27T14:37:32.466592+01:00"
4+
version: 1.4.7
5+
digest: sha256:9a7feb18ae4c94e12dc7788d867b188e8606dc40c32433702dc4e4995462dd55
6+
generated: "2025-01-14T16:48:06.869167+01:00"

charts/steadybit-extension-instana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: steadybit-extension-instana
33
description: Steadybit instana extension Helm chart for Kubernetes.
4-
version: 1.1.8
4+
version: 1.1.9
55
appVersion: v1.1.6
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
-2.1 KB
Binary file not shown.
2.13 KB
Binary file not shown.

charts/steadybit-extension-instana/tests/__snapshot__/service_test.yaml.snap

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ manifest should match snapshot with TLS:
66
annotations:
77
steadybit.com/extension-auto-discovery: |
88
{"extensions":[{"port":8090,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
9+
steadybit.com/extension-auto-registration: |
10+
{"extensions":[{"port":8090,"protocol":"https"}]}
911
labels: null
1012
name: RELEASE-NAME-steadybit-extension-instana
1113
namespace: NAMESPACE
1214
spec:
1315
ports:
14-
- port: 8090
16+
- appProtocol: tcp
17+
name: tcp-app
18+
port: 8090
1519
protocol: TCP
1620
targetPort: 8090
1721
selector:
@@ -25,12 +29,16 @@ manifest should match snapshot with mutual TLS:
2529
annotations:
2630
steadybit.com/extension-auto-discovery: |
2731
{"extensions":[{"port":8090,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
32+
steadybit.com/extension-auto-registration: |
33+
{"extensions":[{"port":8090,"protocol":"https"}]}
2834
labels: null
2935
name: RELEASE-NAME-steadybit-extension-instana
3036
namespace: NAMESPACE
3137
spec:
3238
ports:
33-
- port: 8090
39+
- appProtocol: tcp
40+
name: tcp-app
41+
port: 8090
3442
protocol: TCP
3543
targetPort: 8090
3644
selector:
@@ -44,12 +52,16 @@ manifest should match snapshot with mutual TLS using containerPaths:
4452
annotations:
4553
steadybit.com/extension-auto-discovery: |
4654
{"extensions":[{"port":8090,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
55+
steadybit.com/extension-auto-registration: |
56+
{"extensions":[{"port":8090,"protocol":"https"}]}
4757
labels: null
4858
name: RELEASE-NAME-steadybit-extension-instana
4959
namespace: NAMESPACE
5060
spec:
5161
ports:
52-
- port: 8090
62+
- appProtocol: tcp
63+
name: tcp-app
64+
port: 8090
5365
protocol: TCP
5466
targetPort: 8090
5567
selector:
@@ -63,12 +75,16 @@ manifest should match snapshot without TLS:
6375
annotations:
6476
steadybit.com/extension-auto-discovery: |
6577
{"extensions":[{"port":8090,"protocol":"http","types":["ACTION","DISCOVERY","EVENT"]}]}
78+
steadybit.com/extension-auto-registration: |
79+
{"extensions":[{"port":8090,"protocol":"http"}]}
6680
labels: null
6781
name: RELEASE-NAME-steadybit-extension-instana
6882
namespace: NAMESPACE
6983
spec:
7084
ports:
71-
- port: 8090
85+
- appProtocol: tcp
86+
name: tcp-app
87+
port: 8090
7288
protocol: TCP
7389
targetPort: 8090
7490
selector:

0 commit comments

Comments
 (0)