From 1c720dad2ae556b3abe50396f5c0cea05ded5ecb Mon Sep 17 00:00:00 2001 From: Constantin Bugneac Date: Mon, 22 Jul 2024 18:49:02 +0000 Subject: [PATCH] update external-secrets --- .../kubernetes/bootstrap/3.4_node_problem_detector/Makefile | 2 +- pipelines/kubernetes/bootstrap/3.5_kube_state_metrics/Makefile | 2 +- pipelines/kubernetes/bootstrap/3.6_external_secrets/Makefile | 2 +- .../kubernetes/bootstrap/3.6_external_secrets/helmfile.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/kubernetes/bootstrap/3.4_node_problem_detector/Makefile b/pipelines/kubernetes/bootstrap/3.4_node_problem_detector/Makefile index cad15256..2f5f107a 100644 --- a/pipelines/kubernetes/bootstrap/3.4_node_problem_detector/Makefile +++ b/pipelines/kubernetes/bootstrap/3.4_node_problem_detector/Makefile @@ -16,7 +16,7 @@ template: validate: mkdir -p /tmp/kubeconform - helmfile template | kubeconform -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.1 + helmfile template | kubeconform -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.3 lint: helmfile lint diff --git a/pipelines/kubernetes/bootstrap/3.5_kube_state_metrics/Makefile b/pipelines/kubernetes/bootstrap/3.5_kube_state_metrics/Makefile index 6219814d..0e9c2731 100644 --- a/pipelines/kubernetes/bootstrap/3.5_kube_state_metrics/Makefile +++ b/pipelines/kubernetes/bootstrap/3.5_kube_state_metrics/Makefile @@ -5,7 +5,7 @@ EXECUTABLES = helm helmfile kubeconform K := $(foreach exec,$(EXECUTABLES),\ $(if $(shell command -v $(exec) 2> /dev/null),some string,$(error "No $(exec) in PATH"))) -KUBECONFORM_OPTS = -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.1 +KUBECONFORM_OPTS = -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.3 .PHONY: init template validate lint diff deploy status destroy tests diff --git a/pipelines/kubernetes/bootstrap/3.6_external_secrets/Makefile b/pipelines/kubernetes/bootstrap/3.6_external_secrets/Makefile index e1863cc8..96495815 100644 --- a/pipelines/kubernetes/bootstrap/3.6_external_secrets/Makefile +++ b/pipelines/kubernetes/bootstrap/3.6_external_secrets/Makefile @@ -12,7 +12,7 @@ init: validate: mkdir -p /tmp/kubeconform - helmfile template | kubeconform -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.1 + helmfile template | kubeconform -strict -summary -cache /tmp/kubeconform -ignore-missing-schemas -kubernetes-version 1.30.3 template: helmfile template diff --git a/pipelines/kubernetes/bootstrap/3.6_external_secrets/helmfile.yaml b/pipelines/kubernetes/bootstrap/3.6_external_secrets/helmfile.yaml index 7737d9fa..2ad50847 100644 --- a/pipelines/kubernetes/bootstrap/3.6_external_secrets/helmfile.yaml +++ b/pipelines/kubernetes/bootstrap/3.6_external_secrets/helmfile.yaml @@ -15,6 +15,6 @@ releases: namespace: {{ requiredEnv "NAMESPACE" }} createNamespace: false chart: external-secrets/external-secrets - version: 0.9.18 + version: 0.9.20 values: - installCRDs: true