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 app-template to 3.5.1 #2624

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

This PR contains the following updates:

Package Update Change
app-template major 1.5.1 -> 3.5.1

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 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.

@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.0.1 feat(helm)!: Update chart app-template to 3.0.2 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch 2 times, most recently from 3c9b652 to 0dd83c8 Compare March 13, 2024 15:58
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.0.2 feat(helm)!: Update chart app-template to 3.0.3 Mar 13, 2024
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.0.3 feat(helm)!: Update chart app-template to 3.0.4 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 0dd83c8 to 69b831b Compare March 15, 2024 10:37
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 69b831b to 4c0f4eb Compare April 4, 2024 07:39
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.0.4 feat(helm)!: Update chart app-template to 3.1.0 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 4c0f4eb to a6a7277 Compare April 14, 2024 03:32
Copy link
Contributor

Path: cluster/apps/home-automation/fireboard2mqtt/helmrelease.yaml
Version: 1.5.1 -> 3.1.0

@@ -1,111 +1 @@
----
-# Source: app-template/templates/common.yaml
-apiVersion: v1
-kind: Service
-metadata:
-  name: app-template
-  labels:
-    app.kubernetes.io/service: app-template
-    app.kubernetes.io/instance: app-template
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: app-template
-  annotations:
-spec:
-  type: ClusterIP
-  ports:
-    - port:
-      targetPort: http
-      protocol: TCP
-      name: http
-  selector:
-    app.kubernetes.io/instance: app-template
-    app.kubernetes.io/name: app-template
----
 
-# Source: app-template/templates/common.yaml
----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: app-template
-  labels:
-    app.kubernetes.io/instance: app-template
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: app-template
-  annotations:
-    reloader.stakater.com/auto: "true"
-spec:
-  revisionHistoryLimit: 3
-  replicas: 1
-  strategy:
-    type: Recreate
-  selector:
-    matchLabels:
-      app.kubernetes.io/name: app-template
-      app.kubernetes.io/instance: app-template
-  template:
-    metadata:
-      labels:
-        app.kubernetes.io/name: app-template
-        app.kubernetes.io/instance: app-template
-    spec:
-      serviceAccountName: default
-      automountServiceAccountToken: true
-      securityContext:
-        fsGroup: 568
-        fsGroupChangePolicy: OnRootMismatch
-        runAsGroup: 568
-        runAsUser: 568
-      dnsPolicy: ClusterFirst
-      enableServiceLinks: true
-      containers:
-        - name: app-template
-          image: gordlea/fireboard2mqtt:latest@sha256:5a3578d11b5f6bf3bcb35f2f0ec060dea1976cb509095a84163bbf76268213c8
-          imagePullPolicy:
-          env:
-            - name: FB2MQTT_DISCOVERY_PREFIX
-              value: homeassistant
-            - name: FB2MQTT_FIREBOARD_ENABLE_DRIVE
-              value: "true"
-            - name: FB2MQTT_MQTT_BASE_TOPIC
-              value: fireboard2mqtt
-            - name: FB2MQTT_MQTT_CLIENTID
-              value: fireboard2mqtt
-            - name: RUST_LOG
-              value: fireboard2mqtt=info
-            - name: TZ
-              value: ${TIMEZONE}
-          envFrom:
-            - secretRef:
-                name: fireboard2mqtt-secrets
-          ports:
-            - name: http
-              containerPort:
-              protocol: TCP
-          livenessProbe:
-            failureThreshold: 3
-            initialDelaySeconds: 0
-            periodSeconds: 10
-            tcpSocket:
-              port: 0
-            timeoutSeconds: 1
-          readinessProbe:
-            failureThreshold: 3
-            initialDelaySeconds: 0
-            periodSeconds: 10
-            tcpSocket:
-              port: 0
-            timeoutSeconds: 1
-          startupProbe:
-            failureThreshold: 30
-            initialDelaySeconds: 0
-            periodSeconds: 5
-            tcpSocket:
-              port: 0
-            timeoutSeconds: 1
-          resources:
-            limits:
-              memory: 256Mi
-            requests:
-              cpu: 100m
-              memory: 128Mi

@renovate renovate bot force-pushed the renovate/app-template-3.x branch from a6a7277 to f879e3e Compare April 14, 2024 03:34
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from f879e3e to ae5c31a Compare April 14, 2024 03:44
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from ae5c31a to ee3c026 Compare April 14, 2024 03:46
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from ee3c026 to a9e968c Compare April 14, 2024 03:50
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from a9e968c to 6fccb41 Compare April 14, 2024 04:22
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 6fccb41 to 0a8a28a Compare April 14, 2024 04:26
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 0a8a28a to 1083b20 Compare April 14, 2024 04:43
@npawelek npawelek force-pushed the master branch 2 times, most recently from d41b585 to f9025c9 Compare May 13, 2024 21:56
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.1.0 feat(helm)!: Update chart app-template to 3.2.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 1083b20 to dec5ef7 Compare May 23, 2024 11:09
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.2.0 feat(helm)!: Update chart app-template to 3.2.1 May 23, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from dec5ef7 to 784a22c Compare May 23, 2024 15:03
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.2.1 feat(helm)!: Update chart app-template to 3.3.0 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 784a22c to 750579c Compare July 29, 2024 13:38
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.3.0 feat(helm)!: Update chart app-template to 3.3.1 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 750579c to 773a05f Compare July 30, 2024 10:10
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.3.1 feat(helm)!: Update chart app-template to 3.3.2 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 773a05f to b5b6110 Compare August 2, 2024 07:15
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.3.2 feat(helm)!: Update chart app-template to 3.4.0 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from b5b6110 to 08cc9ce Compare August 27, 2024 16:31
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.4.0 feat(helm)!: Update chart app-template to 3.4.0 - autoclosed Sep 6, 2024
@renovate renovate bot closed this Sep 6, 2024
@renovate renovate bot deleted the renovate/app-template-3.x branch September 6, 2024 11:00
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.4.0 - autoclosed feat(helm)!: Update chart app-template to 3.4.0 Sep 7, 2024
@renovate renovate bot reopened this Sep 7, 2024
@renovate renovate bot restored the renovate/app-template-3.x branch September 7, 2024 07:54
@renovate renovate bot force-pushed the renovate/app-template-3.x branch 2 times, most recently from 9211244 to fc17d2e Compare September 11, 2024 19:14
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.4.0 feat(helm)!: Update chart app-template to 3.5.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from fc17d2e to cadd3d2 Compare October 4, 2024 15:43
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from cadd3d2 to 82635d6 Compare October 8, 2024 19:12
@renovate renovate bot changed the title feat(helm)!: Update chart app-template to 3.5.0 feat(helm)!: Update chart app-template to 3.5.1 Oct 8, 2024
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.

1 participant