Skip to content

Commit c904f44

Browse files
committed
chore: update helm chart / auto-registration annotation
1 parent 9b47528 commit c904f44

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
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:b561598f5284d94e45424aa49f7246083a56f1700ec268d063690acf9538bd5c
6-
generated: "2023-10-06T12:16:55.845869+02:00"
4+
version: 1.4.7
5+
digest: sha256:e5ef4bbf2824174b9bc2ff224ebd32db58b952cb4237dfa522f87aed9895d799
6+
generated: "2025-01-14T16:48:18.886159+01:00"

charts/steadybit-extension-jvm/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-jvm
33
description: Steadybit jvm extension Helm chart for Kubernetes.
4-
version: 1.1.16
4+
version: 1.1.17
55
appVersion: v1.2.1
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-jvm/tests/__snapshot__/daemonset_test.yaml.snap

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ manifest should match snapshot using containerd and resources:
2020
oneagent.dynatrace.com/injection: "false"
2121
steadybit.com/extension-auto-discovery: |
2222
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
23+
steadybit.com/extension-auto-registration: |
24+
{"extensions":[{"port":8087,"protocol":"http"}]}
2325
labels:
2426
app: steadybit-extension-jvm
2527
app.kubernetes.io/name: steadybit-extension-jvm
@@ -143,6 +145,8 @@ manifest should match snapshot using crio using podAnnotations and Labels:
143145
some-annotation: some-annotation-value
144146
steadybit.com/extension-auto-discovery: |
145147
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
148+
steadybit.com/extension-auto-registration: |
149+
{"extensions":[{"port":8087,"protocol":"http"}]}
146150
labels:
147151
app: steadybit-extension-jvm
148152
app.kubernetes.io/name: steadybit-extension-jvm
@@ -266,6 +270,8 @@ manifest should match snapshot using docker:
266270
oneagent.dynatrace.com/injection: "false"
267271
steadybit.com/extension-auto-discovery: |
268272
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
273+
steadybit.com/extension-auto-registration: |
274+
{"extensions":[{"port":8087,"protocol":"http"}]}
269275
labels:
270276
app: steadybit-extension-jvm
271277
app.kubernetes.io/name: steadybit-extension-jvm
@@ -388,6 +394,8 @@ manifest should match snapshot with TLS:
388394
oneagent.dynatrace.com/injection: "false"
389395
steadybit.com/extension-auto-discovery: |
390396
{"extensions":[{"port":8087,"protocol":"https","types":["ACTION","DISCOVERY","ADVICE"]}]}
397+
steadybit.com/extension-auto-registration: |
398+
{"extensions":[{"port":8087,"protocol":"https"}]}
391399
labels:
392400
app: steadybit-extension-jvm
393401
app.kubernetes.io/name: steadybit-extension-jvm
@@ -520,6 +528,8 @@ manifest should match snapshot with appArmorProfile for k8s >= 1.30:
520528
oneagent.dynatrace.com/injection: "false"
521529
steadybit.com/extension-auto-discovery: |
522530
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
531+
steadybit.com/extension-auto-registration: |
532+
{"extensions":[{"port":8087,"protocol":"http"}]}
523533
labels:
524534
app: steadybit-extension-jvm
525535
app.kubernetes.io/name: steadybit-extension-jvm
@@ -644,6 +654,8 @@ manifest should match snapshot with different containerPorts:
644654
oneagent.dynatrace.com/injection: "false"
645655
steadybit.com/extension-auto-discovery: |
646656
{"extensions":[{"port":9090,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
657+
steadybit.com/extension-auto-registration: |
658+
{"extensions":[{"port":9090,"protocol":"http"}]}
647659
labels:
648660
app: steadybit-extension-jvm
649661
app.kubernetes.io/name: steadybit-extension-jvm
@@ -766,6 +778,8 @@ manifest should match snapshot with extra env vars:
766778
oneagent.dynatrace.com/injection: "false"
767779
steadybit.com/extension-auto-discovery: |
768780
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
781+
steadybit.com/extension-auto-registration: |
782+
{"extensions":[{"port":8087,"protocol":"http"}]}
769783
labels:
770784
app: steadybit-extension-jvm
771785
app.kubernetes.io/name: steadybit-extension-jvm
@@ -896,6 +910,8 @@ manifest should match snapshot with extra labels:
896910
oneagent.dynatrace.com/injection: "false"
897911
steadybit.com/extension-auto-discovery: |
898912
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
913+
steadybit.com/extension-auto-registration: |
914+
{"extensions":[{"port":8087,"protocol":"http"}]}
899915
labels:
900916
app: steadybit-extension-jvm
901917
app.kubernetes.io/name: steadybit-extension-jvm
@@ -1019,6 +1035,8 @@ manifest should match snapshot with mutual TLS:
10191035
oneagent.dynatrace.com/injection: "false"
10201036
steadybit.com/extension-auto-discovery: |
10211037
{"extensions":[{"port":8087,"protocol":"https","types":["ACTION","DISCOVERY","ADVICE"]}]}
1038+
steadybit.com/extension-auto-registration: |
1039+
{"extensions":[{"port":8087,"protocol":"https"}]}
10221040
labels:
10231041
app: steadybit-extension-jvm
10241042
app.kubernetes.io/name: steadybit-extension-jvm
@@ -1161,6 +1179,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
11611179
oneagent.dynatrace.com/injection: "false"
11621180
steadybit.com/extension-auto-discovery: |
11631181
{"extensions":[{"port":8087,"protocol":"https","types":["ACTION","DISCOVERY","ADVICE"]}]}
1182+
steadybit.com/extension-auto-registration: |
1183+
{"extensions":[{"port":8087,"protocol":"https"}]}
11641184
labels:
11651185
app: steadybit-extension-jvm
11661186
app.kubernetes.io/name: steadybit-extension-jvm
@@ -1289,6 +1309,8 @@ manifest should match snapshot with podSecurityContext:
12891309
oneagent.dynatrace.com/injection: "false"
12901310
steadybit.com/extension-auto-discovery: |
12911311
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
1312+
steadybit.com/extension-auto-registration: |
1313+
{"extensions":[{"port":8087,"protocol":"http"}]}
12921314
labels:
12931315
app: steadybit-extension-jvm
12941316
app.kubernetes.io/name: steadybit-extension-jvm
@@ -1412,6 +1434,8 @@ manifest should match snapshot with priority class:
14121434
oneagent.dynatrace.com/injection: "false"
14131435
steadybit.com/extension-auto-discovery: |
14141436
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
1437+
steadybit.com/extension-auto-registration: |
1438+
{"extensions":[{"port":8087,"protocol":"http"}]}
14151439
labels:
14161440
app: steadybit-extension-jvm
14171441
app.kubernetes.io/name: steadybit-extension-jvm
@@ -1535,6 +1559,8 @@ manifest should match snapshot with update strategy:
15351559
oneagent.dynatrace.com/injection: "false"
15361560
steadybit.com/extension-auto-discovery: |
15371561
{"extensions":[{"port":8087,"protocol":"http","types":["ACTION","DISCOVERY","ADVICE"]}]}
1562+
steadybit.com/extension-auto-registration: |
1563+
{"extensions":[{"port":8087,"protocol":"http"}]}
15381564
labels:
15391565
app: steadybit-extension-jvm
15401566
app.kubernetes.io/name: steadybit-extension-jvm

0 commit comments

Comments
 (0)