Skip to content

Commit

Permalink
feat: Bump kubernetes-dashboard to 7.9.0 (#2765)
Browse files Browse the repository at this point in the history
* chore: Update kubernetes-dashboard 7.5.1 => 7.9.0

* chore: Move kubernetes-dashboard/7.5.1 => 7.9.0

* build: Updated licenses.d2iq.yaml

* fix: hr path

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 5063c90 commit bc4dc9f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: docker.io/kubernetesui/dashboard-api:1.7.0
- container_image: docker.io/kubernetesui/dashboard-api:1.10.0
sources:
- license_path: LICENSE
ref: api/v${image_tag}
url: https://github.com/kubernetes/dashboard

Check failure on line 89 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

failed to access license: unable to get URL "https://raw.githubusercontent.com/kubernetes/dashboard/api/v1.10.0/LICENSE": 429 Too Many Requests
- container_image: docker.io/kubernetesui/dashboard-auth:1.1.3
- container_image: docker.io/kubernetesui/dashboard-auth:1.2.1
sources:
- license_path: LICENSE
ref: auth/v${image_tag}
url: https://github.com/kubernetes/dashboard
- container_image: docker.io/kubernetesui/dashboard-web:1.4.0
- container_image: docker.io/kubernetesui/dashboard-web:1.5.1
sources:
- license_path: LICENSE
ref: web/v${image_tag}
url: https://github.com/kubernetes/dashboard
- container_image: docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
- container_image: docker.io/kubernetesui/dashboard-metrics-scraper:1.2.1
sources:
- license_path: LICENSE
ref: metrics-scraper/v${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubernetes-dashboard-7.5.1-d2iq-defaults
name: kubernetes-dashboard-7.9.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/kubernetes-dashboard/7.5.1/helmrelease
path: ./services/kubernetes-dashboard/7.9.0/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: kubernetes-github-io-dashboard
namespace: kommander-flux
version: 7.5.0
version: 7.9.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: kubernetes-dashboard
valuesFrom:
- kind: ConfigMap
name: kubernetes-dashboard-7.5.1-d2iq-defaults
name: kubernetes-dashboard-7.9.0-d2iq-defaults
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit bc4dc9f

Please sign in to comment.