From c4b7c8381f3ef5fa30cf082b8e71e273421996fc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 17:00:34 -0500 Subject: [PATCH] update app-template chart --- clusters/cl01tl/applications/actual/Chart.yaml | 2 +- .../applications/actual/templates/external-secret.yaml | 5 +---- .../cl01tl/applications/actual/templates/http-route.yaml | 5 +---- .../applications/actual/templates/replication-source.yaml | 5 +---- clusters/cl01tl/applications/actual/values.yaml | 4 +--- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/clusters/cl01tl/applications/actual/Chart.yaml b/clusters/cl01tl/applications/actual/Chart.yaml index 21a6ef7bd..60f1cdcfa 100644 --- a/clusters/cl01tl/applications/actual/Chart.yaml +++ b/clusters/cl01tl/applications/actual/Chart.yaml @@ -16,6 +16,6 @@ dependencies: - name: app-template alias: actual repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/actual-budget.png appVersion: v25.5.0 diff --git a/clusters/cl01tl/applications/actual/templates/external-secret.yaml b/clusters/cl01tl/applications/actual/templates/external-secret.yaml index 79d4061c0..d536545bb 100644 --- a/clusters/cl01tl/applications/actual/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/actual/templates/external-secret.yaml @@ -4,11 +4,8 @@ metadata: name: actual-data-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: actual-data-backup-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: backup - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/applications/actual/templates/http-route.yaml b/clusters/cl01tl/applications/actual/templates/http-route.yaml index 6a14e8d8c..f21cb7694 100644 --- a/clusters/cl01tl/applications/actual/templates/http-route.yaml +++ b/clusters/cl01tl/applications/actual/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-actual namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-actual + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: web - app.kubernetes.io/part-of: {{ .Release.Name }} spec: parentRefs: - group: gateway.networking.k8s.io diff --git a/clusters/cl01tl/applications/actual/templates/replication-source.yaml b/clusters/cl01tl/applications/actual/templates/replication-source.yaml index 38f8b97a5..72c8aa898 100644 --- a/clusters/cl01tl/applications/actual/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/actual/templates/replication-source.yaml @@ -4,11 +4,8 @@ metadata: name: actual-data-backup-source namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: actual-data-backup-source + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: backup - app.kubernetes.io/part-of: {{ .Release.Name }} spec: sourcePVC: actual-data trigger: diff --git a/clusters/cl01tl/applications/actual/values.yaml b/clusters/cl01tl/applications/actual/values.yaml index f937e7f9f..10dc324bb 100644 --- a/clusters/cl01tl/applications/actual/values.yaml +++ b/clusters/cl01tl/applications/actual/values.yaml @@ -20,7 +20,7 @@ actual: memory: 128Mi probes: liveness: - enabled: false + enabled: true custom: true spec: exec: @@ -34,8 +34,6 @@ actual: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 - serviceAccount: - create: true service: main: controller: main