Skip to content

Commit f56d786

Browse files
authored
Merge pull request #6 from superstreamlabs/staging
Staging
2 parents 2bfbe3a + 87e65c7 commit f56d786

File tree

6 files changed

+3
-17
lines changed

6 files changed

+3
-17
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ For easiness, create `custom_values.yaml` file and edit the following values:
2020
# GLOBAL configuration for Superstream Agent
2121
############################################################
2222
global:
23-
agentName: "" # Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
23+
agentName: "" # Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
2424
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
2525
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
26-
skipLocalAuthentication: true
2726
```
2827
2928
To deploy it, run the following:
@@ -39,7 +38,6 @@ The following table lists the configurable parameters of the SuperStream chart a
3938
| `global.agentName` | Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'. | `""` |
4039
| `global.superstreamAccountId` | Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account. | `""` |
4140
| `global.superstreamActivationToken` | Enter the activation token required for services or resources that need an initial token for activation or authentication. | `""` |
42-
| `global.skipLocalAuthentication` | Specifies whether to skip local authentication. | `true` |
4341
| `global.image.pullPolicy` | Global image pull policy to use for all container images in the chart. Can be overridden by individual image pullPolicy. | `""` |
4442
| `global.image.pullSecretNames` | Global list of secret names to use as image pull secrets for all pod specs in the chart. Secrets must exist in the same namespace. | `[]` |
4543
| `global.image.registry` | Global registry to use for all container images in the chart. Can be overridden by individual image registry. | `""` |
@@ -81,8 +79,6 @@ The following table lists the configurable parameters of the SuperStream chart a
8179
| `superstreamAgent.nodeSelector` | Node selectors to control the placement of pods. | `{}` |
8280
| `superstreamAgent.tolerations` | Tolerations for pods to tolerate certain node conditions or taints. | `[]` |
8381
| `superstreamAgent.affinity` | Affinity rules for pod scheduling. | `{}` |
84-
| `superstreamAgent.internalNatsConnection.host` | Host for the internal NATS connection. | `""` |
85-
| `superstreamAgent.internalNatsConnection.port` | Port for the internal NATS connection. | `4222` |
8682
| `superstreamAgent.controlPlane.host` | Host for the control plane connection. | `"broker.superstream.ai"` |
8783
| `superstreamAgent.controlPlane.port` | Port for the control plane connection. | `4222` |
8884
| `superstreamAgent.syslog.enabled` | Determines whether the syslog is enabled for the superstream agent. | `true` |

charts/superstream-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: 0.0.3
33+
version: 0.0.4
3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.

charts/superstream-agent/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ global:
2323
agentName: "" # Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
2424
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
2525
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
26-
skipLocalAuthentication: true
2726
```
2827
2928
To deploy it, run the following:
@@ -39,7 +38,6 @@ The following table lists the configurable parameters of the SuperStream chart a
3938
| `global.agentName` | Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'. | `""` |
4039
| `global.superstreamAccountId` | Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account. | `""` |
4140
| `global.superstreamActivationToken` | Enter the activation token required for services or resources that need an initial token for activation or authentication. | `""` |
42-
| `global.skipLocalAuthentication` | Specifies whether to skip local authentication. | `true` |
4341
| `global.image.pullPolicy` | Global image pull policy to use for all container images in the chart. Can be overridden by individual image pullPolicy. | `""` |
4442
| `global.image.pullSecretNames` | Global list of secret names to use as image pull secrets for all pod specs in the chart. Secrets must exist in the same namespace. | `[]` |
4543
| `global.image.registry` | Global registry to use for all container images in the chart. Can be overridden by individual image registry. | `""` |
@@ -81,8 +79,6 @@ The following table lists the configurable parameters of the SuperStream chart a
8179
| `superstreamAgent.nodeSelector` | Node selectors to control the placement of pods. | `{}` |
8280
| `superstreamAgent.tolerations` | Tolerations for pods to tolerate certain node conditions or taints. | `[]` |
8381
| `superstreamAgent.affinity` | Affinity rules for pod scheduling. | `{}` |
84-
| `superstreamAgent.internalNatsConnection.host` | Host for the internal NATS connection. | `""` |
85-
| `superstreamAgent.internalNatsConnection.port` | Port for the internal NATS connection. | `4222` |
8682
| `superstreamAgent.controlPlane.host` | Host for the control plane connection. | `"broker.superstream.ai"` |
8783
| `superstreamAgent.controlPlane.port` | Port for the control plane connection. | `4222` |
8884
| `superstreamAgent.syslog.enabled` | Determines whether the syslog is enabled for the superstream agent. | `true` |

charts/superstream-agent/templates/deployment-data-plane.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ spec:
5353
env:
5454
- name: ENV_NAME
5555
value: {{ .Values.global.agentName }}
56-
- name: SKIP_LOCAL_AUTHENTICATION
57-
value: {{ .Values.global.skipLocalAuthentication | quote }}
5856
- name: LOCAL_NATS_SKIP
5957
value: 'true'
6058
- name: ACTIVATION_TOKEN

charts/superstream-agent/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ global:
55
agentName: "" # Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
66
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
77
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
8-
skipLocalAuthentication: true
98

109
image:
1110
# Global image pull policy to use for all container images in the chart
@@ -99,9 +98,6 @@ superstreamAgent:
9998
nodeSelector: {}
10099
tolerations: []
101100
affinity: {}
102-
internalNatsConnection:
103-
host: ""
104-
port: 4222
105101
controlPlane:
106102
host: "broker.superstream.ai"
107103
port: 4222

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

0 commit comments

Comments
 (0)