1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-13 11:06:11 +02:00

Update Prometheus and Grafana addons

* Bump recommended Terraform provider versions
This commit is contained in:
Dalton Hubble 2022-07-02 11:12:41 -07:00
parent 61cbfc044d
commit 42bf82b325
9 changed files with 13 additions and 8 deletions

View File

@ -4,6 +4,11 @@ Notable changes between versions.
## Latest
### Addons
* Update Prometheus from v2.36.1 to [v2.36.2](https://github.com/prometheus/prometheus/releases/tag/v2.36.2)
* Update Grafana from v8.5.6 to [v9.0.2](https://github.com/grafana/grafana/releases/tag/v9.0.2)
## v1.24.2
* Kubernetes [v1.24.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#v1242)

View File

@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:8.5.6
image: docker.io/grafana/grafana:9.0.2
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"

View File

@ -21,7 +21,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: quay.io/prometheus/prometheus:v2.36.1
image: quay.io/prometheus/prometheus:v2.36.2
args:
- --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml

View File

@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.20.0"
version = "4.21.0"
}
}
}

View File

@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.9.0"
version = "3.12.0"
}
}
}

View File

@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.25.0"
version = "4.27.0"
}
}
}

View File

@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.20.0"
version = "4.21.0"
}
}
}

View File

@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.9.0"
version = "3.12.0"
}
}
}

View File

@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.25.0"
version = "4.27.0"
}
}
}