Skip to content

Commit 83f61f6

Browse files
committed
chore: update helm chart / auto-registration annotation
1 parent e579e4a commit 83f61f6

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-10-06T12:17:07.906906+02:00"
4+
version: 1.4.7
5+
digest: sha256:9a7feb18ae4c94e12dc7788d867b188e8606dc40c32433702dc4e4995462dd55
6+
generated: "2025-01-14T16:48:54.78845+01:00"

charts/steadybit-extension-scaffold/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-scaffold
33
description: Steadybit scaffold extension Helm chart for Kubernetes.
4-
version: 1.0.32-develop.2 # replace with your version
4+
version: 1.0.32 # replace with your version
55
appVersion: 0.0.0 # replace with your version
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Binary file not shown.
Binary file not shown.

charts/steadybit-extension-scaffold/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":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
9+
steadybit.com/extension-auto-registration: |
10+
{"extensions":[{"port":8080,"protocol":"https"}]}
911
labels: null
1012
name: RELEASE-NAME-steadybit-extension-scaffold
1113
namespace: NAMESPACE
1214
spec:
1315
ports:
14-
- port: 8080
16+
- appProtocol: tcp
17+
name: tcp-app
18+
port: 8080
1519
protocol: TCP
1620
targetPort: 8080
1721
selector:
@@ -25,12 +29,16 @@ manifest should match snapshot with mutual TLS:
2529
annotations:
2630
steadybit.com/extension-auto-discovery: |
2731
{"extensions":[{"port":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
32+
steadybit.com/extension-auto-registration: |
33+
{"extensions":[{"port":8080,"protocol":"https"}]}
2834
labels: null
2935
name: RELEASE-NAME-steadybit-extension-scaffold
3036
namespace: NAMESPACE
3137
spec:
3238
ports:
33-
- port: 8080
39+
- appProtocol: tcp
40+
name: tcp-app
41+
port: 8080
3442
protocol: TCP
3543
targetPort: 8080
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":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
55+
steadybit.com/extension-auto-registration: |
56+
{"extensions":[{"port":8080,"protocol":"https"}]}
4757
labels: null
4858
name: RELEASE-NAME-steadybit-extension-scaffold
4959
namespace: NAMESPACE
5060
spec:
5161
ports:
52-
- port: 8080
62+
- appProtocol: tcp
63+
name: tcp-app
64+
port: 8080
5365
protocol: TCP
5466
targetPort: 8080
5567
selector:
@@ -63,12 +75,16 @@ manifest should match snapshot without TLS:
6375
annotations:
6476
steadybit.com/extension-auto-discovery: |
6577
{"extensions":[{"port":8080,"protocol":"http","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
78+
steadybit.com/extension-auto-registration: |
79+
{"extensions":[{"port":8080,"protocol":"http"}]}
6680
labels: null
6781
name: RELEASE-NAME-steadybit-extension-scaffold
6882
namespace: NAMESPACE
6983
spec:
7084
ports:
71-
- port: 8080
85+
- appProtocol: tcp
86+
name: tcp-app
87+
port: 8080
7288
protocol: TCP
7389
targetPort: 8080
7490
selector:

0 commit comments

Comments
 (0)