Skip to content

Commit 1c89282

Browse files
committed
chore: update helm chart / auto-registration annotation
1 parent 1019e6e commit 1c89282

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed
+3-3
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.6
5-
digest: sha256:30d8b94e6680d9e45ae0bfb90d1684ba6c06e1a6ace821e97debfc00db28d520
6-
generated: "2024-07-23T07:57:54.030857+02:00"
4+
version: 1.4.7
5+
digest: sha256:9a7feb18ae4c94e12dc7788d867b188e8606dc40c32433702dc4e4995462dd55
6+
generated: "2025-01-14T16:48:02.963317+01:00"

charts/steadybit-extension-http/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: steadybit-extension-http
33
description: Steadybit action implementation to check HTTP endpoints.
4-
version: 1.1.19
4+
version: 1.1.20
55
appVersion: v1.0.25
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-http/tests/__snapshot__/service_test.yaml.snap

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ manifest should match snapshot with TLS:
66
annotations:
77
steadybit.com/extension-auto-discovery: |
88
{"extensions":[{"port":8085,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
9+
steadybit.com/extension-auto-registration: |
10+
{"extensions":[{"port":8085,"protocol":"https"}]}
911
labels: null
1012
name: RELEASE-NAME-steadybit-extension-http
1113
namespace: NAMESPACE
@@ -27,6 +29,8 @@ manifest should match snapshot with mutual TLS:
2729
annotations:
2830
steadybit.com/extension-auto-discovery: |
2931
{"extensions":[{"port":8085,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
32+
steadybit.com/extension-auto-registration: |
33+
{"extensions":[{"port":8085,"protocol":"https"}]}
3034
labels: null
3135
name: RELEASE-NAME-steadybit-extension-http
3236
namespace: NAMESPACE
@@ -48,6 +52,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
4852
annotations:
4953
steadybit.com/extension-auto-discovery: |
5054
{"extensions":[{"port":8085,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
55+
steadybit.com/extension-auto-registration: |
56+
{"extensions":[{"port":8085,"protocol":"https"}]}
5157
labels: null
5258
name: RELEASE-NAME-steadybit-extension-http
5359
namespace: NAMESPACE
@@ -69,6 +75,8 @@ manifest should match snapshot without TLS:
6975
annotations:
7076
steadybit.com/extension-auto-discovery: |
7177
{"extensions":[{"port":8085,"protocol":"http","types":["ACTION","DISCOVERY"]}]}
78+
steadybit.com/extension-auto-registration: |
79+
{"extensions":[{"port":8085,"protocol":"http"}]}
7280
labels: null
7381
name: RELEASE-NAME-steadybit-extension-http
7482
namespace: NAMESPACE

0 commit comments

Comments
 (0)