chore: Upgrade all CRDs to latest version

This commit is contained in:
2026-08-09 17:47:00 +05:30
parent afed78ee18
commit bb8ffca00b
7 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ spec:
sources: sources:
- repoURL: https://charts.jetstack.io - repoURL: https://charts.jetstack.io
chart: cert-manager chart: cert-manager
targetRevision: v1.19.3 targetRevision: v1.21.1
helm: helm:
values: | values: |
crds: crds:
+2 -2
View File
@@ -10,7 +10,7 @@ spec:
sources: sources:
- repoURL: https://cloudnative-pg.github.io/charts - repoURL: https://cloudnative-pg.github.io/charts
chart: cloudnative-pg chart: cloudnative-pg
targetRevision: 0.28.2 targetRevision: 0.29.0
helm: helm:
values: | values: |
replicaCount: 1 replicaCount: 1
@@ -18,7 +18,7 @@ spec:
clusterWide: true clusterWide: true
- repoURL: https://cloudnative-pg.github.io/charts - repoURL: https://cloudnative-pg.github.io/charts
chart: cluster chart: cluster
targetRevision: 0.6.1 targetRevision: 0.8.1
helm: helm:
values: | values: |
cluster: cluster:
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway-api
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://github.com/kubernetes-sigs/gateway-api.git
targetRevision: v1.6.1
path: config/crd
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
+1 -1
View File
@@ -10,7 +10,7 @@ spec:
source: source:
repoURL: https://bitnami.github.io/sealed-secrets repoURL: https://bitnami.github.io/sealed-secrets
chart: sealed-secrets chart: sealed-secrets
targetRevision: 2.18.5 targetRevision: 2.19.1
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: sealed-secrets namespace: sealed-secrets
+5 -4
View File
@@ -10,7 +10,7 @@ spec:
sources: sources:
- repoURL: https://traefik.github.io/charts - repoURL: https://traefik.github.io/charts
chart: traefik chart: traefik
targetRevision: v39.0.2 targetRevision: 41.2.0
helm: helm:
values: | values: |
providers: providers:
@@ -19,9 +19,10 @@ spec:
kubernetesIngress: kubernetesIngress:
enabled: false enabled: false
service: service:
type: ClusterIP spec:
externalIPs: type: ClusterIP
- 192.168.2.5 externalIPs:
- 192.168.2.5
gateway: gateway:
listeners: listeners:
web: web:
+1
View File
@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
# add-ons # add-ons
- add-ons/gateway-api.yaml
- add-ons/traefik.yaml - add-ons/traefik.yaml
- add-ons/cert-manager.yaml - add-ons/cert-manager.yaml
- add-ons/sealed-secrets.yaml - add-ons/sealed-secrets.yaml
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: argocd namespace: argocd
resources: resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.6/manifests/install.yaml - https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.0/manifests/install.yaml
- argocd-root-app - argocd-root-app
patches: patches:
- target: - target: