Skip to content

Commit

Permalink
update external-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Jul 22, 2024
1 parent e1a04df commit 1c720da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c720da

Please sign in to comment.