Compare commits

..

2 Commits

Author SHA1 Message Date
7094fa1cbf upgrade Grafana
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 18:38:20 +01:00
2377642bb5 dep: upgrade to terraform-1.3.5 2022-11-28 18:37:57 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ trigger:
steps:
- name: terraform init
image: hashicorp/terraform:1.1.8
image: hashicorp/terraform:1.3.5
commands:
- echo "$${CI_SSH_KEY}" | base64 -d > id_rsa
- chmod 600 id_rsa
@@ -29,7 +29,7 @@ steps:
from_secret: terraform-aws-secret-access-key
- name: terraform plan
image: hashicorp/terraform:1.1.8
image: hashicorp/terraform:1.3.5
commands:
- terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exitcode") -out .tfplan
environment:
@@ -46,7 +46,7 @@ steps:
- main
event:
- push
image: hashicorp/terraform:1.1.8
image: hashicorp/terraform:1.3.5
commands:
- terraform apply .tfplan
environment:
@@ -71,7 +71,7 @@ trigger:
steps:
- name: format and generate docs
image: hashicorp/terraform:1.1.8
image: hashicorp/terraform:1.3.5
commands:
- apk add bash wget
- wget -q https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-linux-amd64.tar.gz -O - | tar -xz terraform-docs -C /usr/local/bin
@@ -81,6 +81,6 @@ steps:
---
kind: signature
hmac: 6568551142d52c579f103c5b82eb76b8dcdcbe7cc39ab467ce42b295d1865d2c
hmac: 31fe03c2cd0cd528698da1da29eba5be6fe33d8d32cafc4f2986156c6dc845ea
...

View File

@@ -4,6 +4,7 @@ resource "helm_release" "this" {
repository = "https://grafana.github.io/helm-charts"
chart = "grafana"
version = "6.44.8"
values = [
jsonencode({