Skip to content

Commit

Permalink
chore: update chart to include discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Jan 18, 2024
1 parent 54e7898 commit 9381c4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.6.28
version: 1.6.29
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-postman/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{- include "extensionlib.service" (list . 8086 (list "ACTION")) -}}
{{- include "extensionlib.service" (list . 8086 (list "ACTION" "DISCOVERY")) -}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manifest should match snapshot with TLS:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION"]}]}
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
Expand All @@ -24,7 +24,7 @@ manifest should match snapshot with mutual TLS:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION"]}]}
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
Expand All @@ -43,7 +43,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION"]}]}
{"extensions":[{"port":8086,"protocol":"https","types":["ACTION","DISCOVERY"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
Expand All @@ -62,7 +62,7 @@ manifest should match snapshot without TLS:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8086,"protocol":"http","types":["ACTION"]}]}
{"extensions":[{"port":8086,"protocol":"http","types":["ACTION","DISCOVERY"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-postman
namespace: NAMESPACE
Expand Down

0 comments on commit 9381c4d

Please sign in to comment.