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