Skip to content

Commit

Permalink
0.3.32 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren committed May 22, 2024
1 parent 7f40c09 commit 20a71fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/digma/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
# version: this Chart version
version: 1.0.172
version: 1.0.173
name: digma
description: A Helm chart containing Digma's services and dbs
home: https://github.com/digma-ai/digma
type: application
# appVersion: digma version (affects image tag)
appVersion: 0.3.27
appVersion: 0.3.32
24 changes: 12 additions & 12 deletions src/rendered-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
spec:
containers:
- name: digma-analytics
image: digmatic/digma-analytics:0.3.27
image: digmatic/digma-analytics:0.3.32
resources:
requests:
memory: 300Mi
Expand Down Expand Up @@ -227,7 +227,7 @@ spec:
- name: OtlpExportTraces
value: "false"
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163

Expand Down Expand Up @@ -263,7 +263,7 @@ spec:
spec:
containers:
- name: digma-collector-api
image: digmatic/digma-collector:0.3.27
image: digmatic/digma-collector:0.3.32
resources:
requests:
memory: 100Mi
Expand Down Expand Up @@ -298,7 +298,7 @@ spec:
- name: OtlpExportTraces
value: "false"
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163
- name: Jaeger__OtlpUrl
Expand Down Expand Up @@ -328,7 +328,7 @@ spec:
spec:
containers:
- name: digma-collector-worker
image: digmatic/digma-collector-worker:0.3.27
image: digmatic/digma-collector-worker:0.3.32
resources:
requests:
memory: 200Mi
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
- name: Kafka__Urls__0
value: digma-kafka:9092
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163
- name: Jaeger__OtlpUrl
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
spec:
containers:
- name: digma-measurement-analysis
image: digmatic/digma-measurement-analysis:0.3.27
image: digmatic/digma-measurement-analysis:0.3.32
resources:
requests:
memory: 100Mi
Expand Down Expand Up @@ -480,7 +480,7 @@ spec:
- name: OtlpExportTraces
value: "false"
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163
- name: Jaeger__OtlpUrl
Expand Down Expand Up @@ -527,7 +527,7 @@ spec:
spec:
containers:
- name: digma-pipeline-worker
image: digmatic/digma-pipeline-worker:0.3.27
image: digmatic/digma-pipeline-worker:0.3.32
resources:
requests:
memory: 100Mi
Expand Down Expand Up @@ -561,7 +561,7 @@ spec:
- name: Kafka__Urls__0
value: digma-kafka:9092
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163
- name: Jaeger__OtlpUrl
Expand Down Expand Up @@ -592,7 +592,7 @@ spec:
spec:
containers:
- name: digma-scheduler
image: digmatic/digma-scheduler:0.3.27
image: digmatic/digma-scheduler:0.3.32
resources:
requests:
memory: 100Mi
Expand Down Expand Up @@ -628,7 +628,7 @@ spec:
- name: OtlpExportTraces
value: "false"
- name: ApplicationVersion
value: 0.3.27
value: 0.3.32
- name: ChartVersion
value: 1.0.163

Expand Down

0 comments on commit 20a71fe

Please sign in to comment.