Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging configuration #204

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d284918
Upgrade measurement-analysis and kafka resources
oleksandrh Jul 17, 2024
3d752cc
Added sta01 configuration
oleksandrh Jul 17, 2024
cad13c2
Upgrade helm chart
oleksandrh Jul 18, 2024
1cb39c5
Merge branch 'main' into staging
oleksandrh Jul 19, 2024
0658658
Merge branch 'main' into staging
oleksandrh Jul 24, 2024
8df18b6
Merge branch 'main' into staging
oleksandrh Jul 24, 2024
8745e24
Merge branch 'main' into staging
oleksandrh Jul 24, 2024
91af31c
Merge branch 'main' into staging
oleksandrh Jul 26, 2024
df5cda2
Added ignored endpoints variable
oleksandrh Aug 5, 2024
5a7b789
Merge branch 'main' into staging
oleksandrh Aug 5, 2024
c2a3626
Merge branch 'feature/endpoints-ignore' into staging
oleksandrh Aug 5, 2024
7cb3f67
changed templates
oleksandrh Aug 5, 2024
1de8290
moved ignore endpoints to Collector worker
oleksandrh Aug 5, 2024
b7b3145
Merge branch 'feature/endpoints-ignore' into staging
oleksandrh Aug 5, 2024
6a374c2
fixed env variables
oleksandrh Aug 5, 2024
2818c9f
Configured environment variables
oleksandrh Aug 5, 2024
0bffca7
fixed formatting
oleksandrh Aug 5, 2024
6bbd32b
Merge remote-tracking branch 'origin/main' into feature/endpoints-ignore
oleksandrh Aug 6, 2024
4de4f2d
updated appVersion
oleksandrh Aug 6, 2024
5021359
Merge branch 'feature/endpoints-ignore' into staging
oleksandrh Aug 6, 2024
ec0ce5d
Changed ignoreEndpoints
oleksandrh Aug 6, 2024
7a3ae80
Added support of custom ignored endpoints
oleksandrh Aug 7, 2024
6bbc0d0
Merge branch 'fix/ignored-endpoints' into staging
oleksandrh Aug 7, 2024
8a4670d
Revert "Added support of custom ignored endpoints"
oleksandrh Aug 9, 2024
ba0f8ad
removed ignored endpoints
oleksandrh Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated appVersion
  • Loading branch information
oleksandrh committed Aug 6, 2024
commit 4de4f2de3ebebf05cf0facd034560ede1b9e08a6
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.218
version: 1.0.219
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.95
appVersion: 0.3.97
Loading