Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to new Kyoo 4.7.1 chart #3474

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Update to new Kyoo 4.7.1 chart #3474

merged 1 commit into from
Jan 6, 2025

Conversation

joryirving
Copy link
Owner

No description provided.

@smurf-bot smurf-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jan 6, 2025
@smurf-bot
Copy link
Contributor

smurf-bot bot commented Jan 6, 2025

--- kubernetes/main/flux Kustomization: flux-system/cluster HelmRepository: flux-system/zoriya

+++ kubernetes/main/flux Kustomization: flux-system/cluster HelmRepository: flux-system/zoriya

@@ -0,0 +1,14 @@

+---
+apiVersion: source.toolkit.fluxcd.io/v1
+kind: HelmRepository
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: cluster
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: zoriya
+  namespace: flux-system
+spec:
+  interval: 10m
+  type: oci
+  url: oci://ghcr.io/zoriya/helm-charts
+
--- kubernetes/main/apps/database/crunchy-postgres/cluster Kustomization: flux-system/crunchy-postgres-operator-cluster PostgresCluster: database/postgres

+++ kubernetes/main/apps/database/crunchy-postgres/cluster Kustomization: flux-system/crunchy-postgres-operator-cluster PostgresCluster: database/postgres

@@ -215,12 +215,18 @@

   - databases:
     - kyoo
     name: kyoo
     password:
       type: AlphaNumeric
   - databases:
+    - kyoo_back
+    - kyoo_transcoder
+    name: kyoo-all
+    password:
+      type: AlphaNumeric
+  - databases:
     - paperless
     name: paperless
     password:
       type: AlphaNumeric
   - databases:
     - prowlarr_main

userKey: POSTGRES_USER
passwordKey: POSTGRES_PASSWORD
existingSecret: *secret
sslmode: prefer

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the go library does not support prefer. Use require

@joryirving joryirving force-pushed the feat/kyoo-helm-chart branch from 0c898c1 to f94cf6f Compare January 6, 2025 17:21
@joryirving joryirving force-pushed the feat/kyoo-helm-chart branch from f94cf6f to a5e7f51 Compare January 6, 2025 17:22
@joryirving joryirving merged commit 35e69b1 into main Jan 6, 2025
9 of 10 checks passed
@joryirving joryirving deleted the feat/kyoo-helm-chart branch January 6, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory cluster/main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants