Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
upgrade all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Sep 16, 2023
1 parent 666489c commit 6c92ed0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: eks
namespace: kube-system
version: "1.6.0"
version: "1.6.1"
interval: 10m0s
install:
remediation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
version: "50.3.1"
version: "51.0.3"
interval: 10m0s
timeout: 30m
install:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ namespace: observability

resources:
- externalsecret-grafana-admin.yaml
- helmrelease.yaml
- httproute.yaml
- release.yaml
2 changes: 1 addition & 1 deletion security/base/cert-manager/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: jetstack
namespace: flux-system
version: "v1.12.4"
version: "v1.13.0"
interval: 10m0s
install:
createNamespace: true
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "cluster_version" {

variable "cilium_version" {
description = "Cilium cluster version"
default = "1.14.1"
default = "1.14.2"
type = string
}

Expand Down

0 comments on commit 6c92ed0

Please sign in to comment.