Skip to content

Commit

Permalink
test argo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pli01 authored Mar 23, 2024
1 parent 03eed27 commit bf25346
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helmfile.d/environments/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf25346

Please sign in to comment.