From c91cd7a0505b1a2cfc95406091a33647150fd659 Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Tue, 11 Feb 2025 16:50:55 +0100 Subject: [PATCH] fix: Clean up some details --- charts/library/common/Chart.yaml | 1 + charts/other/app-template/Chart.yaml | 1 + charts/other/app-template/dummy | 0 3 files changed, 2 insertions(+) delete mode 100644 charts/other/app-template/dummy diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 56636016..105d1ea2 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -13,6 +13,7 @@ maintainers: - name: bjw-s email: me@bjw-s.dev annotations: + org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts" artifacthub.io/changes: |- - kind: fixed description: |- diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index 972a89e5..67f59172 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -12,6 +12,7 @@ dependencies: repository: https://bjw-s.github.io/helm-charts version: 3.7.1 annotations: + org.opencontainers.image.source: "https://github.com/bjw-s/helm-charts" artifacthub.io/changes: |- - kind: fixed description: |- diff --git a/charts/other/app-template/dummy b/charts/other/app-template/dummy deleted file mode 100644 index e69de29b..00000000