Skip to content

Commit

Permalink
chore: update helm chart / auto-registration annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jan 16, 2025
1 parent 0ef63d3 commit efbcd57
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/steadybit-extension-postman/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: extensionlib
repository: https://steadybit.github.io/helm-charts
version: 1.4.5
digest: sha256:c2a6f017781c4888d1a8c5ca658de755ec2a40c368042b8b6adebef92faf0e33
generated: "2023-10-06T12:17:04.534735+02:00"
version: 1.4.7
digest: sha256:9a7feb18ae4c94e12dc7788d867b188e8606dc40c32433702dc4e4995462dd55
generated: "2025-01-14T16:48:46.974094+01:00"
2 changes: 1 addition & 1 deletion charts/steadybit-extension-postman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-postman
description: Steadybit Postman extension Helm chart for Kubernetes.
version: 1.7.12
version: 1.7.13
appVersion: v2.0.9
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ manifest should match snapshot with TLS:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
steadybit.com/extension-auto-registration: |
{"extensions":[{"port":8086,"protocol":"https"}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
spec:
ports:
- port: 8086
- appProtocol: tcp
name: tcp-app
port: 8086
protocol: TCP
targetPort: 8086
selector:
Expand All @@ -25,12 +29,16 @@ manifest should match snapshot with mutual TLS:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
steadybit.com/extension-auto-registration: |
{"extensions":[{"port":8086,"protocol":"https"}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
spec:
ports:
- port: 8086
- appProtocol: tcp
name: tcp-app
port: 8086
protocol: TCP
targetPort: 8086
selector:
Expand All @@ -44,12 +52,16 @@ manifest should match snapshot with mutual TLS using containerPaths:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
steadybit.com/extension-auto-registration: |
{"extensions":[{"port":8086,"protocol":"https"}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
spec:
ports:
- port: 8086
- appProtocol: tcp
name: tcp-app
port: 8086
protocol: TCP
targetPort: 8086
selector:
Expand All @@ -63,12 +75,16 @@ manifest should match snapshot without TLS:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"http","types":["ACTION","DISCOVERY"]}]}
steadybit.com/extension-auto-registration: |
{"extensions":[{"port":8086,"protocol":"http"}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
spec:
ports:
- port: 8086
- appProtocol: tcp
name: tcp-app
port: 8086
protocol: TCP
targetPort: 8086
selector:
Expand Down

0 comments on commit efbcd57

Please sign in to comment.