-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(container): update ghcr.io/onedr0p/home-assistant docker tag to v2023.12.4 #3479
Merged
budimanjojo-bot
merged 1 commit into
main
from
renovate/ghcr.io-onedr0p-home-assistant-2023.x
Dec 28, 2023
Merged
chore(container): update ghcr.io/onedr0p/home-assistant docker tag to v2023.12.4 #3479
budimanjojo-bot
merged 1 commit into
main
from
renovate/ghcr.io-onedr0p-home-assistant-2023.x
Dec 28, 2023
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
… v2023.12.4 Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
budimanjojo-bot
bot
added
renovate/container
Pull request to a Renovate container update
renovatebot
Pull request created by Renovate
type/patch
Pull request of type patch version bump
labels
Dec 28, 2023
--- cluster/apps/default/homeassistant/base Kustomization: flux-system/default-homeassistant HelmRelease: default/homeassistant
+++ cluster/apps/default/homeassistant/base Kustomization: flux-system/default-homeassistant HelmRelease: default/homeassistant
@@ -38,13 +38,13 @@
name: pgo-cluster-pguser-homeassistant
envFrom:
- secretRef:
name: homeassistant-secret
image:
repository: ghcr.io/onedr0p/home-assistant
- tag: 2023.12.3
+ tag: 2023.12.4
resources:
limits:
memory: 347Mi
requests:
cpu: 15m
memory: 324Mi
--- cluster/apps/kyverno/kyverno/base Kustomization: flux-system/kyverno-kyverno HelmRelease: kyverno/kyverno
+++ cluster/apps/kyverno/kyverno/base Kustomization: flux-system/kyverno-kyverno HelmRelease: kyverno/kyverno
@@ -13,13 +13,13 @@
chart: kyverno
interval: 15m
sourceRef:
kind: HelmRepository
name: kyverno-charts
namespace: flux-system
- version: 3.1.2
+ version: 3.1.1
install:
createNamespace: true
remediation:
retries: 5
interval: 15m
upgrade: |
--- HelmRelease: default/homeassistant Deployment: default/homeassistant
+++ HelmRelease: default/homeassistant Deployment: default/homeassistant
@@ -44,13 +44,13 @@
secretKeyRef:
key: uri
name: pgo-cluster-pguser-homeassistant
envFrom:
- secretRef:
name: homeassistant-secret
- image: ghcr.io/onedr0p/home-assistant:2023.12.3
+ image: ghcr.io/onedr0p/home-assistant:2023.12.4
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 8123
--- HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-admission-controller
+++ HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-admission-controller
@@ -49,13 +49,13 @@
- admission-controller
topologyKey: kubernetes.io/hostname
weight: 1
serviceAccountName: kyverno-admission-controller
initContainers:
- name: kyverno-pre
- image: ghcr.io/kyverno/kyvernopre:v1.11.2
+ image: ghcr.io/kyverno/kyvernopre:v1.11.1
imagePullPolicy: IfNotPresent
args:
- --loggingFormat=text
- --v=2
resources:
limits:
@@ -92,13 +92,13 @@
- name: KYVERNO_DEPLOYMENT
value: kyverno-admission-controller
- name: KYVERNO_SVC
value: kyverno-svc
containers:
- name: kyverno
- image: ghcr.io/kyverno/kyverno:v1.11.2
+ image: ghcr.io/kyverno/kyverno:v1.11.1
imagePullPolicy: IfNotPresent
args:
- --caSecretName=kyverno-svc.kyverno.svc.kyverno-tls-ca
- --tlsSecretName=kyverno-svc.kyverno.svc.kyverno-tls-pair
- --backgroundServiceAccountName=system:serviceaccount:kyverno:kyverno-background-controller
- --servicePort=443
--- HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-background-controller
+++ HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-background-controller
@@ -42,13 +42,13 @@
- background-controller
topologyKey: kubernetes.io/hostname
weight: 1
serviceAccountName: kyverno-background-controller
containers:
- name: controller
- image: ghcr.io/kyverno/background-controller:v1.11.2
+ image: ghcr.io/kyverno/background-controller:v1.11.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9443
name: https
protocol: TCP
- containerPort: 8000
--- HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-cleanup-controller
+++ HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-cleanup-controller
@@ -42,13 +42,13 @@
- cleanup-controller
topologyKey: kubernetes.io/hostname
weight: 1
serviceAccountName: kyverno-cleanup-controller
containers:
- name: controller
- image: ghcr.io/kyverno/cleanup-controller:v1.11.2
+ image: ghcr.io/kyverno/cleanup-controller:v1.11.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9443
name: https
protocol: TCP
- containerPort: 8000
--- HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-reports-controller
+++ HelmRelease: kyverno/kyverno Deployment: kyverno/kyverno-reports-controller
@@ -42,13 +42,13 @@
- reports-controller
topologyKey: kubernetes.io/hostname
weight: 1
serviceAccountName: kyverno-reports-controller
containers:
- name: controller
- image: ghcr.io/kyverno/reports-controller:v1.11.2
+ image: ghcr.io/kyverno/reports-controller:v1.11.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9443
name: https
protocol: TCP
- containerPort: 8000 |
budimanjojo-bot
bot
deleted the
renovate/ghcr.io-onedr0p-home-assistant-2023.x
branch
December 28, 2023 16:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
renovate/container
Pull request to a Renovate container update
renovatebot
Pull request created by Renovate
type/patch
Pull request of type patch version bump
0 participants
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:
2023.12.3
->2023.12.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.