Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jul 16, 2022
2 parents 2e7f6a1 + adf9e7c commit 424cdd4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.73.0
rev: v1.74.1
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand Down
26 changes: 13 additions & 13 deletions helm-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
version: 0.2.0
repository: https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts
- name: aws-ebs-csi-driver
version: 2.8.0
version: 2.8.1
repository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
- name: aws-efs-csi-driver
version: 2.2.7
Expand All @@ -36,13 +36,13 @@ dependencies:
version: 9.19.2
repository: https://kubernetes.github.io/autoscaler
- name: external-dns
version: 1.9.0
version: 1.10.1
repository: https://kubernetes-sigs.github.io/external-dns/
- name: flux
version: 1.13.1
repository: https://charts.fluxcd.io
- name: ingress-nginx
version: 4.1.4
version: 4.2.0
repository: https://kubernetes.github.io/ingress-nginx
- name: istio-operator
version: 1.7.0
Expand All @@ -57,13 +57,13 @@ dependencies:
version: 2.7.2
repository: https://kedacore.github.io/charts
- name: keycloak
version: 18.1.1
version: 18.2.1
repository: https://codecentric.github.io/helm-charts
- name: kong
version: 2.10.2
version: 2.11.0
repository: https://charts.konghq.com
- name: kube-prometheus-stack
version: 36.2.1
version: 37.2.0
repository: https://prometheus-community.github.io/helm-charts
- name: kyverno
version: v2.5.1
Expand All @@ -84,10 +84,10 @@ dependencies:
version: 2.6.5
repository: https://grafana.github.io/helm-charts
- name: loki
version: 2.12.2
version: 2.13.1
repository: https://grafana.github.io/helm-charts
- name: promtail
version: 6.0.2
version: 6.2.1
repository: https://grafana.github.io/helm-charts
- name: metrics-server
version: 3.8.2
Expand All @@ -99,10 +99,10 @@ dependencies:
version: 3.3.1
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-cloudwatch-exporter
version: 0.19.1
version: 0.19.2
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-blackbox-exporter
version: 5.8.2
version: 6.0.0
repository: https://prometheus-community.github.io/helm-charts
- name: rabbitmq-cluster-operator
version: 2.6.8
Expand All @@ -111,13 +111,13 @@ dependencies:
version: v0.0.1
repository: https://particuleio.github.io/charts
- name: sealed-secrets
version: 2.3.0
version: 2.4.0
repository: https://bitnami-labs.github.io/sealed-secrets
- name: strimzi-kafka-operator
version: 0.29.0
repository: https://strimzi.io/charts/
- name: thanos
version: 10.5.5
version: 11.1.1
repository: https://charts.bitnami.com/bitnami
- name: tigera-operator
version: v3.23.2
Expand All @@ -135,5 +135,5 @@ dependencies:
version: 2.30.1
repository: https://vmware-tanzu.github.io/helm-charts
- name: victoria-metrics-k8s-stack
version: 0.9.5
version: 0.9.7
repository: https://victoriametrics.github.io/helm-charts/
2 changes: 1 addition & 1 deletion modules/aws/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
thanos_bucket = "thanos-store-${var.cluster-name}"
thanos_bucket_force_destroy = false
thanos_store_config = null
thanos_version = "v0.26.0"
thanos_version = "v0.27.0"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Provides various Kubernetes addons that are often used on Kubernetes with Azure
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 2.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.0 |
| <a name="requirement_flux"></a> [flux](#requirement\_flux) | <= 0.15 |
| <a name="requirement_github"></a> [github](#requirement\_github) | ~> 4.0 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | ~> 2.0 |
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/version.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 0.13"
required_providers {
azurerm = "~> 2.0"
azurerm = "~> 3.0"
helm = "~> 2.0"
kubernetes = "~> 2.0, != 2.12"
kubectl = {
Expand Down
2 changes: 1 addition & 1 deletion modules/scaleway/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
thanos_bucket = "thanos-store-${var.cluster-name}"
thanos_bucket_region = local.scaleway["region"]
thanos_store_config = null
thanos_version = "v0.26.0"
thanos_version = "v0.27.0"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down

0 comments on commit 424cdd4

Please sign in to comment.