Skip to content

Commit

Permalink
Merge pull request #30 from superstreamlabs/staging
Browse files Browse the repository at this point in the history
0.1.3
  • Loading branch information
valeraBr authored Sep 6, 2024
2 parents 5a2a4e8 + 941f2c8 commit b73e9b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ nats:
fileStore:
pvc:
storageClassName: ""
############################################################
# Telegraf config
############################################################
# Telegraf custom environment variables configuration.
# telegraf:
# env:
# - name: NO_PROXY
# value: "10.0.0.0/8,8.8.8.8"
```
## Proxy Configuration
If your environment requires a proxy server to connect to external services, set the global.proxy.enabled variable to true and provide the global.proxy.proxyUrl in the custom_values.yaml file. This configuration ensures that all critical services route traffic through the specified proxy.
Expand All @@ -75,7 +83,7 @@ Additionally, make sure your proxy server permits connectivity to the following

To deploy the Superstream, run the following command:
```bash
helm repo add superstream-onprem https://k8s-onprem.superstream.ai/ --force-update && helm install superstream superstream-onprem/superstream-onprem -f custom_values.yaml --create-namespace --namespace superstream --wait
helm repo add superstream-onprem https://k8s-onprem.superstream.ai/ --force-update && helm upgrade --install superstream superstream-onprem/superstream-onprem -f custom_values.yaml --create-namespace --namespace superstream --wait
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/superstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/superstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.405"
tag: "1.0.407"
registry:
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit b73e9b9

Please sign in to comment.