diff --git a/docker-compose/microservices-mode/profiles/docker-compose.yaml b/docker-compose/microservices-mode/profiles/docker-compose.yaml index 4a04f7ca..2ea17e83 100644 --- a/docker-compose/microservices-mode/profiles/docker-compose.yaml +++ b/docker-compose/microservices-mode/profiles/docker-compose.yaml @@ -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: diff --git a/docker-compose/monolithic-mode/all-in-one/docker-compose.yaml b/docker-compose/monolithic-mode/all-in-one/docker-compose.yaml index 6c7c6617..6801d0b1 100644 --- a/docker-compose/monolithic-mode/all-in-one/docker-compose.yaml +++ b/docker-compose/monolithic-mode/all-in-one/docker-compose.yaml @@ -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: diff --git a/docker-compose/monolithic-mode/profiles/docker-compose.yaml b/docker-compose/monolithic-mode/profiles/docker-compose.yaml index f59d0c36..ca2112f7 100644 --- a/docker-compose/monolithic-mode/profiles/docker-compose.yaml +++ b/docker-compose/monolithic-mode/profiles/docker-compose.yaml @@ -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: diff --git a/kubernetes/k3d-k3s-config.yaml b/kubernetes/k3d-k3s-config.yaml index c55713e0..00fa4ae3 100644 --- a/kubernetes/k3d-k3s-config.yaml +++ b/kubernetes/k3d-k3s-config.yaml @@ -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