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

feat(helm): update chart hub to 0.77.0 #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2024

This PR contains the following updates:

Package Update Change
hub minor 0.74.0 -> 0.77.0

Release Notes

kerberos-io/helm-charts (hub)

v0.77.0

Compare Source

A Helm chart to install Kerberos Hub in Kubernetes

v0.76.0

Compare Source

A Helm chart to install Kerberos Hub in Kubernetes

v0.75.0

Compare Source

A Helm chart to install Kerberos Hub in Kubernetes


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Dec 7, 2024

--- kubernetes/apps/kerberos/kerberos/app Kustomization: flux-system/kerberos HelmRelease: kerberos/kerberos

+++ kubernetes/apps/kerberos/kerberos/app Kustomization: flux-system/kerberos HelmRelease: kerberos/kerberos

@@ -13,13 +13,13 @@

     spec:
       chart: hub
       sourceRef:
         kind: HelmRepository
         name: kerberos
         namespace: flux-system
-      version: 0.74.0
+      version: 0.77.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

Copy link

github-actions bot commented Dec 7, 2024

--- HelmRelease: kerberos/kerberos Service: kerberos/hub-api-svc

+++ HelmRelease: kerberos/kerberos Service: kerberos/hub-api-svc

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: hub-api-svc
+  namespace: kerberos
   labels:
     app: hub-api-svc
 spec:
   ports:
   - port: 80
     targetPort: 80
--- HelmRelease: kerberos/kerberos Service: kerberos/hub-frontend-demo-svc

+++ HelmRelease: kerberos/kerberos Service: kerberos/hub-frontend-demo-svc

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: hub-frontend-demo-svc
+  namespace: kerberos
   labels:
     app: hub-frontend-demo-svc
 spec:
   ports:
   - protocol: TCP
     port: 80
--- HelmRelease: kerberos/kerberos Service: kerberos/hub-frontend-svc

+++ HelmRelease: kerberos/kerberos Service: kerberos/hub-frontend-svc

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: hub-frontend-svc
+  namespace: kerberos
   labels:
     app: hub-frontend-svc
 spec:
   ports:
   - protocol: TCP
     port: 80
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-analysis

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-analysis

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-analysis
+  namespace: kerberos
   labels:
     app: pipe-analysis
     service: pipe
-  name: pipe-analysis
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-counting

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-counting

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-counting
+  namespace: kerberos
   labels:
     app: pipe-counting
     service: pipe
-  name: pipe-counting
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-dominantcolor

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-dominantcolor

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-dominantcolor
+  namespace: kerberos
   labels:
     app: pipe-dominantcolor
     service: pipe
-  name: pipe-dominantcolor
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-event

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-event

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-event
+  namespace: kerberos
   labels:
     app: pipe-event
     service: pipe
-  name: pipe-event
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-export

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-export

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-export
+  namespace: kerberos
   labels:
     app: pipe-export
     service: pipe
-  name: pipe-export
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-monitor

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-monitor

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-monitor
+  namespace: kerberos
   labels:
     app: pipe-monitor
     service: pipe
-  name: pipe-monitor
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-notify-test

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-notify-test

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-notify-test
+  namespace: kerberos
   labels:
     app: pipe-notify-test
     service: pipe
-  name: pipe-notify-test
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-notify

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-notify

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-notify
+  namespace: kerberos
   labels:
     app: pipe-notify
     service: pipe
-  name: pipe-notify
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-sequence

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-sequence

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-sequence
+  namespace: kerberos
   labels:
     app: pipe-sequence
     service: pipe
-  name: pipe-sequence
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-throttler

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-throttler

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-throttler
+  namespace: kerberos
   labels:
     app: pipe-throttler
     service: pipe
-  name: pipe-throttler
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/pipe-thumbnail

+++ HelmRelease: kerberos/kerberos Service: kerberos/pipe-thumbnail

@@ -1,14 +1,15 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
+  name: pipe-thumbnail
+  namespace: kerberos
   labels:
     app: pipe-thumbnail
     service: pipe
-  name: pipe-thumbnail
 spec:
   ports:
   - name: hub-metrics
     port: 8080
     targetPort: 8080
     protocol: TCP
--- HelmRelease: kerberos/kerberos Service: kerberos/vault-proxy-svc

+++ HelmRelease: kerberos/kerberos Service: kerberos/vault-proxy-svc

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: vault-proxy-svc
+  namespace: kerberos
   labels:
     app: vault-proxy-svc
 spec:
   type: LoadBalancer
   ports:
   - protocol: TCP
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-api

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-api

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-api
+  namespace: kerberos
 spec:
   replicas: 2
   selector:
     matchLabels:
       app: hub-api
   minReadySeconds: 10
@@ -189,13 +190,13 @@

           value: yourpassword
         - name: MAILGUN_DOMAIN
           value: mg.yourdomain.com
         - name: MAILGUN_API_KEY
           value: xxxx
         - name: THUMBNAIL_VAULT_ENABLED
-          value: 'false'
+          value: 'true'
         - name: VAULT_THUMBNAIL_PROVIDER
           value: a-thumbnail-provider
         - name: VAULT_THUMBNAIL_ACCESS_KEY
           value: xxx
         - name: VAULT_THUMBNAIL_SECRET_KEY
           value: xxx
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-cleanup

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-cleanup

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-cleanup
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: hub-cleanup
   minReadySeconds: 10
@@ -28,13 +29,13 @@

             cpu: 10m
             memory: 10Mi
         env:
         - name: READ_ONLY
           value: ''
         - name: MAX_DAYS
-          value: '30'
+          value: '365'
         - name: MONGODB_DATABASE_CLOUD
           value: Kerberos
         - name: MONGODB_URI
           value: ''
         - name: MONGODB_HOST
           value: mongodb.mongodb
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-frontend-demo

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-frontend-demo

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-frontend-demo
+  namespace: kerberos
 spec:
   replicas: 2
   selector:
     matchLabels:
       app: hub-frontend-demo
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-frontend

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-frontend

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-frontend
+  namespace: kerberos
 spec:
   replicas: 2
   selector:
     matchLabels:
       app: hub-frontend
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-monitor-device

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-monitor-device

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-monitor-device
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: hub-monitor-device
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/hub-reactivate-subscription

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/hub-reactivate-subscription

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: hub-reactivate-subscription
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: hub-reactivate-subscription
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-analysis

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-analysis

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-analysis
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-analysis
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-counting

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-counting

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-counting
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-counting
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-dominantcolor

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-dominantcolor

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-dominantcolor
+  namespace: kerberos
 spec:
   replicas: 3
   selector:
     matchLabels:
       app: pipe-dominantcolor
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-event

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-event

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-event
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-event
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-export

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-export

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-export
+  namespace: kerberos
 spec:
   replicas: 2
   selector:
     matchLabels:
       app: pipe-export
   minReadySeconds: 10
@@ -80,13 +81,13 @@

           value: a-sprite-provider
         - name: VAULT_SPRITE_ACCESS_KEY
           value: xxx
         - name: VAULT_SPRITE_SECRET_KEY
           value: xxx
         - name: THUMBNAIL_VAULT_ENABLED
-          value: 'false'
+          value: 'true'
         - name: VAULT_THUMBNAIL_PROVIDER
           value: a-thumbnail-provider
         - name: VAULT_THUMBNAIL_ACCESS_KEY
           value: xxx
         - name: VAULT_THUMBNAIL_SECRET_KEY
           value: xxx
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-monitor

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-monitor

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-monitor
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-monitor
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-notify-test

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-notify-test

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-notify-test
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-notify-test
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-notify

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-notify

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-notify
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-notify
   minReadySeconds: 10
@@ -84,13 +85,13 @@

           value: yourpassword
         - name: MAILGUN_DOMAIN
           value: mg.yourdomain.com
         - name: MAILGUN_API_KEY
           value: xxxx
         - name: THUMBNAIL_VAULT_ENABLED
-          value: 'false'
+          value: 'true'
         - name: VAULT_THUMBNAIL_PROVIDER
           value: a-thumbnail-provider
         - name: VAULT_THUMBNAIL_ACCESS_KEY
           value: xxx
         - name: VAULT_THUMBNAIL_SECRET_KEY
           value: xxx
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-sequence

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-sequence

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-sequence
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-sequence
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-throttler

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-throttler

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-throttler
+  namespace: kerberos
 spec:
   replicas: 1
   selector:
     matchLabels:
       app: pipe-throttler
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-thumbnail

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/pipe-thumbnail

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: pipe-thumbnail
+  namespace: kerberos
 spec:
   replicas: 2
   selector:
     matchLabels:
       app: pipe-thumbnail
   minReadySeconds: 10
@@ -59,13 +60,13 @@

           value: '1'
         - name: THUMBNAIL_WIDTH
           value: '600'
         - name: THUMBNAIL_HEIGHT
           value: '-1'
         - name: THUMBNAIL_VAULT_ENABLED
-          value: 'false'
+          value: 'true'
         - name: VAULT_THUMBNAIL_PROVIDER
           value: a-thumbnail-provider
         - name: VAULT_THUMBNAIL_ACCESS_KEY
           value: xxx
         - name: VAULT_THUMBNAIL_SECRET_KEY
           value: xxx
--- HelmRelease: kerberos/kerberos Deployment: kerberos/vault-proxy

+++ HelmRelease: kerberos/kerberos Deployment: kerberos/vault-proxy

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: vault-proxy
+  namespace: kerberos
 spec:
   replicas: 3
   selector:
     matchLabels:
       app: vault-proxy
   minReadySeconds: 10
--- HelmRelease: kerberos/kerberos Ingress: kerberos/hub-api-ingress

+++ HelmRelease: kerberos/kerberos Ingress: kerberos/hub-api-ingress

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

 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: hub-api-ingress
-  annotations:
-    kubernetes.io/ingress.class: external
+  namespace: kerberos
 spec:
+  ingressClassName: external
   tls:
   - hosts:
     - api.gs-farm.net
     secretName: kerberoshub-api
   - hosts:
     - admin.api.gs-farm.net
--- HelmRelease: kerberos/kerberos Ingress: kerberos/hub-frontend-demo-ingress

+++ HelmRelease: kerberos/kerberos Ingress: kerberos/hub-frontend-demo-ingress

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

 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: hub-frontend-demo-ingress
-  annotations:
-    kubernetes.io/ingress.class: external
+  namespace: kerberos
 spec:
+  ingressClassName: external
   rules:
   - host: ''
     http:
       paths:
       - path: /
         pathType: Prefix
--- HelmRelease: kerberos/kerberos Ingress: kerberos/hub-frontend-ingress

+++ HelmRelease: kerberos/kerberos Ingress: kerberos/hub-frontend-ingress

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

 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: hub-frontend-ingress
-  annotations:
-    kubernetes.io/ingress.class: external
+  namespace: kerberos
 spec:
+  ingressClassName: external
   tls:
   - hosts:
     - kerberos.gs-farm.net
     secretName: kerberoshub
   rules:
   - host: kerberos.gs-farm.net
--- HelmRelease: kerberos/kerberos ServiceMonitor: kerberos/hub-metrics-servicemonitor

+++ HelmRelease: kerberos/kerberos ServiceMonitor: kerberos/hub-metrics-servicemonitor

@@ -1,11 +1,12 @@

 ---
 apiVersion: monitoring.coreos.com/v1
 kind: ServiceMonitor
 metadata:
   name: hub-metrics-servicemonitor
+  namespace: kerberos
   labels:
     service: pipe
     release: prometheus
 spec:
   selector:
     matchLabels:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants