Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stack/core/argo-cd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ kubectl create namespace argocd --dry-run=client -o yaml | kubectl apply -f -

helm upgrade --install argocd argo/argo-cd \
--namespace argocd \
--version 9.5.14 \
--version 10.3.0 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait
2 changes: 1 addition & 1 deletion stack/core/trust-manager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl create namespace cert-manager --dry-run=client -o yaml | kubectl apply -

helm upgrade --install trust-manager jetstack/trust-manager \
--namespace cert-manager \
--version v0.22.1 \
--version v0.24.0 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait \
--hide-notes
2 changes: 1 addition & 1 deletion stack/data/cloudnative-pg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kubectl create namespace cnpg-system --dry-run=client -o yaml | kubectl apply -f

helm upgrade --install cloudnative-pg cnpg/cloudnative-pg \
--namespace cnpg-system \
--version 0.28.2 \
--version 0.29.0 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait
2 changes: 1 addition & 1 deletion stack/data/nats/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kubectl create namespace nats --dry-run=client -o yaml | kubectl apply -f -

helm upgrade --install nats nats/nats \
--namespace nats \
--version 2.14.0 \
--version 2.14.4 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait
2 changes: 1 addition & 1 deletion stack/observability/kube-prometheus-stack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ kubectl create namespace monitoring --dry-run=client -o yaml | kubectl apply -f

helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
--namespace monitoring \
--version 85.1.2 \
--version 88.2.0 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait
Loading