Skip to content

Commit

Permalink
fix: update write back target (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Dec 23, 2024
1 parent 450c458 commit ebf7fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/proompteng/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ export default function Home() {
return (
<main className="min-h-screen w-full mx-auto flex flex-col items-center">
<div className="container px-4 py-10 max-w-7xl">
<h1 className="text-4xl font-bold mb-12 text-center">Latest Tech & AI News</h1>
<div className="flex justify-center space-x-12 mb-10">
<div className="size-16 rounded-full border-indigo-400 border-8" />
<div className="size-16 rounded-full border-indigo-400 border-8 scale-125" />
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mx-auto max-w-[1400px]">
{newsItems.map((item) => (
<Card
Expand Down
2 changes: 1 addition & 1 deletion argocd/applicationsets/lovely-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
argocd-image-updater.argoproj.io/proompteng: semver
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds
argocd-image-updater.argoproj.io/git-branch: main
argocd-image-updater.argoproj.io/write-back-target: "kustomization:/apps/ecran"
argocd-image-updater.argoproj.io/write-back-target: "kustomization:/argocd/applications/proompteng"
{{- else }}
spec:
source:
Expand Down

0 comments on commit ebf7fed

Please sign in to comment.