Skip to content
Open
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 03-Kubernetes/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cluster-autoscaler:
image:
repository: k8s.gcr.io/autoscaling/cluster-autoscaler
pullPolicy: IfNotPresent
tag: v1.25.1 # Follows cluster versions schemes: controle plane 1.18 -> tag v1.18.x
tag: v1.25.3@sha256:a8c8f3c5e5fc532c37ab9cf5388d0061ecbf78090b91c3d059b09fa3ffd4ac53 # Follows cluster versions schemes: controle plane 1.18 -> tag v1.18.x

# Defaults to "ClusterFirst". Valid values are
# 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'
Expand Down
2 changes: 1 addition & 1 deletion 03-Kubernetes/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ version: 0.1.0
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.6.0
version: 4.6.1