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(deps): update helm release goldilocks to 6.8.0 #2239

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

This PR contains the following updates:

Package Update Change
goldilocks minor 6.3.0 -> 6.8.0

Warning

Some dependencies could not be looked up. 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 these updates 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 requested a review from dfroberg as a code owner December 21, 2022 20:48
@github-actions
Copy link

Path: cluster/core/resource-control/goldilocks/helm-release.yaml
Version: 6.3.0 -> 6.4.0

@@ -196,7 +196,7 @@
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.1"
           imagePullPolicy: Always
           command:
             - /goldilocks
@@ -246,7 +246,7 @@
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.1"
           imagePullPolicy: Always
           command:
             - /goldilocks

@renovate renovate bot changed the title feat(deps): update helm release goldilocks to 6.4.0 feat(deps): update helm release goldilocks to 6.5.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/goldilocks-6.x branch from 32a26b9 to a192dcf Compare March 16, 2023 12:10
@github-actions
Copy link

Path: cluster/core/resource-control/goldilocks/helm-release.yaml
Version: 6.3.0 -> 6.5.1

@@ -13,7 +13,7 @@
 apiVersion: v1
 kind: ServiceAccount
 metadata:
-  name: goldilocks-dashboard
+  name: goldilocks-dashboard-sa
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -143,7 +143,7 @@
   name: goldilocks-dashboard
 subjects:
   - kind: ServiceAccount
-    name: goldilocks-dashboard
+    name: goldilocks-dashboard-sa
     namespace: default
 ---
 # Source: goldilocks/templates/dashboard-service.yaml
@@ -196,7 +196,7 @@
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.6.3"
           imagePullPolicy: Always
           command:
             - /goldilocks
@@ -242,11 +242,11 @@
         app.kubernetes.io/instance: goldilocks
         app.kubernetes.io/component: dashboard
     spec:
-      serviceAccountName: goldilocks-dashboard
+      serviceAccountName: goldilocks-dashboard-sa
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.6.3"
           imagePullPolicy: Always
           command:
             - /goldilocks

@renovate renovate bot changed the title feat(deps): update helm release goldilocks to 6.5.1 feat(deps): update helm release goldilocks to 6.6.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/goldilocks-6.x branch from 64743dc to 5fbdd98 Compare June 6, 2023 19:53
@renovate renovate bot changed the title feat(deps): update helm release goldilocks to 6.6.0 feat(deps): update helm release goldilocks to 6.7.0 Jun 6, 2023
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Path: cluster/core/resource-control/goldilocks/helm-release.yaml
Version: 6.3.0 -> 6.7.0

@@ -3,6 +3,7 @@
 kind: ServiceAccount
 metadata:
   name: goldilocks-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -13,7 +14,8 @@
 apiVersion: v1
 kind: ServiceAccount
 metadata:
-  name: goldilocks-dashboard
+  name: goldilocks-dashboard-sa
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -143,7 +145,7 @@
   name: goldilocks-dashboard
 subjects:
   - kind: ServiceAccount
-    name: goldilocks-dashboard
+    name: goldilocks-dashboard-sa
     namespace: default
 ---
 # Source: goldilocks/templates/dashboard-service.yaml
@@ -151,6 +153,7 @@
 kind: Service
 metadata:
   name: goldilocks-dashboard
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -173,6 +176,7 @@
 kind: Deployment
 metadata:
   name: goldilocks-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -196,7 +200,7 @@
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.8.3"
           imagePullPolicy: Always
           command:
             - /goldilocks
@@ -223,6 +227,7 @@
 kind: Deployment
 metadata:
   name: goldilocks-dashboard
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -242,11 +247,11 @@
         app.kubernetes.io/instance: goldilocks
         app.kubernetes.io/component: dashboard
     spec:
-      serviceAccountName: goldilocks-dashboard
+      serviceAccountName: goldilocks-dashboard-sa
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.8.3"
           imagePullPolicy: Always
           command:
             - /goldilocks

Signed-off-by: Danny Froberg <dfroberg@users.noreply.github.com>
@renovate renovate bot changed the title feat(deps): update helm release goldilocks to 6.7.0 feat(deps): update helm release goldilocks to 6.8.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/goldilocks-6.x branch from 5fbdd98 to 7e471b0 Compare July 12, 2023 19:34
@github-actions
Copy link

Path: cluster/core/resource-control/goldilocks/helm-release.yaml
Version: 6.3.0 -> 6.8.0

@@ -3,6 +3,7 @@
 kind: ServiceAccount
 metadata:
   name: goldilocks-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -13,7 +14,8 @@
 apiVersion: v1
 kind: ServiceAccount
 metadata:
-  name: goldilocks-dashboard
+  name: goldilocks-dashboard-sa
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -143,7 +145,7 @@
   name: goldilocks-dashboard
 subjects:
   - kind: ServiceAccount
-    name: goldilocks-dashboard
+    name: goldilocks-dashboard-sa
     namespace: default
 ---
 # Source: goldilocks/templates/dashboard-service.yaml
@@ -151,6 +153,7 @@
 kind: Service
 metadata:
   name: goldilocks-dashboard
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -173,6 +176,7 @@
 kind: Deployment
 metadata:
   name: goldilocks-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -196,7 +200,7 @@
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.9.0"
           imagePullPolicy: Always
           command:
             - /goldilocks
@@ -223,6 +227,7 @@
 kind: Deployment
 metadata:
   name: goldilocks-dashboard
+  namespace: default
   labels:
     app.kubernetes.io/name: goldilocks
     app.kubernetes.io/instance: goldilocks
@@ -242,11 +247,11 @@
         app.kubernetes.io/instance: goldilocks
         app.kubernetes.io/component: dashboard
     spec:
-      serviceAccountName: goldilocks-dashboard
+      serviceAccountName: goldilocks-dashboard-sa
       securityContext: {}
       containers:
         - name: goldilocks
-          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.5.0"
+          image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.9.0"
           imagePullPolicy: Always
           command:
             - /goldilocks

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