From 6c9d0dcb0eba2f379a30f5ffdd2d3a25cd7d927c Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Thu, 6 Jul 2023 19:03:18 +0700 Subject: [PATCH] bump v2.8.0-rc2-fl.15-main-ed1f41f7 Signed-off-by: Chanwit Kaewkasi --- demo/artifacts/fsa-installation/kustomization.yaml | 6 +++--- release/kustomization.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/artifacts/fsa-installation/kustomization.yaml b/demo/artifacts/fsa-installation/kustomization.yaml index fc1f6cb..adc3b42 100644 --- a/demo/artifacts/fsa-installation/kustomization.yaml +++ b/demo/artifacts/fsa-installation/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc1/manifests/install.yaml +- https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc2/manifests/install.yaml patches: - patch: |- apiVersion: v1 @@ -36,6 +36,6 @@ patches: kind: ConfigMap name: argocd-rbac-cm images: -- name: quay.io/argoproj/argocd:v2.8.0-rc1 +- name: quay.io/argoproj/argocd:v2.8.0-rc2 newName: ghcr.io/flux-subsystem-argo/fsa/argocd - newTag: v2.8.0-rc1-fl.15-main-185ebf36 \ No newline at end of file + newTag: v2.8.0-rc2-fl.15-main-ed1f41f7 \ No newline at end of file diff --git a/release/kustomization.yaml b/release/kustomization.yaml index c00451d..9aa6316 100644 --- a/release/kustomization.yaml +++ b/release/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc1/manifests/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc2/manifests/install.yaml images: - - name: quay.io/argoproj/argocd:v2.8.0-rc1 + - name: quay.io/argoproj/argocd:v2.8.0-rc2 newName: ghcr.io/flux-subsystem-argo/fsa/argocd - newTag: v2.8.0-rc1-fl.15-main-185ebf36 + newTag: v2.8.0-rc2-fl.15-main-ed1f41f7