Skip to content

Commit

Permalink
docs: updated changelog / remove version hint from helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 27, 2024
1 parent 20a8c9f commit e523984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v1.0.18 (next release)

- Optional location selection (can be enabled via STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION env var, requires platform => 2.1.26)
- Optional location selection (can be enabled via STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION env var, requires platform => 2.1.27)

## v1.0.17

Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-extension-gatling/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-gatling
description: Steadybit gatling extension Helm chart for Kubernetes.
version: 1.1.12
version: 1.1.13
appVersion: v1.0.17
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-gatling/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kubernetes:
# kubernetes.clusterName -- The name of the kubernetes cluster (if not set, the global.clusterName will be used)
clusterName: null

# enableLocationSelection -- Specifies whether the extension should allow the user to select a location for the actions. This requires platform >= 2.1.25
# enableLocationSelection -- Specifies whether the extension should allow the user to select a location for the actions.
enableLocationSelection: false

image:
Expand Down

0 comments on commit e523984

Please sign in to comment.