diff --git a/clusters/cl01tl/applications/outline/Chart.yaml b/clusters/cl01tl/applications/outline/Chart.yaml index 2d67f7277..ad7e4c30b 100644 --- a/clusters/cl01tl/applications/outline/Chart.yaml +++ b/clusters/cl01tl/applications/outline/Chart.yaml @@ -25,7 +25,7 @@ dependencies: - name: app-template alias: outline repository: https://bjw-s-labs.github.io/helm-charts/ - version: 3.7.3 + version: 4.0.1 - name: tenant alias: minio version: 7.1.1 @@ -36,14 +36,14 @@ dependencies: - name: cloudflared alias: cloudflared-outline repository: oci://harbor.alexlebens.net/helm-charts - version: 1.14.8 + version: 1.15.0 - name: cloudflared alias: cloudflared-minio repository: oci://harbor.alexlebens.net/helm-charts - version: 1.14.8 + version: 1.15.0 - name: postgres-cluster alias: postgres-17-cluster version: 5.1.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png -appVersion: 0.83.0 +appVersion: 0.84.0 diff --git a/clusters/cl01tl/applications/outline/templates/external-secret.yaml b/clusters/cl01tl/applications/outline/templates/external-secret.yaml index b0c5a1e98..9acd7db23 100644 --- a/clusters/cl01tl/applications/outline/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/outline/templates/external-secret.yaml @@ -4,11 +4,8 @@ metadata: name: outline-key-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-key-secret + 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: secretStoreRef: kind: ClusterSecretStore @@ -36,11 +33,8 @@ metadata: name: outline-oidc-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-oidc-secret + 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: secretStoreRef: kind: ClusterSecretStore @@ -68,11 +62,8 @@ metadata: name: outline-minio-user-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-minio-user-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore @@ -100,11 +91,8 @@ metadata: name: outline-minio-root-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-minio-root-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore @@ -125,11 +113,8 @@ metadata: name: outline-minio-config-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-minio-config-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore @@ -150,11 +135,8 @@ metadata: name: outline-cloudflared-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-cloudflared-secret + 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: secretStoreRef: kind: ClusterSecretStore @@ -175,11 +157,8 @@ metadata: name: outline-minio-cloudflared-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-cloudflared-secret + 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: secretStoreRef: kind: ClusterSecretStore @@ -200,11 +179,8 @@ metadata: name: outline-postgresql-17-cluster-backup-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: outline-postgresql-17-cluster-backup-secret + app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: database - app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/applications/outline/templates/http-route.yaml b/clusters/cl01tl/applications/outline/templates/http-route.yaml index c80aa321b..872604bdc 100644 --- a/clusters/cl01tl/applications/outline/templates/http-route.yaml +++ b/clusters/cl01tl/applications/outline/templates/http-route.yaml @@ -4,11 +4,8 @@ metadata: name: http-route-outline-minio namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: http-route-outline-minio + 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/outline/values.yaml b/clusters/cl01tl/applications/outline/values.yaml index e26a9b843..861833255 100644 --- a/clusters/cl01tl/applications/outline/values.yaml +++ b/clusters/cl01tl/applications/outline/values.yaml @@ -133,8 +133,6 @@ outline: requests: cpu: 10m memory: 512Mi - serviceAccount: - create: true service: main: controller: main