Skip to content

chore(deps): update helm release hajimari to v2#814

Merged
kashalls merged 1 commit intomainfrom
renovate/hajimari-2.x
Nov 5, 2022
Merged

chore(deps): update helm release hajimari to v2#814
kashalls merged 1 commit intomainfrom
renovate/hajimari-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
hajimari (source) major 1.2.0 -> 2.0.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Oct 2, 2022

Path: cluster/apps/home/hajimari/helm-release.yaml
Version: 1.2.0 -> 2.0.0

@@ -19,6 +19,7 @@
     app.kubernetes.io/managed-by: Helm
 data:
   config.yaml: |-
+    bookmarks: []
     customApps:
     - icon: airplane
       name: PiAware
@@ -76,8 +77,8 @@
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
 rules:
-  - apiGroups: ["", "extensions", "networking.k8s.io"]
-    resources: ["ingresses", "namespaces"]
+  - apiGroups: ["", "extensions", "networking.k8s.io", "discovery.k8s.io"]
+    resources: ["ingresses", "namespaces", "endpointslices"]
     verbs: ["get", "list"]
 ---
 # Source: hajimari/templates/rbac.yaml
@@ -104,9 +105,10 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
+    app.kubernetes.io/service: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
 spec:
   type: ClusterIP
@@ -125,9 +127,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -146,6 +148,7 @@
         app.kubernetes.io/instance: hajimari
     spec:
       serviceAccountName: hajimari
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
@@ -153,8 +156,8 @@
           image: "ghcr.io/toboshii/hajimari:v0.2.0"
           imagePullPolicy: IfNotPresent
           env:
-            - name: "TZ"
-              value: "America/Los_Angeles"
+            - name: TZ
+              value: America/Los_Angeles
           ports:
             - name: http
               containerPort: 3000
@@ -204,9 +207,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-production
     coredns.io/hostname: hajimari.${SECRET_DOMAIN}

@renovate renovate bot force-pushed the renovate/hajimari-2.x branch from 8d726e3 to 6e31a87 Compare October 3, 2022 04:41
@github-actions
Copy link

github-actions bot commented Oct 3, 2022

Path: cluster/apps/home/hajimari/helm-release.yaml
Version: 1.2.0 -> 2.0.1

@@ -19,6 +19,7 @@
     app.kubernetes.io/managed-by: Helm
 data:
   config.yaml: |-
+    bookmarks: []
     customApps:
     - icon: airplane
       name: PiAware
@@ -76,8 +77,8 @@
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
 rules:
-  - apiGroups: ["", "extensions", "networking.k8s.io"]
-    resources: ["ingresses", "namespaces"]
+  - apiGroups: ["", "extensions", "networking.k8s.io", "discovery.k8s.io"]
+    resources: ["ingresses", "namespaces", "endpointslices"]
     verbs: ["get", "list"]
 ---
 # Source: hajimari/templates/rbac.yaml
@@ -104,9 +105,10 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
+    app.kubernetes.io/service: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
 spec:
   type: ClusterIP
@@ -125,9 +127,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -146,6 +148,7 @@
         app.kubernetes.io/instance: hajimari
     spec:
       serviceAccountName: hajimari
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
@@ -153,8 +156,8 @@
           image: "ghcr.io/toboshii/hajimari:v0.2.0"
           imagePullPolicy: IfNotPresent
           env:
-            - name: "TZ"
-              value: "America/Los_Angeles"
+            - name: TZ
+              value: America/Los_Angeles
           ports:
             - name: http
               containerPort: 3000
@@ -204,9 +207,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-production
     coredns.io/hostname: hajimari.${SECRET_DOMAIN}

@renovate renovate bot force-pushed the renovate/hajimari-2.x branch from 6e31a87 to c358139 Compare October 5, 2022 02:21
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Path: cluster/apps/home/hajimari/helm-release.yaml
Version: 1.2.0 -> 2.0.2

@@ -24,6 +24,7 @@
       name: PiAware
       url: http://10.42.42.90
     defaultEnable: true
+    globalBookmarks: []
     groups:
     - links:
       - name: Discord
@@ -76,8 +77,8 @@
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
 rules:
-  - apiGroups: ["", "extensions", "networking.k8s.io"]
-    resources: ["ingresses", "namespaces"]
+  - apiGroups: ["", "extensions", "networking.k8s.io", "discovery.k8s.io"]
+    resources: ["ingresses", "namespaces", "endpointslices"]
     verbs: ["get", "list"]
 ---
 # Source: hajimari/templates/rbac.yaml
@@ -104,9 +105,10 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
+    app.kubernetes.io/service: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
 spec:
   type: ClusterIP
@@ -125,9 +127,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -146,6 +148,7 @@
         app.kubernetes.io/instance: hajimari
     spec:
       serviceAccountName: hajimari
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
@@ -153,8 +156,8 @@
           image: "ghcr.io/toboshii/hajimari:v0.2.0"
           imagePullPolicy: IfNotPresent
           env:
-            - name: "TZ"
-              value: "America/Los_Angeles"
+            - name: TZ
+              value: America/Los_Angeles
           ports:
             - name: http
               containerPort: 3000
@@ -204,9 +207,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-production
     coredns.io/hostname: hajimari.${SECRET_DOMAIN}

@renovate renovate bot force-pushed the renovate/hajimari-2.x branch from c358139 to 2969157 Compare October 31, 2022 15:16
@github-actions
Copy link

Path: cluster/apps/home/hajimari/helm-release.yaml
Version: 1.2.0 -> 2.0.2

@@ -24,6 +24,7 @@
       name: PiAware
       url: http://10.42.42.90
     defaultEnable: true
+    globalBookmarks: []
     groups:
     - links:
       - name: Discord
@@ -76,8 +77,8 @@
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
 rules:
-  - apiGroups: ["", "extensions", "networking.k8s.io"]
-    resources: ["ingresses", "namespaces"]
+  - apiGroups: ["", "extensions", "networking.k8s.io", "discovery.k8s.io"]
+    resources: ["ingresses", "namespaces", "endpointslices"]
     verbs: ["get", "list"]
 ---
 # Source: hajimari/templates/rbac.yaml
@@ -104,9 +105,10 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
+    app.kubernetes.io/service: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
 spec:
   type: ClusterIP
@@ -125,9 +127,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -146,6 +148,7 @@
         app.kubernetes.io/instance: hajimari
     spec:
       serviceAccountName: hajimari
+      automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
@@ -153,8 +156,8 @@
           image: "ghcr.io/toboshii/hajimari:v0.2.0"
           imagePullPolicy: IfNotPresent
           env:
-            - name: "TZ"
-              value: "America/Los_Angeles"
+            - name: TZ
+              value: America/Los_Angeles
           ports:
             - name: http
               containerPort: 3000
@@ -204,9 +207,9 @@
 metadata:
   name: hajimari
   labels:
-    app.kubernetes.io/name: hajimari
     app.kubernetes.io/instance: hajimari
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: hajimari
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-production
     coredns.io/hostname: hajimari.${SECRET_DOMAIN}

@kashalls kashalls merged commit 1c79508 into main Nov 5, 2022
@renovate renovate bot deleted the renovate/hajimari-2.x branch November 5, 2022 19:02
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