-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/app-template-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
force-pushed
the
renovate/app-template-3.x
branch
2 times, most recently
from
March 13, 2024 15:58
3c9b652
to
0dd83c8
Compare
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
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
March 15, 2024 10:37
0dd83c8
to
69b831b
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 4, 2024 07:39
69b831b
to
4c0f4eb
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 03:32
4c0f4eb
to
a6a7277
Compare
Path: @@ -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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 03:34
a6a7277
to
f879e3e
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 03:44
f879e3e
to
ae5c31a
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 03:46
ae5c31a
to
ee3c026
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 03:50
ee3c026
to
a9e968c
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 04:22
a9e968c
to
6fccb41
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 04:26
6fccb41
to
0a8a28a
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
April 14, 2024 04:43
0a8a28a
to
1083b20
Compare
npawelek
force-pushed
the
master
branch
2 times, most recently
from
May 13, 2024 21:56
d41b585
to
f9025c9
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
May 23, 2024 11:09
1083b20
to
dec5ef7
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
May 23, 2024 15:03
dec5ef7
to
784a22c
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
July 29, 2024 13:38
784a22c
to
750579c
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
July 30, 2024 10:10
750579c
to
773a05f
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
August 2, 2024 07:15
773a05f
to
b5b6110
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
August 27, 2024 16:31
b5b6110
to
08cc9ce
Compare
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
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
bot
force-pushed
the
renovate/app-template-3.x
branch
2 times, most recently
from
September 11, 2024 19:14
9211244
to
fc17d2e
Compare
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
bot
force-pushed
the
renovate/app-template-3.x
branch
from
October 4, 2024 15:43
fc17d2e
to
cadd3d2
Compare
renovate
bot
force-pushed
the
renovate/app-template-3.x
branch
from
October 8, 2024 19:12
cadd3d2
to
82635d6
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR was generated by Mend Renovate. View the repository job log.