Skip to content

Commit

Permalink
Update alaz version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Feb 11, 2024
1 parent 9530cc6 commit d0b0488
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/alaz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ icon: https://d2uj9largygsoq.cloudfront.net/docker/ddosify-square-icon-db.svg
# 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.5.3
version: 0.6.0

redhatVersion: 0.5.0

# 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: "v0.5.2"
appVersion: "v0.6.0"

kubeVersion: ">=1.16.0-0"

Expand Down
2 changes: 1 addition & 1 deletion charts/alaz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table lists the configurable parameters of the Alaz chart and thei
| Parameter | Description | Type | Default |
| --- | --- | --- | --- |
| `monitoringID` | **CHANGE**: Monitoring ID (required). You can get it from Ddosify UI, Cluster Detail Page. | string | `""` |
| `backendHost` | Backend host URL to send the collected data. Default is [Ddosify Cloud](https://app.ddosify.com/). If you have Ddosify Self-Hosted installed, you can give the backend URL. | string | `https://api.ddosify.com:443` |
| `backendHost` | Backend host URL to send the collected data. Default is [Ddosify Cloud](https://app.ddosify.com/). If you have Ddosify Self-Hosted installed, you can give the backend URL. | string | `https://api-alaz.ddosify.com:443` |
| `namespace` | Namespace to deploy the chart | string | `ddosify` |
| `logLevel` | [Zero log](https://github.com/rs/zerolog) level (0: trace, 1: debug, 2: info, 3: warn, 4: error, 5: fatal, 6: panic) | int | `1` |
| `resources.limits.cpu` | CPU limit | string | `1` |
Expand Down
2 changes: 1 addition & 1 deletion charts/alaz/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "string",
"format": "uri",
"description": "Backend host URL to send the collected data",
"default": "https://api.ddosify.com:443"
"default": "https://api-alaz.ddosify.com:443"
},
"monitoringID": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions charts/alaz/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: ddosify

backendHost: https://api.ddosify.com:443
backendHost: https://api-alaz.ddosify.com:443
monitoringID: "" # required
logLevel: 1 # zero log levels: -1: trace, 0: debug, 1: info, 2: warn, 3: error, 4: fatal, 5: panic

Expand All @@ -12,7 +12,7 @@ resources:
cpu: 500m
memory: 400Mi

image: ddosify/alaz:v0.5.2
image: ddosify/alaz:v0.6.0
imagePullPolicy: IfNotPresent
containerPort: 8181
podAnnotations: {}
Expand Down

0 comments on commit d0b0488

Please sign in to comment.