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 Oct 10, 2022
2 parents 02202af + 2d5cfda commit 1889f89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion csi-external-snapshotter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
csi-external-snapshotter = merge(
{
enabled = false
version = "v6.0.1"
version = "v6.1.0"
},
var.csi-external-snapshotter
)
Expand Down
2 changes: 1 addition & 1 deletion flux2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {
namespace = "flux-system"
target_path = "production"
default_network_policy = true
version = "v0.33.0"
version = "v0.35.0"
github_url = "ssh://git@<host>/<org>/<repository>"
create_github_repository = false
github_token = ""
Expand Down
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.27.0"
thanos_version = "v0.28.1"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down
4 changes: 2 additions & 2 deletions modules/aws/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ credentials:
useSecret: false
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.3.0
image: velero/velero-plugin-for-aws:v1.5.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.2.0
image: velero/velero-plugin-for-csi:v0.3.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
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.27.0"
thanos_version = "v0.28.1"
enabled = false
allowed_cidrs = ["0.0.0.0/0"]
default_network_policy = true
Expand Down

0 comments on commit 1889f89

Please sign in to comment.