diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1a60337..575fa31 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,6 @@ jobs: echo "Install local root CA" time make local-root-ca echo "Sync releases" - time make sync time make apply helm list -A echo "Test local url" diff --git a/Makefile b/Makefile index f196757..2fe9e7d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ diff: sync: helmfile -e $(HELMFILE_ENVIRONMENT) sync apply: - helmfile -e $(HELMFILE_ENVIRONMENT) apply + helmfile -e $(HELMFILE_ENVIRONMENT) apply --skip-diff-on-install destroy: helmfile -e $(HELMFILE_ENVIRONMENT) destroy diff --git a/helmfile.d/environments/common.yaml b/helmfile.d/environments/common.yaml index 80e32e5..e8e92a6 100644 --- a/helmfile.d/environments/common.yaml +++ b/helmfile.d/environments/common.yaml @@ -37,7 +37,7 @@ loki: prometheus: installed: false # true - chart_version: 56.14.0 + chart_version: 57.1.1 namespace: "monitoring" ingress_class: nginx ingress_namespace: ingress-nginx