Skip to content

Commit

Permalink
Update alaz version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jul 24, 2024
1 parent ac90e82 commit 885c017
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 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.10.1
version: 0.11.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.10.0"
appVersion: "v0.11.0"

kubeVersion: ">=1.16.0-0"

Expand Down
1 change: 0 additions & 1 deletion charts/alaz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ The following table lists the configurable parameters of the Alaz chart and thei
| `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` |
| `resources.limits.memory` | Memory limit | string | `1Gi` |
| `resources.requests.cpu` | CPU request | string | `500m` |
| `resources.requests.memory` | Memory request | string | `400Mi` |
| `image` | Alaz Docker image | string | - |
| `imagePullPolicy` | Image pull policy | string | `IfNotPresent` |
Expand Down
1 change: 0 additions & 1 deletion charts/alaz/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ spec:
cpu: {{ .Values.resources.limits.cpu }}
memory: {{ .Values.resources.limits.memory }}
requests:
cpu: {{ .Values.resources.requests.cpu }}
memory: {{ .Values.resources.requests.memory }}
securityContext:
privileged: true
Expand Down
5 changes: 0 additions & 5 deletions charts/alaz/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string",
"pattern": "^\\d+m?$",
"default": "500m"
},
"memory": {
"type": "string",
"pattern": "^\\d+(Mi|Gi)$",
Expand Down
3 changes: 1 addition & 2 deletions charts/alaz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ resources:
cpu: "1"
memory: 1Gi
requests:
cpu: 500m
memory: 400Mi

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

0 comments on commit 885c017

Please sign in to comment.