From b83062b0ef85ae29970439f0c6fc9911e912978c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 13:01:30 +0200 Subject: [PATCH] chore(bootstrap): moved all pointers to main instead of HEAD --- clusters/artemis/apps/argocd/application.yaml | 2 +- clusters/artemis/apps/cnpg/application.yaml | 2 +- clusters/artemis/apps/external-secrets/application.yaml | 2 +- clusters/artemis/apps/gitea-runners/application.yaml | 2 +- clusters/artemis/apps/gitea/application.yaml | 2 +- clusters/artemis/apps/mailu/application.yaml | 2 +- clusters/artemis/apps/pocket-id/application.yaml | 2 +- clusters/artemis/apps/uptime-kuma/application.yaml | 2 +- clusters/artemis/apps/vault/application.yaml | 2 +- clusters/artemis/apps/vaultwarden/application.yaml | 2 +- clusters/artemis/cluster.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clusters/artemis/apps/argocd/application.yaml b/clusters/artemis/apps/argocd/application.yaml index eb78cd7..a811f2d 100644 --- a/clusters/artemis/apps/argocd/application.yaml +++ b/clusters/artemis/apps/argocd/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/argocd - targetRevision: HEAD + targetRevision: main destination: namespace: argocd name: in-cluster diff --git a/clusters/artemis/apps/cnpg/application.yaml b/clusters/artemis/apps/cnpg/application.yaml index db827cd..3860f49 100644 --- a/clusters/artemis/apps/cnpg/application.yaml +++ b/clusters/artemis/apps/cnpg/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/cnpg - targetRevision: HEAD + targetRevision: main destination: namespace: cnpg-system name: in-cluster diff --git a/clusters/artemis/apps/external-secrets/application.yaml b/clusters/artemis/apps/external-secrets/application.yaml index 79456b0..7c11307 100644 --- a/clusters/artemis/apps/external-secrets/application.yaml +++ b/clusters/artemis/apps/external-secrets/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/external-secrets - targetRevision: HEAD + targetRevision: main destination: namespace: external-secrets name: in-cluster diff --git a/clusters/artemis/apps/gitea-runners/application.yaml b/clusters/artemis/apps/gitea-runners/application.yaml index 2ff53a6..f065764 100644 --- a/clusters/artemis/apps/gitea-runners/application.yaml +++ b/clusters/artemis/apps/gitea-runners/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/gitea-runners - targetRevision: HEAD + targetRevision: main destination: namespace: gitea-runners name: in-cluster diff --git a/clusters/artemis/apps/gitea/application.yaml b/clusters/artemis/apps/gitea/application.yaml index acf5d3d..3a61235 100644 --- a/clusters/artemis/apps/gitea/application.yaml +++ b/clusters/artemis/apps/gitea/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/gitea - targetRevision: HEAD + targetRevision: main destination: namespace: gitea name: in-cluster diff --git a/clusters/artemis/apps/mailu/application.yaml b/clusters/artemis/apps/mailu/application.yaml index ab565de..cb49819 100644 --- a/clusters/artemis/apps/mailu/application.yaml +++ b/clusters/artemis/apps/mailu/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/mailu - targetRevision: HEAD + targetRevision: main destination: namespace: mailu name: in-cluster diff --git a/clusters/artemis/apps/pocket-id/application.yaml b/clusters/artemis/apps/pocket-id/application.yaml index 48343cf..fe09d04 100644 --- a/clusters/artemis/apps/pocket-id/application.yaml +++ b/clusters/artemis/apps/pocket-id/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/pocket-id - targetRevision: HEAD + targetRevision: main destination: namespace: pocket-id name: in-cluster diff --git a/clusters/artemis/apps/uptime-kuma/application.yaml b/clusters/artemis/apps/uptime-kuma/application.yaml index 16e7ce9..42d0e97 100644 --- a/clusters/artemis/apps/uptime-kuma/application.yaml +++ b/clusters/artemis/apps/uptime-kuma/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/uptime-kuma - targetRevision: HEAD + targetRevision: main destination: namespace: uptime-kuma name: in-cluster diff --git a/clusters/artemis/apps/vault/application.yaml b/clusters/artemis/apps/vault/application.yaml index 57368b3..1f65a86 100644 --- a/clusters/artemis/apps/vault/application.yaml +++ b/clusters/artemis/apps/vault/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/vault - targetRevision: HEAD + targetRevision: main destination: namespace: vault name: in-cluster diff --git a/clusters/artemis/apps/vaultwarden/application.yaml b/clusters/artemis/apps/vaultwarden/application.yaml index 749ef21..249428f 100644 --- a/clusters/artemis/apps/vaultwarden/application.yaml +++ b/clusters/artemis/apps/vaultwarden/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/vaultwarden - targetRevision: HEAD + targetRevision: main destination: namespace: vaultwarden name: in-cluster diff --git a/clusters/artemis/cluster.yaml b/clusters/artemis/cluster.yaml index 3d8c719..7effdf3 100644 --- a/clusters/artemis/cluster.yaml +++ b/clusters/artemis/cluster.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: clusters/artemis - targetRevision: HEAD + targetRevision: main destination: namespace: argocd name: in-cluster