From 6229d4693ed604cdc55a97e8d59723117b0271a6 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 25 May 2022 13:39:49 +0200 Subject: [PATCH] switch agola to git version --- flux/cluster/apps/gitops/agola/deployment.yaml | 2 +- flux/cluster/apps/gitops/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flux/cluster/apps/gitops/agola/deployment.yaml b/flux/cluster/apps/gitops/agola/deployment.yaml index 02155c0..f2e87e6 100644 --- a/flux/cluster/apps/gitops/agola/deployment.yaml +++ b/flux/cluster/apps/gitops/agola/deployment.yaml @@ -27,7 +27,7 @@ spec: name: agola containers: - name: agola - image: sorintlab/agola:v0.7.0 + image: 0x76/agola:edge command: - /bin/agola - serve diff --git a/flux/cluster/apps/gitops/kustomization.yaml b/flux/cluster/apps/gitops/kustomization.yaml index 86a92e4..b60d1ce 100644 --- a/flux/cluster/apps/gitops/kustomization.yaml +++ b/flux/cluster/apps/gitops/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - renovate - # - agola + - agola