mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 07:35:57 +08:00
updated files for docker and helm files v 0.2.0
This commit is contained in:
parent
7bafcdb3da
commit
daebe83e32
@ -142,7 +142,7 @@ services:
|
|||||||
- environment_tiny/common
|
- environment_tiny/common
|
||||||
|
|
||||||
flatten-processor:
|
flatten-processor:
|
||||||
image: signoz/flattener-processor:0.1.1
|
image: signoz/flattener-processor:0.2.0
|
||||||
container_name: flattener-processor
|
container_name: flattener-processor
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -158,7 +158,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
query-service:
|
query-service:
|
||||||
image: signoz.docker.scarf.sh/signoz/query-service:0.1.4
|
image: signoz.docker.scarf.sh/signoz/query-service:0.2.0
|
||||||
container_name: query-service
|
container_name: query-service
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -173,7 +173,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: signoz/frontend:0.2.0
|
image: signoz/frontend:0.2.1
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -137,7 +137,7 @@ services:
|
|||||||
- environment_small/router
|
- environment_small/router
|
||||||
|
|
||||||
flatten-processor:
|
flatten-processor:
|
||||||
image: signoz/flattener-processor:0.1.1
|
image: signoz/flattener-processor:0.2.0
|
||||||
container_name: flattener-processor
|
container_name: flattener-processor
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -153,7 +153,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
query-service:
|
query-service:
|
||||||
image: signoz.docker.scarf.sh/signoz/query-service:0.1.4
|
image: signoz.docker.scarf.sh/signoz/query-service:0.2.0
|
||||||
container_name: query-service
|
container_name: query-service
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -168,7 +168,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: signoz/frontend:0.2.0
|
image: signoz/frontend:0.2.1
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -10,12 +10,12 @@ dependencies:
|
|||||||
version: 0.2.18
|
version: 0.2.18
|
||||||
- name: flattener-processor
|
- name: flattener-processor
|
||||||
repository: file://./signoz-charts/flattener-processor
|
repository: file://./signoz-charts/flattener-processor
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
- name: query-service
|
- name: query-service
|
||||||
repository: file://./signoz-charts/query-service
|
repository: file://./signoz-charts/query-service
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
- name: frontend
|
- name: frontend
|
||||||
repository: file://./signoz-charts/frontend
|
repository: file://./signoz-charts/frontend
|
||||||
version: 0.1.8
|
version: 0.2.1
|
||||||
digest: sha256:8e85ad25689df85b0176627539f1ba116ed609aa31c55043a4e41417d574f0c1
|
digest: sha256:7ea89a82fabae53ff97cbdaddab0c9edf952a3d212237efc5897b32937d940fd
|
||||||
generated: "2021-01-20T17:23:19.845512+05:30"
|
generated: "2021-05-02T23:16:58.998702+05:30"
|
||||||
|
@ -15,12 +15,12 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.6
|
version: 0.2.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
appVersion: 0.1.1
|
appVersion: 0.2.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: zookeeper
|
- name: zookeeper
|
||||||
@ -34,10 +34,10 @@ dependencies:
|
|||||||
version: 0.2.18
|
version: 0.2.18
|
||||||
- name: flattener-processor
|
- name: flattener-processor
|
||||||
repository: "file://./signoz-charts/flattener-processor"
|
repository: "file://./signoz-charts/flattener-processor"
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
- name: query-service
|
- name: query-service
|
||||||
repository: "file://./signoz-charts/query-service"
|
repository: "file://./signoz-charts/query-service"
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
- name: frontend
|
- name: frontend
|
||||||
repository: "file://./signoz-charts/frontend"
|
repository: "file://./signoz-charts/frontend"
|
||||||
version: 0.1.8
|
version: 0.2.1
|
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.1.1
|
appVersion: 0.2.0
|
||||||
|
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.8
|
version: 0.2.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.2.0
|
appVersion: 0.2.1
|
||||||
|
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.1
|
version: 0.2.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.1.4
|
appVersion: 0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user