From 2e60d4cfc2eb22fd9bd4e80babee5a7f419911ac Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 13 Jun 2024 19:14:33 -0800 Subject: [PATCH] ref a GitRepository instead of a HelmRepository --- apps/base/{fp => futureporn}/kustomization.yaml | 0 apps/base/{fp => futureporn}/release.yaml | 2 +- apps/base/{fp => futureporn}/repository.yaml | 0 apps/production/kustomization.yaml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename apps/base/{fp => futureporn}/kustomization.yaml (100%) rename apps/base/{fp => futureporn}/release.yaml (92%) rename apps/base/{fp => futureporn}/repository.yaml (100%) diff --git a/apps/base/fp/kustomization.yaml b/apps/base/futureporn/kustomization.yaml similarity index 100% rename from apps/base/fp/kustomization.yaml rename to apps/base/futureporn/kustomization.yaml diff --git a/apps/base/fp/release.yaml b/apps/base/futureporn/release.yaml similarity index 92% rename from apps/base/fp/release.yaml rename to apps/base/futureporn/release.yaml index 93fefeb..1e84978 100644 --- a/apps/base/fp/release.yaml +++ b/apps/base/futureporn/release.yaml @@ -8,7 +8,7 @@ spec: spec: chart: ./charts/futureporn sourceRef: - kind: HelmRepository + kind: GitRepository name: futureporn interval: 1m install: diff --git a/apps/base/fp/repository.yaml b/apps/base/futureporn/repository.yaml similarity index 100% rename from apps/base/fp/repository.yaml rename to apps/base/futureporn/repository.yaml diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index f7537cd..e11831d 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ../base/podinfo - ../base/temporal - - ../base/fp + - ../base/futureporn patches: - path: podinfo-values.yaml target: