Skip to content

Commit

Permalink
Merge pull request #34 from qclaogui:pyroscope-1.4.0
Browse files Browse the repository at this point in the history
Bump Pyroscope to 1.4.0
  • Loading branch information
qclaogui authored Feb 11, 2024
2 parents 34a597e + 38a43c0 commit 7778051
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
depends_on:
ingester:
condition: service_started
image: &pyroscopeImage grafana/pyroscope:1.3.0
image: &pyroscopeImage grafana/pyroscope:1.4.0
volumes:
- ../../common/config/pyroscope/microservices-mode-profiles.yaml:/etc/config.yaml # Note: profiles use microservices-mode-profiles.yaml
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ services:
rules load /tempo-mixin/rules.yaml /tempo-mixin/alerts.yaml
pyroscope:
image: grafana/pyroscope:1.3.0
image: grafana/pyroscope:1.4.0
volumes:
- ../../common/config/pyroscope/monolithic-mode-profiles.yaml:/etc/config.yaml
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "4040"

pyroscope:
image: grafana/pyroscope:1.3.0
image: grafana/pyroscope:1.4.0
volumes:
- ../../common/config/pyroscope/monolithic-mode-profiles.yaml:/etc/config.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/k3d-k3s-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agents: 2
kubeAPI:
hostIP: "127.0.0.1"
hostPort: "6550"
image: rancher/k3s:v1.29.0-k3s1
image: rancher/k3s:v1.29.1-k3s1
ports:
# mapping the ingress port 80 to localhost:8080
- port: 8080:80
Expand Down

0 comments on commit 7778051

Please sign in to comment.