Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

feat(helm-chart): update helm release app-template to 2.6.0 #3658

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

Conversation

trux-bot[bot]
Copy link
Contributor

@trux-bot trux-bot bot commented Jan 19, 2024

This PR contains the following updates:

Package Update Change
app-template minor 2.5.0 -> 2.6.0
app-template minor 2.0.3 -> 2.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR has been generated by Renovate Bot.

@trux-bot
Copy link
Contributor Author

trux-bot bot commented Jan 23, 2024

Helm Release: kubernetes/apps/downloads/autobrr/app/helmrelease.yaml

metadata  (v1/Service/autobrr)
  - one map entry removed:
    annotations:

spec.ports.http.targetPort  (v1/Service/autobrr)
  ± type change from string to int
    - http
    + 80

spec.selector  (v1/Service/autobrr)
  + one map entry added:
    app.kubernetes.io/component: main

metadata  (apps/v1/Deployment/autobrr)
  + one map entry added:
    annotations:
      reloader.stakater.com/auto: "true"

spec.selector.matchLabels  (apps/v1/Deployment/autobrr)
  + one map entry added:
    app.kubernetes.io/component: main

spec.template.spec  (apps/v1/Deployment/autobrr)
  + four map entries added:
    securityContext:
      fsGroup: 568
      fsGroupChangePolicy: OnRootMismatch
      runAsGroup: 568
      runAsUser: 568
    hostIPC: false
    hostNetwork: false
    hostPID: false

spec.template.spec.containers  (apps/v1/Deployment/autobrr)
  - one list entry removed:
    - name: autobrr
      image:
      imagePullPolicy:
      ports:
      - name: http
        containerPort: 80
        protocol: TCP
      volumeMounts:
      - name: config
        mountPath: /config
      livenessProbe:
        failureThreshold: 3
        initialDelaySeconds: 0
        periodSeconds: 10
        tcpSocket:
          port: 80
        timeoutSeconds: 1
      readinessProbe:
        failureThreshold: 3
        initialDelaySeconds: 0
        periodSeconds: 10
        tcpSocket:
          port: 80
        timeoutSeconds: 1
      startupProbe:
        failureThreshold: 30
        initialDelaySeconds: 0
        periodSeconds: 5
        tcpSocket:
          port: 80
        timeoutSeconds: 1
  
  + one list entry added:
    - name: main
      image: "ghcr.io/autobrr/autobrr:v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2"
      livenessProbe:
        failureThreshold: 3
        httpGet:
          path: /api/healthz/liveness
          port: 80
        initialDelaySeconds: 0
        periodSeconds: 10
        timeoutSeconds: 1
      readinessProbe:
        failureThreshold: 3
        httpGet:
          path: /api/healthz/liveness
          port: 80
        initialDelaySeconds: 0
        periodSeconds: 10
        timeoutSeconds: 1
      resources:
        limits:
          memory: 256Mi
        requests:
          cpu: 10m
          memory: 128Mi
      volumeMounts:
      - name: config
        mountPath: /config
      - name: config-file
        mountPath: /config/config.toml
        readOnly: true
        subPath: config.toml
      envFrom:
      - secretRef:
          name: autobrr
      env:
      - name: AUTOBRR__CHECKFORUPDATES
        value: "false"
      - name: AUTOBRR__DATABASETYPE
        value: postgres
      - name: AUTOBRR__HOST
        value: 0.0.0.0
      - name: AUTOBRR__LOGLEVEL
        value: TRACE
      - name: AUTOBRR__PORT
        value: 80
      - name: AUTOBRR__POSTGRESDATABASE
        valueFrom:
          secretKeyRef:
            name: database-autobrr-user
            key: DATABASE_NAME
      - name: AUTOBRR__POSTGRESHOST
        valueFrom:
          secretKeyRef:
            name: database-autobrr-user
            key: HOST
      - name: AUTOBRR__POSTGRESPASS
        valueFrom:
          secretKeyRef:
            name: database-autobrr-user
            key: PASSWORD
      - name: AUTOBRR__POSTGRESPORT
        value: 5432
      - name: AUTOBRR__POSTGRESUSER
        valueFrom:
          secretKeyRef:
            name: database-autobrr-user
            key: LOGIN
    
  

spec.template.spec.volumes  (apps/v1/Deployment/autobrr)
  + one list entry added:
    - name: config-file
      configMap:
        name: autobrr-configmap

spec  (networking.k8s.io/v1/Ingress/autobrr)
  + one map entry added:
    ingressClassName: internal-nginx

spec.rules.0.http.paths.0.backend.service.name  (networking.k8s.io/v1/Ingress/autobrr)
  ± value change
    - main
    + autobrr

spec.rules.0.http.paths.0.backend.service.port.number  (networking.k8s.io/v1/Ingress/autobrr)
  ± type change from string to int
    - http
    + 80

@trux-bot trux-bot bot force-pushed the renovate/app-template-2.x branch from 8f645bc to 560a09d Compare January 27, 2024 23:09
@trux-bot trux-bot bot changed the title feat(helm-chart): update helm release app-template to 2.5.0 feat(helm-chart): update helm release app-template to 2.6.0 Feb 14, 2024
@trux-bot trux-bot bot force-pushed the renovate/app-template-2.x branch from 560a09d to 4096012 Compare February 14, 2024 13:12
@trux-bot trux-bot bot force-pushed the renovate/app-template-2.x branch from 4096012 to 3979a1d Compare February 25, 2024 05:10
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 2.5.0 | 2.6.0 |
| helm       | app-template | 2.0.3 | 2.6.0 |
| helm       | app-template | 1.5.1 | 2.6.0 |
@trux-bot trux-bot bot force-pushed the renovate/app-template-2.x branch from 3979a1d to a682651 Compare March 9, 2024 05:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants