Skip to content

Commit

Permalink
Merge pull request #23 from superstreamlabs/version
Browse files Browse the repository at this point in the history
release prep
  • Loading branch information
valeraBr authored Sep 5, 2024
2 parents 8a39b42 + 1be6585 commit 7df8382
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/superstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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.0
version: 0.1.1
# 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.
# It is recommended to use it with quotes.
appVersion: "1.0.214"
appVersion: "1.0.402"
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
dependencies:
- name: nats
Expand Down
18 changes: 11 additions & 7 deletions charts/superstream/custom_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
# GLOBAL configuration for Superstream Engine
############################################################
global:
engineName: "" # Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
engineName: "" # Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
skipLocalAuthentication: true
onPrem: true
onPrem: true
## If your environment uses a proxy server, uncomment the lines below and replace the URL with your proxy server's address.
proxy:
enabled: false
proxyUrl: "https://your-proxy-server"



############################################################
# NATS config
############################################################
Expand All @@ -17,8 +21,8 @@ nats:
config:
cluster:
enabled: true
# NATS storageClass configuration. Default is blank "".
# NATS storageClass configuration. The default is blank "".
jetstream:
fileStore:
pvc:
storageClassName: ""
storageClassName: ""
6 changes: 5 additions & 1 deletion charts/superstream/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ Deployment Information
-------------------------

## Secrets ##
UI root username - admin
UI root Username - admin
UI root Password - kubectl get secret {{ .Values.superstreamControlPlane.secret.name }} -n {{ .Release.Namespace }} -o jsonpath="{.data.superstream-admin-password}" | base64 --decode

## Requirements ##
To be able to use the Superstream User Interface the following two FQDN records should be exposed under the same domain.

## Next Steps ##
1. Expose the Superstream Control Plane service. It is a hard requirement to use "superstream-api" at the beginning of the configured FQDN.
Example: "superstream-api.example.com"
2. Expose the Superstream Control Plane UI service.
Example: "superstream-app.example.com"
3. Log in to the Superstream UI and connect your first Kafka cluster.

## Pods Deployed ##
Expand Down
7 changes: 3 additions & 4 deletions charts/superstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ global:
# secrets must exist in the same namespace
# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
pullSecretNames:
- regcred
# global registry to use for all container images in the chart
# can be overridden by individual image registry
registry:
Expand Down Expand Up @@ -55,7 +54,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.301"
tag: "1.0.402"
registry:
imagePullSecrets: []

Expand Down Expand Up @@ -84,7 +83,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.402"
tag: "1.0.403"
registry:
imagePullSecrets: []

Expand Down Expand Up @@ -112,7 +111,7 @@ superstreamEngine:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "1.0.401"
registry:
imagePullSecrets: []
# Overrides for Helm's default naming conventions
Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 7df8382

Please sign in to comment.