chore: Upgrade all CRDs to latest version
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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,6 +19,7 @@ spec:
|
|||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
enabled: false
|
enabled: false
|
||||||
service:
|
service:
|
||||||
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
externalIPs:
|
externalIPs:
|
||||||
- 192.168.2.5
|
- 192.168.2.5
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user