mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
argocd: upgrade to 1.8.1
This commit is contained in:
parent
3f144c2460
commit
a4fee20ab1
2 changed files with 476 additions and 557 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -2,11 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
namespace: argocd
|
||||
commonLabels:
|
||||
app.kubernetes.io/version: v1.7.8
|
||||
app.kubernetes.io/version: v1.8.1
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
resources:
|
||||
# from https://raw.githubusercontent.com/argoproj/argo-cd/v1.4.2/manifests/install.yaml
|
||||
- install.yaml
|
||||
- install.yaml # from https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.2/manifests/install.yaml
|
||||
- ingress.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/argocd-cm.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue