Skip to content

Commit

Permalink
fix: helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed May 15, 2024
1 parent 3a29371 commit 402a56c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Next

-- add advice example

## v1.0.2

Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-scaffold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-scaffold
description: Steadybit scaffold extension Helm chart for Kubernetes.
version: 1.0.28 # replace with your version
version: 1.0.29 # replace with your version
appVersion: 0.0.0 # replace with your version
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
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":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
{"extensions":[{"port":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-scaffold
namespace: NAMESPACE
Expand All @@ -24,7 +24,7 @@ manifest should match snapshot with mutual TLS:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
{"extensions":[{"port":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-scaffold
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":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT"]}]}
{"extensions":[{"port":8080,"protocol":"https","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-scaffold
namespace: NAMESPACE
Expand All @@ -62,7 +62,7 @@ manifest should match snapshot without TLS:
metadata:
annotations:
steadybit.com/extension-auto-discovery: |
{"extensions":[{"port":8080,"protocol":"http","types":["ACTION","DISCOVERY","EVENT"]}]}
{"extensions":[{"port":8080,"protocol":"http","types":["ACTION","DISCOVERY","EVENT","ADVICE"]}]}
labels: null
name: RELEASE-NAME-steadybit-extension-scaffold
namespace: NAMESPACE
Expand Down

0 comments on commit 402a56c

Please sign in to comment.