-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: old SNAPSHOT references (#2268)
- Loading branch information
Showing
6 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes. | ||
|
||
<!-- BEGIN do not edit: set via ../upgrade_versions.sh --> | ||
**Current version:** 0.93.0-SNAPSHOT | ||
**Current version:** 0.95.0-SNAPSHOT | ||
<!-- END do not edit --> | ||
|
||
We provide two helm chart templates to get you going: | ||
|
@@ -119,7 +119,7 @@ rm -rf ${HOME}/streampipes-k8s | |
|
||
| Parameter Name | Description | Value | | ||
|-----------------------------------------------|---------------------------------------------------------|------------------------------------------| | ||
| streampipes.version | StreamPipes version | "0.93.0-SNAPSHOT" | | ||
| streampipes.version | StreamPipes version | "0.95.0-SNAPSHOT" | | ||
| streampipes.registry | StreamPipes registry URL | "apachestreampipes" | | ||
| streampipes.auth.secretName | The secret name for storing secrets | "sp-secrets" | | ||
| streampipes.auth.users.admin.user | The initial admin user | "[email protected]" | | ||
|