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(charts)!: Update homer to 8.0.2 #228

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 Aug 1, 2022

This PR contains the following updates:

Package Update Change
homer (source) major 6.0.0 -> 8.0.2

Warning

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


Release Notes

k8s-at-home/charts (homer)

v8.0.2

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v8.0.1

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v8.0.0

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.3.0

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.2.2

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.2.1

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.2.0

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.1.0

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v7.0.0

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

v6.0.1

Compare Source

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.


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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2022

Path: cluster/apps/default/homer/helm-release.yaml
Version: 6.0.0 -> 8.0.0

@@ -4,9 +4,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
 spec:
   type: ClusterIP
@@ -25,9 +25,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -44,19 +44,20 @@
         app.kubernetes.io/instance: homer
     spec:
       serviceAccountName: default
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
         - name: homer
           image: "b4bz/homer:21.09.2"
           imagePullPolicy: IfNotPresent
+          securityContext:
+            runAsGroup: 1000
+            runAsNonRoot: true
+            runAsUser: 1000
           env:
-            - name: "GID"
-              value: "911"
             - name: "TZ"
               value: "UTC"
-            - name: "UID"
-              value: "911"
           ports:
             - name: http
               containerPort: 8080
@@ -96,9 +97,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
     cert-manager.io/issuer: cf-issuer
     cert-manager.io/issuer-group: cert-manager.k8s.cloudflare.com

@renovate renovate bot changed the title feat(charts)!: Update homer to 8.0.0 feat(charts)!: Update homer to 8.0.2 Aug 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2022

Path: cluster/apps/default/homer/helm-release.yaml
Version: 6.0.0 -> 8.0.2

@@ -4,9 +4,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
 spec:
   type: ClusterIP
@@ -25,9 +25,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -44,19 +44,20 @@
         app.kubernetes.io/instance: homer
     spec:
       serviceAccountName: default
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
         - name: homer
           image: "b4bz/homer:21.09.2"
           imagePullPolicy: IfNotPresent
+          securityContext:
+            runAsGroup: 1000
+            runAsNonRoot: true
+            runAsUser: 1000
           env:
-            - name: "GID"
-              value: "911"
-            - name: "TZ"
-              value: "UTC"
-            - name: "UID"
-              value: "911"
+            - name: TZ
+              value: UTC
           ports:
             - name: http
               containerPort: 8080
@@ -96,9 +97,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
     cert-manager.io/issuer: cf-issuer
     cert-manager.io/issuer-group: cert-manager.k8s.cloudflare.com

@renovate renovate bot changed the title feat(charts)!: Update homer to 8.0.2 feat(charts)!: Update homer to 8.0.2 - autoclosed Nov 28, 2023
@renovate renovate bot closed this Nov 28, 2023
@renovate renovate bot deleted the renovate/homer-8.x branch November 28, 2023 21:19
@renovate renovate bot changed the title feat(charts)!: Update homer to 8.0.2 - autoclosed feat(charts)!: Update homer to 8.0.2 Dec 1, 2023
@renovate renovate bot reopened this Dec 1, 2023
@renovate renovate bot restored the renovate/homer-8.x branch December 1, 2023 01:34
Copy link
Contributor

github-actions bot commented Dec 1, 2023

Path: cluster/apps/default/homer/helm-release.yaml
Version: 6.0.0 -> 8.0.2

@@ -4,9 +4,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
 spec:
   type: ClusterIP
@@ -25,9 +25,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -44,19 +44,20 @@
         app.kubernetes.io/instance: homer
     spec:
       serviceAccountName: default
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
         - name: homer
           image: "b4bz/homer:21.09.2"
           imagePullPolicy: IfNotPresent
+          securityContext:
+            runAsGroup: 1000
+            runAsNonRoot: true
+            runAsUser: 1000
           env:
-            - name: "GID"
-              value: "911"
-            - name: "TZ"
-              value: "UTC"
-            - name: "UID"
-              value: "911"
+            - name: TZ
+              value: UTC
           ports:
             - name: http
               containerPort: 8080
@@ -96,9 +97,9 @@
 metadata:
   name: homer
   labels:
-    app.kubernetes.io/name: homer
     app.kubernetes.io/instance: homer
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: homer
   annotations:
     cert-manager.io/issuer: cf-issuer
     cert-manager.io/issuer-group: cert-manager.k8s.cloudflare.com

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